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