HDK
|
Public Member Functions | |
SOP_WindingNumberCache () | |
virtual | ~SOP_WindingNumberCache () |
void | update3D (const GA_Detail &mesh_geo, const GA_PrimitiveGroup *prim_group, const UT_StringHolder &group_string, const int approx_order) |
void | update2D (const GA_Detail &mesh_geo, const GA_PrimitiveGroup *prim_group, const UT_StringHolder &group_string, const int approx_order, const int axis0, const int axis1) |
void | clear () |
Public Member Functions inherited from OP_NodeCache | |
OP_NodeCache () | |
virtual | ~OP_NodeCache () |
virtual int64 | getMemoryUsage (bool inclusive) const |
Additional Inherited Members | |
Protected Member Functions inherited from OP_NodeCache | |
OP_NodeCache (const OP_NodeCache &)=default | |
OP_NodeCache & | operator= (const OP_NodeCache &)=default |
This class is for caching data between cooks, e.g. so that we don't have to rebuild the UT_SolidAngle tree on every cook if the input hasn't changed.
Definition at line 105 of file SOP_WindingNumber.C.
|
inline |
Definition at line 108 of file SOP_WindingNumber.C.
|
inlinevirtual |
Definition at line 121 of file SOP_WindingNumber.C.
Definition at line 285 of file SOP_WindingNumber.C.
|
inline |
Definition at line 196 of file SOP_WindingNumber.C.
|
inline |
Definition at line 123 of file SOP_WindingNumber.C.
int SOP_WindingNumberCache::myApproxOrder |
Definition at line 310 of file SOP_WindingNumber.C.
int SOP_WindingNumberCache::myAxis0 |
Definition at line 311 of file SOP_WindingNumber.C.
UT_StringHolder SOP_WindingNumberCache::myGroupString |
Definition at line 313 of file SOP_WindingNumber.C.
bool SOP_WindingNumberCache::myHadGroup |
Definition at line 312 of file SOP_WindingNumber.C.
exint SOP_WindingNumberCache::myMetaCacheCount |
Definition at line 315 of file SOP_WindingNumber.C.
GA_DataId SOP_WindingNumberCache::myPDataID |
Definition at line 309 of file SOP_WindingNumber.C.
UT_Array<UT_Vector2> SOP_WindingNumberCache::myPositions2D |
Definition at line 305 of file SOP_WindingNumber.C.
UT_Array<UT_Vector3> SOP_WindingNumberCache::myPositions3D |
Definition at line 306 of file SOP_WindingNumber.C.
GA_DataId SOP_WindingNumberCache::myPrimitiveListDataID |
Definition at line 308 of file SOP_WindingNumber.C.
UT_SolidAngle<float,float> SOP_WindingNumberCache::mySolidAngleTree |
Definition at line 302 of file SOP_WindingNumber.C.
UT_SubtendedAngle<float,float> SOP_WindingNumberCache::mySubtendedAngleTree |
Definition at line 303 of file SOP_WindingNumber.C.
GA_DataId SOP_WindingNumberCache::myTopologyDataID |
Definition at line 307 of file SOP_WindingNumber.C.
Definition at line 304 of file SOP_WindingNumber.C.
exint SOP_WindingNumberCache::myUniqueId |
Definition at line 314 of file SOP_WindingNumber.C.