#include <c4d_posemorphtagdata.h>
|
| | PoseMorphVertices (POSEMORPHVTX_TYPE type) |
| |
| virtual | ~PoseMorphVertices () |
| |
| void | Free () |
| |
| Vector | GetPoint (Int32 index) |
| |
| Bool | Set (BaseObject *op) |
| |
| Bool | SetPoints (const Vector *padr, Int32 pcnt) |
| |
| Bool | Collapse (PoseMorphVertices *base, Float dlt=(2e-4)) |
| |
| Bool | Expand (PoseMorphVertices *base) |
| |
| Bool | ToArray (Vector *pnts, Int32 cnt, Bool clearmem=false) |
| |
| virtual Bool | Write (HyperFile *hf) |
| |
| virtual Bool | Read (HyperFile *hf) |
| |
| virtual Bool | CopyTo (PoseMorphDeltaIndex *dst, AliasTrans *trn) |
| |
| void | Transform (PoseMorphVertices *base, PoseMorphAxis *axis, POSEMORPHVTX_FLAG flags, const Matrix &tm, Float weight=1., BaseList2D *dst=nullptr) |
| |
| | PoseMorphDeltaIndex () |
| |
| virtual | ~PoseMorphDeltaIndex () |
| |
| void | BuildIndexing () |
| |
◆ PoseMorphVertices()
◆ ~PoseMorphVertices()
◆ Free()
◆ GetPoint()
◆ Set()
◆ SetPoints()
◆ Collapse()
◆ Expand()
◆ ToArray()
◆ Write()
◆ Read()
◆ CopyTo()
◆ Transform()
◆ m_Flags
◆ m_pPoints
◆ m_Count
◆ m_Type