\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0.2 - Geomview
Output Operators for CGAL Kernel Classes

The following classes of the CGAL kernel have output operators.

2D objects are embedded in the xy-plane.

Functions

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