HDK
|
#include <UT/UT_BoundingRect.h>
#include <UT/UT_VoxelArray.h>
#include "GEO_API.h"
#include "GEO_Primitive.h"
#include "GEO_VolumeOptions.h"
Go to the source code of this file.
Classes | |
class | GEO_PrimVolumeXform |
class | GEO_PrimVolume |
class | GEO_PrimVolume::serializeT< T > |
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) |
|
inline |
Definition at line 1116 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.