CGAL::Project_plane<Node>

Definition

The class Project_plane<Node> calls the member function plane() on an instance of type Node.

#include <CGAL/function_objects.h>

Is Model for the Concepts

Projection_object

Project_plane<Node>::argument_type
typedef to Node.


Project_plane<Node>::result_type
typedef to Node::Plane.

Creation

Project_plane<Node> o;
default constructor.

Operations

result_type& o.operator() ( argument_type& n) const
returns n.plane().
const result_type& o.operator() ( const argument_type& n) const
returns n.plane().