CGAL 5.2 - STL Extensions for CGAL
CGAL::Project_facet< Node > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

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

Is Model Of:
ProjectionObject

Public Types

typedef Node argument_type
 
typedef Node::Facet result_type
 

Creation

 Project_facet ()
 default constructor.
 

Operations

result_typeoperator() (argument_type &n) const
 returns n.facet().
 
const result_typeoperator() (const argument_type &n) const
 returns n.facet().