CGAL 5.3 - STL Extensions for CGAL
CGAL::Project_plane< Node > Struct Template Reference

#include <CGAL/function_objects.h>

Definition

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

Is Model Of:
ProjectionObject

Public Types

typedef Node argument_type
 
typedef Node::Plane result_type
 

Creation

 Project_plane ()
 default constructor.
 

Operations

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