| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for ColorNode:

Public Methods | |
| virtual | ~ColorNode ()=0 throw () |
| Destructor. | |
| virtual const ColorNode * | toColor () const throw () |
| Cast to a ColorNode. | |
| virtual ColorNode * | toColor () throw () |
| Cast to a ColorNode. | |
| virtual const MFColor & | getColor () const=0 throw () |
| Get the color array encapsulated by this node. | |
Protected Methods | |
| ColorNode (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
|
|
Destructor.
|
|
||||||||||||
|
Constructor.
|
|
|
Get the color array encapsulated by this node.
Implemented in Color. |
|
|
Cast to a ColorNode.
Reimplemented from Node. |
|
|
Cast to a ColorNode.
Reimplemented from Node. |