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

#include <CGAL/function_objects.h>

Definition

template<typename Node>
struct CGAL::Project_plane< Node >

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. More...
 

Operations

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

Member Typedef Documentation

◆ argument_type

template<typename Node >
typedef Node CGAL::Project_plane< Node >::argument_type

◆ result_type

template<typename Node >
typedef Node::Plane CGAL::Project_plane< Node >::result_type

Constructor & Destructor Documentation

◆ Project_plane()

template<typename Node >
CGAL::Project_plane< Node >::Project_plane ( )

default constructor.

Member Function Documentation

◆ operator()() [1/2]

template<typename Node >
result_type& CGAL::Project_plane< Node >::operator() ( argument_type n) const

returns n.plane().

◆ operator()() [2/2]

template<typename Node >
const result_type& CGAL::Project_plane< Node >::operator() ( const argument_type n) const

returns n.plane().