Go to the documentation of this file.
18 #ifndef OPENVDB_AX_AX_HAS_BEEN_INCLUDED
19 #define OPENVDB_AX_AX_HAS_BEEN_INCLUDED
94 #endif // OPENVDB_AX_AX_HAS_BEEN_INCLUDED
void run(const char *ax, openvdb::GridPtrVec &grids)
Run a full AX pipeline (parse, compile and execute) on a vector of OpenVDB numerical grids OR a vecto...
bool isInitialized()
Check to see if OpenVDB AX components have been initialized.
Library and file format version numbers.
Abstract base class for typed grids.
Definition: Grid.h:78
std::vector< GridBase::Ptr > GridPtrVec
Definition: Grid.h:509
#define OPENVDB_USE_VERSION_NAMESPACE
Definition: version.h:147
void uninitialize()
Uninitialize and deregister OpenVDB AX.
void initialize()
Initializes OpenVDB AX and subsequent LLVM components.
#define OPENVDB_VERSION_NAME
The version namespace name for this library version.
Definition: version.h:95
Definition: openvdb/Exceptions.h:13