HDK
|
#include "IMX_API.h"
#include "IMX_Types.h"
#include "IMX_PoolEntry.h"
#include <CE/CE_BufferHost.h>
#include <GA/GA_PrimVolumeXform.h>
#include <CE/CE_VDBGrid.h>
#include <UT/UT_Lock.h>
#include <UT/UT_SharedPtr.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_Options.h>
#include <SYS/SYS_AtomicInt.h>
#include <openvdb/Platform.h>
#include <openvdb/openvdb.h>
Go to the source code of this file.
Classes | |
class | IMX_VDB |
class | IMX_VDB::Topology |
Typedefs | |
using | IMX_VDBPtr = UT_SharedPtr< IMX_VDB > |
using | IMX_VDBConstPtr = UT_SharedPtr< const IMX_VDB > |
using | IMX_ScopedVDBInUseGPU = IMX_ScopedPoolEntryInUseGPU |
Functions | |
IMX_API size_t | format (char *buffer, size_t buffer_size, const IMX_VDB &v) |
using IMX_VDBConstPtr = UT_SharedPtr<const IMX_VDB> |
using IMX_VDBPtr = UT_SharedPtr<IMX_VDB> |