| Home | Download | Screen shots | Discussion | Documentation |
|---|
#include <openvrml/node.h>

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] |
Destroy.
| openvrml::color_node::color_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) | throw () [protected] |
| const std::vector< openvrml::color > & openvrml::color_node::color | ( | ) | const throw () [pure virtual] |
| openvrml::color_node * openvrml::color_node::to_color | ( | ) | throw () [private, virtual] |