#include <function_objects.h>
|  | 
| template<class Cls > | 
| ReturnType | operator() (const Cls &c) const | 
|  | 
| template<class Cls , class A1 > | 
| ReturnType | operator() (const Cls &c, const A1 &a1) const | 
|  | 
template<class ReturnType>
class CGALi::Call_perpendicular_to_get< ReturnType >
Definition at line 165 of file function_objects.h.
  
  | 
        
          | ReturnType operator() | ( | const Cls & | c | ) | const |  | inline | 
 
 
  
  | 
        
          | ReturnType operator() | ( | const Cls & | c, |  
          |  |  | const A1 & | a1 |  
          |  | ) |  | const |  | inline | 
 
 
The documentation for this class was generated from the following file: