OpenVDB
12.0.0
|
Access to the CustomData class which can provide custom user user data to the OpenVDB AX Compiler. More...
#include <openvdb/version.h>
#include <openvdb/Metadata.h>
#include <openvdb/Types.h>
#include <unordered_map>
#include <memory>
Go to the source code of this file.
Classes | |
class | CustomData |
The custom data class is a simple container for named openvdb metadata. Its primary use case is passing arbitrary "external" data to an AX executable object when calling Compiler::compile. For example, it is the mechanism by which we pass data held inside of a parent DCC to executable AX code. More... | |
Namespaces | |
openvdb | |
openvdb::v12_0 | |
openvdb::v12_0::ax | |
openvdb::v12_0::ax::codegen | |
Typedefs | |
using | String.h = TypedMetadata< ax::codegen::String > |
Access to the CustomData class which can provide custom user user data to the OpenVDB AX Compiler.