Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
texture_coordinate_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) | |
Construct. | |
virtual | ~texture_coordinate_node () throw () |
Destroy. | |
virtual const std::vector< vec2f > & | point () const throw () |
Get the points encapsulated by this node. | |
Private Attributes | |
exposedfield< mfvec2f > | point_ |
point exposedField. | |
Friends | |
class | texture_coordinate_class |
Class object for TextureCoordinate instances. |
|
Construct.
Reimplemented from openvrml::texture_coordinate_node. |
|
Destroy.
Implements openvrml::texture_coordinate_node. |
|
Get the points encapsulated by this node.
Implements openvrml::texture_coordinate_node. |
|
Class object for TextureCoordinate instances.
|
|
point exposedField.
|