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. |
openvrml::vrml97_node::coordinate_node::coordinate_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) |
openvrml::vrml97_node::coordinate_node::~coordinate_node | ( | ) | throw () [virtual] |
const std::vector< vec3f > & openvrml::vrml97_node::coordinate_node::point | ( | ) | const throw () [virtual] |
Get the points encapsulated by this node.
Implements openvrml::coordinate_node.
openvrml::vrml97_node::coordinate_node::coordinate_class [friend] |
Class object for Coordinate nodes.
point exposedField.