Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
virtual | ~color_node ()=0 throw () |
Destroy. | |
virtual const std::vector< openvrml::color > & | color () const =0 throw () |
Get the color array encapsulated by this node. | |
Protected Member Functions | |
color_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) throw () | |
Construct. | |
Private Member Functions | |
virtual color_node * | to_color () throw () |
Cast to a color_node. |
openvrml::color_node::~color_node | ( | ) | throw () [pure virtual] |
openvrml::color_node::color_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) | throw () [protected] |
Construct.
type | the node_type associated with the node. | |
scope | the Scope the node belongs to. |
Reimplemented in openvrml::vrml97_node::color_node.
const std::vector< openvrml::color > & openvrml::color_node::color | ( | ) | const throw () [pure virtual] |
Get the color array encapsulated by this node.
Implemented in openvrml::vrml97_node::color_node.
color_node * openvrml::color_node::to_color | ( | ) | throw () [private, virtual] |