CGAL 5.4 - Geomview
Input Operators for CGAL Kernel Classes

An input operator is provided for points.

The user has to select a point on the pick plane with the right mouse button. The pick plane can be moved anywhere with the left mouse button, before a point is entered.

Functions

template<class R >
Geomview_streamoperator>> (Geomview_stream &gs, Point_3< R > &p)
 Extracts the point p from the stream gs. More...
 

Function Documentation

◆ operator>>()

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

Extracts the point p from the stream gs.

The point is echoed by default, and it depends on the stream echo mode status.