| 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. | |
| openvrml::vrml97_node::color_node::color_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) |
| openvrml::vrml97_node::color_node::~color_node | ( | ) | throw () [virtual] |
| const std::vector< color > & openvrml::vrml97_node::color_node::color | ( | ) | const throw () [virtual] |
openvrml::vrml97_node::color_node::color_class [friend] |
Class object for Color nodes.
exposedfield< mfcolor > openvrml::vrml97_node::color_node::color_ [private] |
color exposedField.