OpenVDB  9.0.1
Classes | Namespaces
FunctionRegistry.h File Reference

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

Detailed Description

Contains the global function registration definition which described all available user front end functions.

Authors
Nick Avramoussis