8#ifndef META_OCEAN_SCENEDESCRIPTION_SDX_X3D_COORDINATE_H
9#define META_OCEAN_SCENEDESCRIPTION_SDX_X3D_COORDINATE_H
17namespace SceneDescription
This class implements a node specification object.
Definition scenedescription/Node.h:77
This class implements a x3d coordinate node.
Definition Coordinate.h:31
NodeSpecification specifyNode()
Specifies the node type and the fields of this node.
size_t objectAddress() const override
Returns the address of the most derived object.
Coordinate(const SDXEnvironment *environment)
Creates a new x3d coordinate node.
void onFieldChanged(const std::string &fieldName) override
Event function to inform the node about a changed field.
MultiVector3 point_
Point field.
Definition Coordinate.h:63
This class implements an abstract x3d coordinate node.
Definition X3DCoordinateNode.h:31
This class implements a node environment container.
Definition SDXNode.h:62
The namespace covering the entire Ocean framework.
Definition Accessor.h:15