| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::texture_coordinate_node:


Public Member Functions | |
| texture_coordinate_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~texture_coordinate_node () throw () |
| Destroy. | |
| virtual const std::vector< vec2f > & | point () const throw () |
| Get the points encapsulated by this node. | |
Private Member Functions | |
| void | process_set_point (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_point eventIn handler. | |
Private Attributes | |
| mfvec2f | point_ |
| point exposedField. | |
Friends | |
| class | texture_coordinate_class |
| Class object for TextureCoordinate instances. | |
|
||||||||||||
|
Construct.
Reimplemented from openvrml::texture_coordinate_node. |
|
|
Get the points encapsulated by this node.
Implements openvrml::texture_coordinate_node. |
|
||||||||||||
|
set_point eventIn handler.
|