Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for Color:
Public Methods | |
Color (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~Color () throw () |
Destructor. | |
virtual const MFColor & | getColor () const throw () |
Get the color array. | |
Private Methods | |
void | setColor (const FieldValue &mfcolor) throw (std::bad_cast, std::bad_alloc) |
void | processSet_color (const FieldValue &mfcolor, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_color eventIn handler. | |
Private Attributes | |
MFColor | color |
Friends | |
class | ColorClass |
|
Constructor.
|
|
Destructor.
|
|
Get the color array.
Implements ColorNode. |
|
set_color eventIn handler.
|