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

Public Member Functions | |
| virtual | ~color_rgba_node ()=0 throw () |
| Destroy. | |
| virtual const std::vector < openvrml::color_rgba > & | color_rgba () const =0 throw () |
Get the color_rgba array encapsulated by this node. | |
Protected Member Functions | |
| color_rgba_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) throw () | |
| Construct. | |
Private Member Functions | |
| virtual color_rgba_node * | to_color_rgba () throw () |
Cast to a color_rgba_node. | |
| color_rgba_node::~color_rgba_node | ( | ) | throw () [pure virtual] |
Destroy.
| color_rgba_node::color_rgba_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) | throw () [protected] |
| const std::vector< openvrml::color_rgba > & color_rgba_node::color_rgba | ( | ) | const throw () [pure virtual] |
Get the color_rgba array encapsulated by this node.
Get the color_rgba array.
color_rgba array for this node.| openvrml::color_rgba_node * openvrml::color_rgba_node::to_color_rgba | ( | ) | throw () [private, virtual] |
Cast to a color_rgba_node.
color_rgba_node. Reimplemented from openvrml::node.