| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for TextureCoordinate:

Public Methods | |
| TextureCoordinate (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~TextureCoordinate () throw () |
| Destructor. | |
| virtual const MFVec2f & | getPoint () const throw () |
| Get the points encapsulated by this node. | |
Private Methods | |
| void | processSet_point (const FieldValue &mfvec2f, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_point eventIn handler. | |
Private Attributes | |
| MFVec2f | point |
| point exposedField. | |
Friends | |
| class | TextureCoordinateClass |
| Class object for TextureCoordinate instances. | |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Get the points encapsulated by this node.
Implements TextureCoordinateNode. |
|
||||||||||||
|
set_point eventIn handler.
|
|
|
Class object for TextureCoordinate instances.
|
|
|
point exposedField.
|