#include <customgui_pla.h>
PLA custom data type ( CUSTOMDATATYPE_PLA ) for PLA tracks.
公共成员函数 |
|
void | GetVariableTags ( PointTag *&ptag, TangentTag *&htag) |
私有成员函数 |
|
PLAData () | |
~PLAData () |
|
|
void GetVariableTags | ( | PointTag *& | ptag , |
TangentTag *& | htag | ||
) |
Retrieves the data of a PLA key.
[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. |