Home | Download | Screen shots | Discussion | Documentation |
---|
#include <openvrml/node.h>
Public Member Functions | |
virtual | ~color_node ()=0 throw () |
Destroy. | |
const std::vector < openvrml::color > & | color () const 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 . | |
virtual const std::vector < openvrml::color > & | do_color () const =0 throw () |
Get the color array encapsulated by this 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 () |
openvrml::color_node * openvrml::color_node::to_color | ( | ) | throw () [private, virtual] |
const std::vector< openvrml::color > & openvrml::color_node::do_color | ( | ) | const throw () [private, pure virtual] |