Home | Download | Screen shots | Discussion | Documentation |
---|
#include <openvrml/node.h>
Inheritance diagram for openvrml::normal_node:
Public Member Functions | |
virtual | ~normal_node ()=0 throw () |
Destroy. | |
virtual const std::vector< vec3f > & | vector () const=0 throw () |
Get the array of normal vectors. | |
Protected Member Functions | |
normal_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) throw () | |
Construct. | |
Private Member Functions | |
virtual normal_node * | to_normal () throw () |
Cast to a normal_node. |
normal_node::~normal_node | ( | ) | throw () [pure virtual] |
Destroy.
normal_node::normal_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) | throw () [protected] |
const std::vector< openvrml::vec3f > & normal_node::vector | ( | ) | const throw () [pure virtual] |
Get the array of normal vectors.
openvrml::normal_node * openvrml::normal_node::to_normal | ( | ) | throw () [private, virtual] |