Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for Coordinate:
Public Methods | |
Coordinate (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~Coordinate () throw () |
Destructor. | |
virtual const MFVec3f & | getPoint () const throw () |
Get the points encapsulated by this node. | |
Private Methods | |
void | setPoint (const FieldValue &mfvec3f) throw (std::bad_cast, std::bad_alloc) |
void | processSet_point (const FieldValue &mfvec3f, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_point eventIn handler. | |
Private Attributes | |
MFVec3f | point |
Friends | |
class | CoordinateClass |
|
Constructor.
|
|
Destructor.
|
|
Get the points encapsulated by this node.
Implements CoordinateNode. |
|
set_point eventIn handler.
|