|
OpenVDB
8.0.0
|
The visitor framework and function definition for volume grid code generation. More...
#include "ComputeGenerator.h"#include "FunctionTypes.h"#include "../compiler/AttributeRegistry.h"#include <openvdb/version.h>Go to the source code of this file.
Classes | |
| struct | VolumeKernel |
| The function definition and signature which is built by the VolumeComputeGenerator. More... | |
| struct | VolumeComputeGenerator |
| Visitor object which will generate llvm IR for a syntax tree which has been generated from AX that targets volumes. The IR will represent a single function. It is mainly used by the Compiler class. More... | |
Namespaces | |
| openvdb | |
| openvdb::v8_2 | |
| openvdb::v8_2::ax | |
| openvdb::v8_2::ax::codegen | |
| openvdb::v8_2::ax::codegen::codegen_internal | |
The visitor framework and function definition for volume grid code generation.