CGAL 5.2.2 - Geomview
|
The following classes of the CGAL kernel have output operators.
2D objects are embedded in the xy
-plane.
Functions | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Point_3< R > &p) |
Inserts the point p into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Segment_2< R > &s) |
Inserts the segment s into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Segment_3< R > &s) |
Inserts the segment s into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Ray_2< R > &r) |
Inserts the ray r into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Ray_3< R > &r) |
Inserts the ray r into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Line_2< R > &l) |
Inserts the line l into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Line_3< R > &l) |
Inserts the line l into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Triangle_2< R > &t) |
Inserts the triangle t into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Triangle_3< R > &t) |
Inserts the triangle t into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Tetrahedron_3< R > &t) |
Inserts the tetrahedron t into the stream gs . | |
template<class R > | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Sphere_3< R > &s) |
Inserts the sphere s into the stream gs . | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Bbox_2 &b) |
Inserts the bounding box b into the stream gs . | |
Geomview_stream & | operator<< (Geomview_stream &gs, const Bbox_3 &b) |
Inserts the bounding box b into the stream gs . | |