|
HDK
|
#include <GDT_CoordinateFrames.h>
Public Member Functions | |
| GDT_CoordinateFrames () | |
| GDT_CoordinateFrames (const GDT_CoordinateFrames &other) | |
| virtual | ~GDT_CoordinateFrames () |
| void | setLocalCoordsFromTopology (const GEO_Detail *ref, const GEO_Detail *gdp) |
| void | setLocalCoords (const UT_Array< UT_Matrix3 > &xforms) |
| void | clear () |
| unsigned | entries () const |
| const UT_Matrix3 & | getTransform (int i) const |
| virtual int64 | getMemoryUsage (bool inclusive) const |
Definition at line 19 of file GDT_CoordinateFrames.h.
|
inline |
Definition at line 22 of file GDT_CoordinateFrames.h.
| GDT_CoordinateFrames::GDT_CoordinateFrames | ( | const GDT_CoordinateFrames & | other | ) |
|
inlinevirtual |
Definition at line 24 of file GDT_CoordinateFrames.h.
| void GDT_CoordinateFrames::clear | ( | ) |
|
inline |
Definition at line 30 of file GDT_CoordinateFrames.h.
|
inlinevirtual |
Definition at line 32 of file GDT_CoordinateFrames.h.
|
inline |
Definition at line 31 of file GDT_CoordinateFrames.h.
| void GDT_CoordinateFrames::setLocalCoords | ( | const UT_Array< UT_Matrix3 > & | xforms | ) |
| void GDT_CoordinateFrames::setLocalCoordsFromTopology | ( | const GEO_Detail * | ref, |
| const GEO_Detail * | gdp | ||
| ) |