| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::normal_node:


Public Member Functions | |
| normal_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~normal_node () throw () |
| Destroy. | |
| virtual const std::vector< vec3f > & | vector () const throw () |
| Get the array of normal vectors. | |
Private Member Functions | |
| void | process_set_vector (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_vector eventIn handler. | |
Private Attributes | |
| mfvec3f | vector_ |
| vector exposedField. | |
Friends | |
| class | normal_class |
| Class object for Normal nodes. | |
|
||||||||||||
|
Construct.
Reimplemented from openvrml::normal_node. |
|
||||||||||||
|
set_vector eventIn handler.
|
|
|
Get the array of normal vectors.
Implements openvrml::normal_node. |