#include <CGAL/function_objects.h>
Project_plane<Node>::argument_type | |
typedef to Node.
| |
Project_plane<Node>::result_type | |
typedef to Node::Plane.
|
Project_plane<Node> o; | |
default constructor.
|
result_type& | o.operator() ( argument_type& n) const | |
returns n.plane(). | ||
const result_type& | o.operator() ( const argument_type& n) const | |
returns n.plane(). |