8#ifndef META_OCEAN_SCENEDESCRIPTION_SDX_X3D_POSITION_INTERPOLATOR_2D_H
9#define META_OCEAN_SCENEDESCRIPTION_SDX_X3D_POSITION_INTERPOLATOR_2D_H
17namespace SceneDescription
This class implements a node specification object.
Definition scenedescription/Node.h:77
This class implements a position interpolator 2d node.
Definition PositionInterpolator2D.h:31
MultiVector2 keyValue_
KeyValue field.
Definition PositionInterpolator2D.h:69
size_t objectAddress() const override
Returns the address of the most derived object.
void onSingleValue(const size_t index, const Timestamp eventTimestamp) override
Event function for single value 'interpolates'.
PositionInterpolator2D(const SDXEnvironment *environment)
Creates a new position interpolator 2d node.
void onInterpolate(const size_t leftIndex, const size_t rightIndex, const Scalar interpolationFactor, const Timestamp eventTimestamp) override
Event function to interpolate between two values.
NodeSpecification specifyNode()
Specifies the node type and the fields of this node.
SingleVector2 valueChanged_
Value_changed field.
Definition PositionInterpolator2D.h:72
This class implements an abstract x3d interpolator node object.
Definition X3DInterpolatorNode.h:33
This class implements a node environment container.
Definition SDXNode.h:62
This class implements a timestamp.
Definition Timestamp.h:36
float Scalar
Definition of a scalar type.
Definition Math.h:129
The namespace covering the entire Ocean framework.
Definition Accessor.h:15