|
HDK
|
#include <GU_PackedDisk.h>
Public Member Functions | |
| CacheItem () | |
| CacheItem (const UT_StringHolder &filename) | |
| CacheItem (const CacheItem &src) | |
| ~CacheItem () | |
| CacheItem & | operator= (const CacheItem &src) |
| Assignment operator. More... | |
| void | clear () |
| Clear the item (possibly releasing from the cache) More... | |
| bool | isDifferentFile (const char *filename) const |
| Check to see if the cache would be dirtied with the given filename. More... | |
| void | setFilename (const UT_StringHolder &filename) |
| Change the filename. Returns true if the filename changed. More... | |
| GU_ConstDetailHandle | get (const GU_PackedImpl &impl) const |
| Access the file. More... | |
| GU_ConstDetailHandle | getPointCloud (const GU_PackedImpl &impl) const |
| Get point cloud for file. More... | |
| bool | getBounds (UT_BoundingBox &box) const |
| Get bounding box. More... | |
| bool | getVisibleBounds (UT_BoundingBox &box) const |
| Get visible bounding box. More... | |
| bool | getVelocityRange (UT_Vector3 &vmin, UT_Vector3 &vmax) const |
| Get velocity range. More... | |
| bool | getWidthRange (fpreal &wmin, fpreal &wmax) const |
| Get width range. More... | |
| exint | getNumPackedPrims () const |
| bool | isLoaded () const |
| Check if cache has been loaded from disk. More... | |
| const UT_StringHolder & | filename () const |
| Accessors. More... | |
Definition at line 153 of file GU_PackedDisk.h.
|
inline |
Definition at line 156 of file GU_PackedDisk.h.
|
inline |
Definition at line 161 of file GU_PackedDisk.h.
|
inline |
Definition at line 166 of file GU_PackedDisk.h.
|
inline |
Definition at line 171 of file GU_PackedDisk.h.
|
inline |
Clear the item (possibly releasing from the cache)
Definition at line 188 of file GU_PackedDisk.h.
|
inline |
Accessors.
Definition at line 247 of file GU_PackedDisk.h.
|
inline |
Access the file.
Definition at line 211 of file GU_PackedDisk.h.
| bool GU_PackedDisk::CacheItem::getBounds | ( | UT_BoundingBox & | box | ) | const |
Get bounding box.
| exint GU_PackedDisk::CacheItem::getNumPackedPrims | ( | ) | const |
|
inline |
Get point cloud for file.
Definition at line 217 of file GU_PackedDisk.h.
|
inline |
Get velocity range.
Definition at line 228 of file GU_PackedDisk.h.
| bool GU_PackedDisk::CacheItem::getVisibleBounds | ( | UT_BoundingBox & | box | ) | const |
Get visible bounding box.
Get width range.
Definition at line 234 of file GU_PackedDisk.h.
| bool GU_PackedDisk::CacheItem::isDifferentFile | ( | const char * | filename | ) | const |
Check to see if the cache would be dirtied with the given filename.
|
inline |
Check if cache has been loaded from disk.
Definition at line 243 of file GU_PackedDisk.h.
Assignment operator.
Definition at line 177 of file GU_PackedDisk.h.
|
inline |
Change the filename. Returns true if the filename changed.
Definition at line 201 of file GU_PackedDisk.h.