OpenVDB 12.1.0
Loading...
Searching...
No Matches
PointExecutable.h File Reference

The PointExecutable, produced by the OpenVDB AX Compiler for execution over OpenVDB Points Grids. More...

#include "CustomData.h"
#include "AttributeRegistry.h"
#include "AttributeBindings.h"
#include <openvdb/openvdb.h>
#include <openvdb/version.h>
#include <openvdb/points/PointDataGrid.h>
#include <llvm/Config/llvm-config.h>
#include <unordered_map>

Go to the source code of this file.

Classes

class  PointExecutable
 Object that encapsulates compiled AX code which can be executed on a collection of VDB Point Data grids. Executables are created by the compiler and hold the final immutable JIT compiled function and context. More...
struct  PointExecutable::CLI
 Command Line Interface handling for the PointExecutable. More...

Namespaces

namespace  llvm
namespace  llvm::orc
namespace  openvdb
namespace  openvdb::v12_1
namespace  openvdb::v12_1::ax

Detailed Description

The PointExecutable, produced by the OpenVDB AX Compiler for execution over OpenVDB Points Grids.

Authors
Nick Avramoussis, Francisco Gochez, Richard Jones