| Home | Download | Screen shots | Discussion | Documentation |
|---|

Public Member Functions | |
| coordinate_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
| Construct. | |
| virtual | ~coordinate_node () throw () |
| Destroy. | |
| virtual const std::vector< vec3f > & | point () const throw () |
| Get the points encapsulated by this node. | |
Private Attributes | |
| exposedfield< 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. |
|
|
Class object for Coordinate nodes.
|
|
|
point exposedField.
|