OpenVDB  7.2.0
Classes | Namespaces
VolumeComputeGenerator.h File Reference

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::v7_2
 
 openvdb::v7_2::ax
 
 openvdb::v7_2::ax::codegen
 
 openvdb::v7_2::ax::codegen::codegen_internal
 

Detailed Description

The visitor framework and function definition for volume grid code generation.

Authors
Nick Avramoussis