#include <customdatatype_dynamicsplinedata.h>
◆ DynamicSplineData()
◆ ~DynamicSplineData()
◆ GetVariableTags()
Retrieves the variables of a dynamic spline data.
- Parameters
-
[out] | ptag | Assigned a PointTag containing the points of the dynamic spline, or nullptr in case of an error.
The tag contains the same number of points as the object, though this should be always checked. |
[out] | htag | Assigned a TangentTag with the Hermite tangents of each point, or nullptr in case of an error.
The tag contains the same number of tangents as the object, though this should be always checked. |
[out] | t_stag | Assigned a SegmentTag with the segments of the dynamic spline, or nullptr in case of an error.
The tag contains the same number of segments as the object, though this should always be checked. |