|
HDK
|
#include <UT/UT_BoundingRect.h>#include <UT/UT_VoxelArray.h>#include <GA/GA_PrimVolumeXform.h>#include "GEO_API.h"#include "GEO_Primitive.h"#include "GEO_VolumeOptions.h"
Include dependency graph for GEO_PrimVolume.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GEO_PrimVolume |
| class | GEO_PrimVolume::serializeT< T > |
Typedefs | |
| using | GEO_PrimVolumeXform = GA_PrimVolumeXform |
Functions | |
| GEO_API const char * | GEOgetVolumeStorageTypeToken (GEO_PrimVolume::StorageType type) |
| Returns string token from the StorageType enum value. More... | |
| GEO_API GEO_PrimVolume::StorageType | GEOgetVolumeStorageTypeEnum (const char *token, GEO_PrimVolume::StorageType def) |
| size_t | format (char *buf, size_t bufsize, const GEO_PrimVolume::StorageType &v) |
Stores the transform associated with a volume, allowing the to/from code to be inlined outside of this library.
Definition at line 34 of file GEO_PrimVolume.h.
|
inline |
Definition at line 846 of file GEO_PrimVolume.h.
| GEO_API GEO_PrimVolume::StorageType GEOgetVolumeStorageTypeEnum | ( | const char * | token, |
| GEO_PrimVolume::StorageType | def | ||
| ) |
Returns the GEO_PrimVolume::StorageType enum value from string token. def is returned if token is unknown.
| GEO_API const char* GEOgetVolumeStorageTypeToken | ( | GEO_PrimVolume::StorageType | type | ) |
Returns string token from the StorageType enum value.