| Home | Download | Screen shots | Discussion | Documentation |
|---|
#include <openvrml/node.h>
Inheritance diagram for openvrml::color_rgba_node:

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. | |
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] |
| 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.