Home | Download | Screen shots | Discussion | Documentation |
---|
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. |
|
Destroy.
Implemented in openvrml::vrml97_node::normal_node. |
|
Construct.
Reimplemented in openvrml::vrml97_node::normal_node. |
|
Get the array of normal vectors.
Implemented in openvrml::vrml97_node::normal_node. |
|
Cast to a normal_node.
Reimplemented from openvrml::node. |