| 
    OpenVDB
    13.0.0
    
   | 
 
The function definition and signature which is built by the ComputeGenerator. More...
#include <openvdb_ax/codegen/ComputeGenerator.h>
Public Types | |
| using | Signature = void(const void *const) | 
| The signature of the generated function.  More... | |
| using | FunctionTraitsT = codegen::FunctionTraits< Signature > | 
Static Public Member Functions | |
| static const std::array< std::string, N_ARGS > & | getArgumentKeys () | 
| The argument key names available during code generation.  More... | |
| static std::string | getDefaultName () | 
Static Public Attributes | |
| static const std::string | Name | 
| The name of the generated function.  More... | |
| static const size_t | N_ARGS = FunctionTraitsT::N_ARGS | 
The function definition and signature which is built by the ComputeGenerator.
The argument structure is as follows:
1) - A void pointer to the CustomData
| using Signature = void(const void* const) | 
The signature of the generated function.
      
  | 
  static | 
The argument key names available during code generation.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
The name of the generated function.
 1.8.11