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

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...
 Templated metadata class to hold specific types. More...
struct  String
 An extremely basic but native representation of a string class with SSO support. This exists to provide an interface between the AX C++ API and backend IR string logic. It is not designed to fulfill any other use and should very rarely be used directly. More...

Namespaces

namespace  openvdb
namespace  openvdb::v12_1
namespace  openvdb::v12_1::ax
namespace  openvdb::v12_1::ax::codegen

Detailed Description

Access to the CustomData class which can provide custom user user data to the OpenVDB AX Compiler.

Authors
Nick Avramoussis, Francisco Gochez