|
CGAL 4.7 - STL Extensions for CGAL
|
#include <CGAL/function_objects.h>
The class Project_normal calls the member function normal() on an instance of type Node.
Public Types | |
| typedef Node | argument_type |
| typedef Node::Normal | result_type |
Creation | |
| Project_normal () | |
| default constructor. More... | |
Operations | |
| result_type & | operator() (argument_type &n) const |
returns n.normal(). More... | |
| const result_type & | operator() (const argument_type &n) const |
returns n.normal(). More... | |
| typedef Node CGAL::Project_normal< Node >::argument_type |
| typedef Node::Normal CGAL::Project_normal< Node >::result_type |
| CGAL::Project_normal< Node >::Project_normal | ( | ) |
default constructor.
| result_type& CGAL::Project_normal< Node >::operator() | ( | argument_type & | n | ) | const |
returns n.normal().
| const result_type& CGAL::Project_normal< Node >::operator() | ( | const argument_type & | n | ) | const |
returns n.normal().