#include <FloatFunPoR.h>
Collaboration diagram for FloatFunPoR:
Automagically converts between pointers and references to FloatFun objects
Author: Benno List, Jenny Boehme
Changelog:
Definition at line 29 of file FloatFunPoR.h.
Public Member Functions | |
FloatFunPoR (FloatFun &ff_) | |
Constructor from a reference. | |
FloatFunPoR (FloatFun *pff_) | |
Constructor from a pointer. | |
FloatFunPoR (int=0) | |
Constructor from a int (will normally be 0!). | |
FloatFunPoR (const std::string &name) | |
Constructor from a name. | |
FloatFunPoR (const char *name) | |
Constructor from a name. | |
Public Attributes | |
FloatFun * | pff |
The pointer to the FloatFun. |
|
Constructor from a reference.
Definition at line 32 of file FloatFunPoR.h. References pff. |
|
Constructor from a pointer.
Definition at line 36 of file FloatFunPoR.h. References pff. |
|
Constructor from a name.
Definition at line 21 of file FloatFunPoR.C. |
|
Constructor from a name.
Definition at line 24 of file FloatFunPoR.C. |