OpenVDB
12.0.0
|
Contains the global function registration definition which described all available user front end functions. More...
#include "FunctionTypes.h"
#include "openvdb_ax/compiler/CompilerOptions.h"
#include <openvdb/version.h>
#include <unordered_map>
Go to the source code of this file.
Classes | |
class | FunctionRegistry |
The function registry which is used for function code generation. Each time a function is visited within the AST, its identifier is used as a key into this registry for the corresponding function retrieval and execution. Functions can be inserted into the registry using insert() with a given identifier and pointer. More... | |
struct | FunctionRegistry::RegisteredFunction |
An object to represent a registered function, storing its constructor, a pointer to the function definition and whether it should only be available internally (i.e. to a developer, not a user) More... | |
Namespaces | |
openvdb | |
openvdb::v12_0 | |
openvdb::v12_0::ax | |
openvdb::v12_0::ax::codegen | |
Contains the global function registration definition which described all available user front end functions.