#include <GEO_SoftTransformCache.h>
Public Member Functions | |
| GEO_SoftTransformPointCache () | |
| ~GEO_SoftTransformPointCache () | |
| void | appendHardPt (GEO_Point *pt) |
| void | appendSoftPt (GEO_Point *pt, float dist2) |
| GEO_Point * | getHardPt (int i) const |
| GEO_Point * | getSoftPt (int i) const |
| float | getSoftDist2 (int i) const |
| int | hardEntries () const |
| int | softEntries () const |
| void | clearCache () |
Definition at line 37 of file GEO_SoftTransformCache.h.
| GEO_SoftTransformPointCache::GEO_SoftTransformPointCache | ( | ) |
| GEO_SoftTransformPointCache::~GEO_SoftTransformPointCache | ( | ) |
| void GEO_SoftTransformPointCache::appendHardPt | ( | GEO_Point * | pt | ) |
| void GEO_SoftTransformPointCache::appendSoftPt | ( | GEO_Point * | pt, | |
| float | dist2 | |||
| ) |
| void GEO_SoftTransformPointCache::clearCache | ( | ) |
| GEO_Point* GEO_SoftTransformPointCache::getHardPt | ( | int | i | ) | const |
| float GEO_SoftTransformPointCache::getSoftDist2 | ( | int | i | ) | const |
| GEO_Point* GEO_SoftTransformPointCache::getSoftPt | ( | int | i | ) | const |
| int GEO_SoftTransformPointCache::hardEntries | ( | ) | const |
| int GEO_SoftTransformPointCache::softEntries | ( | ) | const |
1.5.9