This is the complete list of members for SplineMapperInterface, including all inherited members.
AdaptRange(const Vector2d &min, const Vector2d &max) | SplineMapperInterface | |
ClampPosition(const Vector2d &position) const | SplineMapperInterface | |
DeleteAllKnots() | SplineMapperInterface | |
DeleteKnot(Int knotIndex) | SplineMapperInterface | |
DescribeIO(const DataSerializeInterface &stream) | SplineMapperInterface | static |
GetHashCode() const | SplineMapperInterface | |
GetKnot(Int knotIndex) | SplineMapperInterface | |
GetKnotCount() const | SplineMapperInterface | |
GetKnots() const | SplineMapperInterface | |
GetKnotsRW() | SplineMapperInterface | |
GetPoint(Float positionX) const | SplineMapperInterface | |
GetRange(Vector2d &min, Vector2d &max) const | SplineMapperInterface | |
GetTension() const | SplineMapperInterface | |
InsertKnot(Int knotIndex, const SplineMapperKnot &knot) | SplineMapperInterface | |
InsertKnot(Float x, Float y, SPLINEMAPPER_KNOT_FLAGS flags, Bool adaptTangents) | SplineMapperInterface | |
IsEqual(const SplineMapperInterface *other, EQUALITY equality) const | SplineMapperInterface | |
MAXON_INTERFACE_NONVIRTUAL(SplineMapperInterface, MAXON_REFERENCE_COPY_ON_WRITE, "net.maxon.interface.splinemapper") | SplineMapperInterface | private |
SetKnot(Int knotIndex, const SplineMapperKnot &knot) | SplineMapperInterface | |
SetRange(const Vector2d &min, const Vector2d &max) | SplineMapperInterface | |
SetTension(Float tension) | SplineMapperInterface | |
SortKnots() | SplineMapperInterface | |