#include <openvdb_ax/codegen/PointComputeGenerator.h>
 | 
| using  | Signature = void(const void *const, const int32_t(*)[3], Index32 *, uint64_t *, int64_t, uint64_t, void **, void **, uint64_t *, const void *const, void **, void *) | 
|   | 
| using  | FunctionTraitsT = codegen::FunctionTraits< Signature > | 
|   | 
 | 
| static const size_t  | N_ARGS = FunctionTraitsT::N_ARGS | 
|   | 
      
        
          | using Signature =  void(const void* const, const int32_t (*)[3], Index32*, uint64_t*, int64_t, uint64_t, void**, void**, uint64_t*, const void* const, void**, void*) | 
        
      
 
 
  
  
      
        
          | static const std::array<const char*, N_ARGS>& argumentKeys  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static const char* getDefaultName  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const size_t N_ARGS = FunctionTraitsT::N_ARGS | 
         
       
   | 
  
static   |