#include <FloatFunPoR.h>
Collaboration diagram for FloatFunPoRConst:

Automagically converts between pointers and references to const FloatFun objects
Author: Benno List, Jenny Boehme
Changelog:
Definition at line 67 of file FloatFunPoR.h.
Public Member Functions | |
| FloatFunPoRConst (const FloatFun &ff_) | |
| Constructor from a reference.   | |
| FloatFunPoRConst (const FloatFun *pff_=0) | |
| Constructor from a pointer.   | |
| FloatFunPoRConst (int=0) | |
| Constructor from a int (will normally be 0!).  | |
| FloatFunPoRConst (const std::string &name) | |
| Constructor from a name.   | |
| FloatFunPoRConst (const char *name) | |
| Constructor from a name.   | |
Public Attributes | |
| const FloatFun * | pff | 
| The pointer to the const FloatFun.  | |
      
  | 
  
| 
 Constructor from a reference. 
 
 Definition at line 70 of file FloatFunPoR.h. References pff.  | 
  
      
  | 
  
| 
 Constructor from a pointer. 
 
 Definition at line 74 of file FloatFunPoR.h. References pff.  | 
  
      
  | 
  
| 
 Constructor from a name. 
 
 Definition at line 27 of file FloatFunPoR.C.  | 
  
      
  | 
  
| 
 Constructor from a name. 
 
 Definition at line 30 of file FloatFunPoR.C.  | 
  
 
1.3.2