|
OpenVDB
8.0.0
|
Contains the global function registration definition which described all available user front end functions. More...
#include "FunctionTypes.h"#include "Types.h"#include "../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::v8_2 | |
| openvdb::v8_2::ax | |
| openvdb::v8_2::ax::codegen | |
Contains the global function registration definition which described all available user front end functions.