Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
color_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
Construct. | |
virtual | ~color_node () throw () |
Destroy. | |
virtual const std::vector< openvrml::color > & | color () const throw () |
Get the color array. | |
Private Attributes | |
exposedfield< mfcolor > | color_ |
color exposedField. | |
Friends | |
class | color_class |
Class object for Color nodes. |
|
Construct.
Reimplemented from openvrml::color_node. |
|
Destroy.
Implements openvrml::color_node. |
|
Get the color array.
Implements openvrml::color_node. |
|
Class object for Color nodes.
|
|
color exposedField.
|