Go to the documentation of this file.
18 #ifndef OPENVDB_AX_AX_HAS_BEEN_INCLUDED
19 #define OPENVDB_AX_AX_HAS_BEEN_INCLUDED
22 #include <openvdb/version.h>
66 void run(
const char* ax, openvdb::GridBase& grid);
94 #endif // OPENVDB_AX_AX_HAS_BEEN_INCLUDED
#define OPENVDB_VERSION_NAME
The version namespace name for this library version.
Definition: version.h.in:116
#define OPENVDB_USE_VERSION_NAMESPACE
Definition: version.h.in:178
void uninitialize()
Uninitialize and deregister OpenVDB AX.
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...
void initialize()
Initializes OpenVDB AX and subsequent LLVM components.
std::vector< GridBase::Ptr > GridPtrVec
Definition: Grid.h:514
bool isInitialized()
Check to see if OpenVDB AX components have been initialized.
Definition: openvdb/Exceptions.h:13