Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::coordinate_node:
Public Member Functions | |
virtual | ~coordinate_node ()=0 throw () |
Destroy. | |
virtual const coordinate_node * | to_coordinate () const throw () |
Cast to a coordinate_node. | |
virtual coordinate_node * | to_coordinate () throw () |
Cast to a coordinate_node. | |
virtual const std::vector< vec3f > & | point () const=0 throw () |
Get the points encapsulated by this node. | |
Protected Member Functions | |
coordinate_node (const node_type &type, const scope_ptr &scope) throw () | |
Construct. |
|
Construct.
Reimplemented in openvrml::vrml97_node::coordinate_node. |
|
Get the points encapsulated by this node.
Implemented in openvrml::vrml97_node::coordinate_node. |
|
Cast to a coordinate_node.
Reimplemented from openvrml::node. |
|
Cast to a coordinate_node.
Reimplemented from openvrml::node. |