|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Point_3< R > &p) |
| Inserts the point p into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Segment_2< R > &s) |
| Inserts the segment s into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Segment_3< R > &s) |
| Inserts the segment s into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Ray_2< R > &r) |
| Inserts the ray r into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Ray_3< R > &r) |
| Inserts the ray r into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Line_2< R > &l) |
| Inserts the line l into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Line_3< R > &l) |
| Inserts the line l into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Triangle_2< R > &t) |
| Inserts the triangle t into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Triangle_3< R > &t) |
| Inserts the triangle t into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Tetrahedron_3< R > &t) |
| Inserts the tetrahedron t into the stream gs . More...
|
|
template<class R > |
Geomview_stream & | operator<< (Geomview_stream &gs, const Sphere_3< R > &s) |
| Inserts the sphere s into the stream gs . More...
|
|
Geomview_stream & | operator<< (Geomview_stream &gs, const Bbox_2 &b) |
| Inserts the bounding box b into the stream gs . More...
|
|
Geomview_stream & | operator<< (Geomview_stream &gs, const Bbox_3 &b) |
| Inserts the bounding box b into the stream gs . More...
|
|