Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::coordinate_node:
Public Member Functions | |
coordinate_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~coordinate_node () throw () |
Destroy. | |
virtual const std::vector< vec3f > & | point () const throw () |
Get the points encapsulated by this node. | |
Private Member Functions | |
void | process_set_point (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_point eventIn handler. | |
Private Attributes | |
mfvec3f | point_ |
point exposedField. | |
Friends | |
class | coordinate_class |
Class object for Coordinate nodes. |
|
Construct.
Reimplemented from openvrml::coordinate_node. |
|
Destroy.
Implements openvrml::coordinate_node. |
|
Get the points encapsulated by this node.
Implements openvrml::coordinate_node. |
|
set_point eventIn handler.
|
|
Class object for Coordinate nodes.
|
|
point exposedField.
|