|
HDK
|
Inheritance diagram for SOP_MinRayCache:Public Member Functions | |
| SOP_MinRayCache () | |
| ~SOP_MinRayCache () override | |
Public Member Functions inherited from OP_NodeCache | |
| OP_NodeCache () | |
| virtual | ~OP_NodeCache () |
| virtual int64 | getMemoryUsage (bool inclusive) const |
Public Attributes | |
| UT_UniquePtr< GU_RayIntersect > | myRayIntersect |
Additional Inherited Members | |
Protected Member Functions inherited from OP_NodeCache | |
| OP_NodeCache (const OP_NodeCache &)=default | |
| OP_NodeCache & | operator= (const OP_NodeCache &)=default |
Definition at line 156 of file SOP_MinRay.C.
|
inline |
Definition at line 159 of file SOP_MinRay.C.
|
inlineoverride |
Definition at line 161 of file SOP_MinRay.C.
| UT_UniquePtr<GU_RayIntersect> SOP_MinRayCache::myRayIntersect |
Definition at line 163 of file SOP_MinRay.C.