Open Search
    PLAData Class Reference

    #include <customgui_pla.h>

    Inheritance diagram for PLAData:

    Detailed Description

    PLA custom data type (CUSTOMDATATYPE_PLA) for PLA tracks.

    Public Member Functions

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

    Private Member Functions

     PLAData ()
     
     ~PLAData ()
     

    Additional Inherited Members

    - Static Public Attributes inherited from CustomDataTypeT< 100004811 >
    static constexpr Int32 DATATYPEID
     

    Constructor & Destructor Documentation

    ◆ PLAData()

    PLAData ( )
    private

    ◆ ~PLAData()

    ~PLAData ( )
    private

    Member Function Documentation

    ◆ GetVariableTags()

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

    Retrieves the data 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.