HDK
|
#include <GEO_SoftTransformCache.h>
Public Member Functions | |
GEO_SoftTransformCache () | |
~GEO_SoftTransformCache () | |
void | appendHardOffset (GA_Offset offset) |
void | appendSoftOffset (GA_Offset offset, float dist2) |
GA_Offset | getHardOffset (exint i) const |
GA_Offset | getSoftOffset (exint i) const |
float | getSoftDist2 (exint i) const |
exint | hardEntries () const |
Number of hard points. More... | |
exint | softEntries () const |
Number of soft points. More... | |
void | clearCache () |
UT_Array< GA_Offset > & | hardArray () |
UT_Array< GA_Offset > & | softArray () |
UT_FloatArray & | softDistArray () |
Definition at line 28 of file GEO_SoftTransformCache.h.
|
inline |
Definition at line 31 of file GEO_SoftTransformCache.h.
|
inline |
Definition at line 32 of file GEO_SoftTransformCache.h.
Definition at line 34 of file GEO_SoftTransformCache.h.
Definition at line 37 of file GEO_SoftTransformCache.h.
|
inline |
Definition at line 63 of file GEO_SoftTransformCache.h.
Definition at line 43 of file GEO_SoftTransformCache.h.
Definition at line 49 of file GEO_SoftTransformCache.h.
Definition at line 46 of file GEO_SoftTransformCache.h.
Definition at line 71 of file GEO_SoftTransformCache.h.
|
inline |
Number of hard points.
Definition at line 53 of file GEO_SoftTransformCache.h.
Definition at line 72 of file GEO_SoftTransformCache.h.
|
inline |
Definition at line 73 of file GEO_SoftTransformCache.h.
|
inline |
Number of soft points.
Definition at line 57 of file GEO_SoftTransformCache.h.