CGAL 5.1 - 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. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Segment_2< R > &s)
 Inserts the segment s into the stream gs. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Segment_3< R > &s)
 Inserts the segment s into the stream gs. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Ray_2< R > &r)
 Inserts the ray r into the stream gs. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Ray_3< R > &r)
 Inserts the ray r into the stream gs. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Line_2< R > &l)
 Inserts the line l into the stream gs. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Line_3< R > &l)
 Inserts the line l into the stream gs. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Triangle_2< R > &t)
 Inserts the triangle t into the stream gs. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Triangle_3< R > &t)
 Inserts the triangle t into the stream gs. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Tetrahedron_3< R > &t)
 Inserts the tetrahedron t into the stream gs. More...
 
template<class R >
Geomview_streamoperator<< (Geomview_stream &gs, const Sphere_3< R > &s)
 Inserts the sphere s into the stream gs. More...
 
Geomview_streamoperator<< (Geomview_stream &gs, const Bbox_2 &b)
 Inserts the bounding box b into the stream gs. More...
 
Geomview_streamoperator<< (Geomview_stream &gs, const Bbox_3 &b)
 Inserts the bounding box b into the stream gs. More...
 

Function Documentation

◆ operator<<() [1/13]

Geomview_stream & operator<< ( Geomview_stream gs,
const Bbox_2 b 
)
related

Inserts the bounding box b into the stream gs.

◆ operator<<() [2/13]

Geomview_stream & operator<< ( Geomview_stream gs,
const Bbox_3 b 
)
related

Inserts the bounding box b into the stream gs.

◆ operator<<() [3/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Line_2< R > &  l 
)
related

Inserts the line l into the stream gs.

◆ operator<<() [4/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Line_3< R > &  l 
)
related

Inserts the line l into the stream gs.

◆ operator<<() [5/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Point_3< R > &  p 
)
related

Inserts the point p into the stream gs.

◆ operator<<() [6/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Ray_2< R > &  r 
)
related

Inserts the ray r into the stream gs.

◆ operator<<() [7/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Ray_3< R > &  r 
)
related

Inserts the ray r into the stream gs.

◆ operator<<() [8/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Segment_2< R > &  s 
)
related

Inserts the segment s into the stream gs.

◆ operator<<() [9/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Segment_3< R > &  s 
)
related

Inserts the segment s into the stream gs.

◆ operator<<() [10/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Sphere_3< R > &  s 
)
related

Inserts the sphere s into the stream gs.

◆ operator<<() [11/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Tetrahedron_3< R > &  t 
)
related

Inserts the tetrahedron t into the stream gs.

◆ operator<<() [12/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Triangle_2< R > &  t 
)
related

Inserts the triangle t into the stream gs.

◆ operator<<() [13/13]

template<class R >
Geomview_stream & operator<< ( Geomview_stream gs,
const Triangle_3< R > &  t 
)
related

Inserts the triangle t into the stream gs.