| CGAL 4.4 - STL Extensions for CGAL | 
| Classes | |
| class | CGAL::Cast_function_object< Arg, Result > | 
| The class Cast_function_objectapplies a C-style type cast to its argument.  More... | |
| class | CGAL::Compare_to_less< F > | 
| The class Compare_to_lessis used to convert a functor which returns aComparison_resultto a predicate (returning bool) : it will return true iff the return value ofFisSMALLER.  More... | |
| class | CGAL::Dereference< Value > | 
| The class Dereferencedereferences a pointer (operator*).  More... | |
| class | CGAL::Get_address< Value > | 
| The class Get_addressgets the address of an lvalue (operator&).  More... | |
| class | CGAL::Identity< Value > | 
| The class Identityrepresents the identity function onValue.  More... | |
| class | CGAL::Project_facet< Node > | 
| The class Project_facetcalls the member functionfacet()on an instance of typeNode.  More... | |
| class | CGAL::Project_next< Node > | 
| The class Project_nextcalls the member functionnext()on an instance of typeNode.  More... | |
| class | CGAL::Project_next_opposite< Node > | 
| The class Project_next_oppositecalls the member functionsnext()->opposite()on an instance of typeNode.  More... | |
| class | CGAL::Project_normal< Node > | 
| The class Project_normalcalls the member functionnormal()on an instance of typeNode.  More... | |
| class | CGAL::Project_opposite_prev< Node > | 
| The class Project_opposite_prevcalls the member functionsopposite()->prev()on an instance of typeNode.  More... | |
| class | CGAL::Project_plane< Node > | 
| The class Project_planecalls the member functionplane()on an instance of typeNode.  More... | |
| class | CGAL::Project_point< Node > | 
| The class Project_pointcalls the member functionpoint()on an instance of typeNode.  More... | |
| class | CGAL::Project_prev< Node > | 
| The class Project_prevcalls the member functionprev()on an instance of typeNode.  More... | |
| class | CGAL::Project_vertex< Node > | 
| The class Project_vertexcalls the member functionvertex()on an instance of typeNode.  More... | |
| Functions | |
| template<class F > | |
| Compare_to_less< F > | CGAL::compare_to_less (const F &f) | 
| Changes a functor returning a Comparison_resultto one which returns a bool.  More... | |
| Compare_to_less< F > CGAL::compare_to_less | ( | const F & | f | ) | 
Changes a functor returning a Comparison_result to one which returns a bool. 
The returned functor will return true iff the original one returns SMALLER.
CGAL::Compare_to_less<F>returns a functor equivalent to f, but which returns a bool instead of a Comparison_result.