#include <customgui_pla.h>
PLA custom data type (CUSTOMDATATYPE_PLA) for PLA tracks.
◆ PLAData()
◆ ~PLAData()
◆ GetVariableTags()
Retrieves the data of a PLA key.
- Parameters
-
[out] | ptag | Assigned a PointTag containing the points of the PLA key, 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. |