Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
normal_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
Construct. | |
virtual | ~normal_node () throw () |
Destroy. | |
virtual const std::vector< vec3f > & | vector () const throw () |
Get the array of normal vectors. | |
Private Attributes | |
exposedfield< mfvec3f > | vector_ |
vector exposedField. | |
Friends | |
class | normal_class |
Class object for Normal nodes. |
openvrml::vrml97_node::normal_node::normal_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) |
Construct.
type | the node_type associated with the node. | |
scope | the scope to which the node belongs. |
Reimplemented from openvrml::normal_node.
openvrml::vrml97_node::normal_node::~normal_node | ( | ) | throw () [virtual] |
const std::vector< vec3f > & openvrml::vrml97_node::normal_node::vector | ( | ) | const throw () [virtual] |
Get the array of normal vectors.
Implements openvrml::normal_node.
openvrml::vrml97_node::normal_node::normal_class [friend] |
Class object for Normal nodes.
vector exposedField.