FunctionObjectClass

CGAL::Project_facet<Node>

Definition

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

#include <CGAL/function_objects.h>

Is Model for the Concepts

Projection_object

Project_facet<Node>::argument_type
typedef to Node.


Project_facet<Node>::result_type
typedef to Node::Facet.

Creation

Project_facet<Node> o;
default constructor.

Operations

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