Open Search
    xPolynomSurfaceData Class Reference

    #include <lib_dwgobjects.h>

    Inheritance diagram for xPolynomSurfaceData:

    Public Member Functions

    Bool ResizeObject (Int32 ucount, Int32 vcount, Int32 udegree, Int32 vdegree)
     
    FloatGetUBreakPoint (Int32 index)
     
    FloatGetVBreakPoint (Int32 index)
     
    xPolynomSurfacePointGetPoint (Int32 uindex, Int32 vindex)
     
    Int32 GetPointCount (GeListNode *node=nullptr)
     
    void InitClosed ()
     
    - Public Member Functions inherited from xBaseGeometryData
    void Initialize (GeListNode *node)
     

    Private Member Functions

     xPolynomSurfaceData ()
     
     ~xPolynomSurfaceData ()
     

    Constructor & Destructor Documentation

    ◆ xPolynomSurfaceData()

    xPolynomSurfaceData ( )
    private

    ◆ ~xPolynomSurfaceData()

    ~xPolynomSurfaceData ( )
    private

    Member Function Documentation

    ◆ ResizeObject()

    Bool ResizeObject ( Int32  ucount,
    Int32  vcount,
    Int32  udegree,
    Int32  vdegree 
    )

    ◆ GetUBreakPoint()

    Float* GetUBreakPoint ( Int32  index)

    ◆ GetVBreakPoint()

    Float* GetVBreakPoint ( Int32  index)

    ◆ GetPoint()

    xPolynomSurfacePoint* GetPoint ( Int32  uindex,
    Int32  vindex 
    )

    ◆ GetPointCount()

    Int32 GetPointCount ( GeListNode node = nullptr)

    ◆ InitClosed()

    void InitClosed ( )