OpenVDB
7.2.0
|
The function definition and signature which is built by the VolumeComputeGenerator. More...
#include <VolumeComputeGenerator.h>
Public Types | |
using | Signature = void(const void *const, const int32_t(*)[3], const float(*)[3], void **, void **, int64_t, void *) |
using | FunctionTraitsT = codegen::FunctionTraits< Signature > |
Static Public Member Functions | |
static const std::array< std::string, N_ARGS > & | argumentKeys () |
static std::string | getDefaultName () |
Static Public Attributes | |
static const size_t | N_ARGS = FunctionTraitsT::N_ARGS |
The function definition and signature which is built by the VolumeComputeGenerator.
The argument structure is as follows:
1) - A void pointer to the CustomData 2) - A pointer to an array of three ints representing the current voxel coord being accessed 3) - An pointer to an array of three floats representing the current voxel world space coord being accessed 4) - A void pointer to a vector of void pointers, representing an array of grid accessors 5) - A void pointer to a vector of void pointers, representing an array of grid transforms
using Signature = void(const void* const, const int32_t (*)[3], const float (*)[3], void**, void**, int64_t, void*) |
|
static |
|
static |
|
static |