#include <CGAL/function_objects.h>
Project_facet<Node>::argument_type | |
typedef to Node.
| |
Project_facet<Node>::result_type | |
typedef to Node::Facet.
|
Project_facet<Node> o; | |
default constructor.
|
result_type& | o.operator() ( argument_type& n) const | |
returns n.facet(). | ||
const result_type& | o.operator() ( const argument_type& n) const | |
returns n.facet(). |