#include <FUParameter.h>
Public Member Functions | |
| FUParameterT () | |
| Default constructor. | |
| FUParameterT (const TYPE &defaultValue) | |
| Copy constructor. | |
| virtual | ~FUParameterT () |
| Destructor. | |
| operator TYPE & () | |
| Retrieves the value of this parameter. | |
| operator const TYPE & () const | |
| See above. | |
| TYPE & | operator * () |
| See above. | |
| const TYPE & | operator * () const |
| See above. | |
| TYPE * | operator-> () |
| See above. | |
| const TYPE * | operator-> () const |
| See above. | |
| FUParameterT< TYPE > & | operator= (const TYPE ©) |
| Replaces the value of this parameter with a given value. | |
Encapsulates one generic value.
In PREMIUM FCollada: this value may be animatable, a list or a complex object, as described by higher-level classes. Useful for user interface, undo/redo and such advanced features.
|
||||||||||
|
Copy constructor.
|
|
||||||||||
|
Replaces the value of this parameter with a given value.
|
1.4.6-NO