| 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. | |
| openvrml::vrml97_node::texture_coordinate_node::texture_coordinate_node | ( | const node_type & | type, | |
| const boost::shared_ptr< openvrml::scope > & | scope | |||
| ) |
Construct.
| type | the node_type associated with the instance. | |
| scope | the scope that the new node will belong to. |
Reimplemented from openvrml::texture_coordinate_node.
| openvrml::vrml97_node::texture_coordinate_node::~texture_coordinate_node | ( | ) | throw () [virtual] |
| const std::vector< vec2f > & openvrml::vrml97_node::texture_coordinate_node::point | ( | ) | const throw () [virtual] |
openvrml::vrml97_node::texture_coordinate_node::texture_coordinate_class [friend] |
Class object for TextureCoordinate instances.
point exposedField.