PLAData Class Reference

#include <customgui_pla.h>

Inheritance diagram for PLAData:

详细描述

PLA custom data type ( CUSTOMDATATYPE_PLA ) for PLA tracks.

公共成员函数

void  GetVariableTags ( PointTag *&ptag, TangentTag *&htag)

私有成员函数

  PLAData ()
  ~PLAData ()

构造函数 & 析构函数文档编制

◆  PLAData()

PLAData () private

◆  ~PLAData()

~ PLAData () private

成员函数文档编制

◆  GetVariableTags()

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.