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...
#include <openvdb_ax/codegen/FunctionRegistry.h>
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) 
◆ RegisteredFunction()
Constructor. 
- Parameters
- 
  
    | creator | The function definition used to create this function |  | internal | Whether the function should be only internally accessible |  
 
 
 
◆ create()
Create a function object using this creator of this function. 
- Parameters
- 
  
    | op | The current function options |  
 
 
 
◆ function()
Return a pointer to this function definition. 
 
 
◆ isInternal()
  
  | 
        
          | bool isInternal | ( |  | ) | const |  | inline | 
 
Check whether this function should be only internally accesible.