Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::normal_node:
Public Member Functions | |
virtual | ~normal_node ()=0 throw () |
Destroy. | |
virtual const normal_node * | to_normal () const throw () |
Cast to a normal_node. | |
virtual normal_node * | to_normal () throw () |
Cast to a normal_node. | |
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 scope_ptr &scope) throw () | |
Construct. |
|
Construct.
Reimplemented in openvrml::vrml97_node::normal_node. |
|
Cast to a normal_node.
Reimplemented from openvrml::node. |
|
Cast to a normal_node.
Reimplemented from openvrml::node. |
|
Get the array of normal vectors.
Implemented in openvrml::vrml97_node::normal_node. |