| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::color_node:


Public Member Functions | |
| color_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~color_node () throw () |
| Destroy. | |
| virtual const std::vector< openvrml::color > & | color () const throw () |
| Get the color array. | |
Private Member Functions | |
| void | process_set_color (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_color eventIn handler. | |
Private Attributes | |
| mfcolor | color_ |
| color exposedField. | |
Friends | |
| class | color_class |
| Class object for Color nodes. | |
|
||||||||||||
|
Construct.
Reimplemented from openvrml::color_node. |
|
|
Get the color array.
Implements openvrml::color_node. |
|
||||||||||||
|
set_color eventIn handler.
|