PLAData Class Reference

#include <customdatatype_pla.h>

Inheritance diagram for PLAData:

Public Member Functions

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

Private Member Functions

 PLAData ()
 
 ~PLAData ()
 

Detailed Description

PLA data type (CUSTOMDATATYPE_PLA).

Constructor & Destructor Documentation

◆ PLAData()

PLAData ( )
private

◆ ~PLAData()

~PLAData ( )
private

Member Function Documentation

◆ GetVariableTags()

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

Retrieves the variables of a PLA key.

Parameters
[out]ptagAssigned 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]htagAssigned 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.