#include <GEO_SoftTransformCache.h>
Public Member Functions | |
| GEO_SoftTransformVertexCache () | |
| ~GEO_SoftTransformVertexCache () | |
| void | appendHardVtx (GEO_Primitive *prim, int index) |
| void | appendSoftVtx (GEO_Primitive *prim, int index, float dist2) |
| GEO_Primitive * | getHardPrim (int i) const |
| int | getHardIndex (int i) const |
| GEO_Primitive * | getSoftPrim (int i) const |
| int | getSoftIndex (int i) const |
| float | getSoftDist2 (int i) const |
| int | hardEntries () const |
| int | softEntries () const |
| void | clearCache () |
| GEO_PrimitivePtrArray & | softPtrArray () |
| UT_IntArray & | softIndexArray () |
| UT_FloatArray & | softDistArray () |
Definition at line 64 of file GEO_SoftTransformCache.h.
| GEO_SoftTransformVertexCache::GEO_SoftTransformVertexCache | ( | ) |
| GEO_SoftTransformVertexCache::~GEO_SoftTransformVertexCache | ( | ) |
| void GEO_SoftTransformVertexCache::appendHardVtx | ( | GEO_Primitive * | prim, | |
| int | index | |||
| ) |
| void GEO_SoftTransformVertexCache::appendSoftVtx | ( | GEO_Primitive * | prim, | |
| int | index, | |||
| float | dist2 | |||
| ) |
| void GEO_SoftTransformVertexCache::clearCache | ( | ) |
| int GEO_SoftTransformVertexCache::getHardIndex | ( | int | i | ) | const |
| GEO_Primitive* GEO_SoftTransformVertexCache::getHardPrim | ( | int | i | ) | const |
| float GEO_SoftTransformVertexCache::getSoftDist2 | ( | int | i | ) | const |
| int GEO_SoftTransformVertexCache::getSoftIndex | ( | int | i | ) | const |
| GEO_Primitive* GEO_SoftTransformVertexCache::getSoftPrim | ( | int | i | ) | const |
| int GEO_SoftTransformVertexCache::hardEntries | ( | ) | const |
| UT_FloatArray& GEO_SoftTransformVertexCache::softDistArray | ( | ) | [inline] |
Definition at line 91 of file GEO_SoftTransformCache.h.
| int GEO_SoftTransformVertexCache::softEntries | ( | ) | const |
| UT_IntArray& GEO_SoftTransformVertexCache::softIndexArray | ( | ) | [inline] |
Definition at line 90 of file GEO_SoftTransformCache.h.
| GEO_PrimitivePtrArray& GEO_SoftTransformVertexCache::softPtrArray | ( | ) | [inline] |
Definition at line 89 of file GEO_SoftTransformCache.h.
1.5.9