#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_OpenVdbFloatGrid
this class just hides very complex type of typedef openvdb::FloatGrid Generated from class MR::OpenVdbFloatGrid. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_OpenVdbFloatGrid_ConstructFromAnother()
Generated from constructor MR::OpenVdbFloatGrid::OpenVdbFloatGrid. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_OpenVdbFloatGrid_Destroy() to free it when you're done using it.
◆ MR_OpenVdbFloatGrid_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_OpenVdbFloatGrid_Destroy() to free it when you're done using it.
◆ MR_OpenVdbFloatGrid_DefaultConstructArray()
◆ MR_OpenVdbFloatGrid_Destroy()
Destroys a heap-allocated instance of MR_OpenVdbFloatGrid. Does nothing if the pointer is null.
◆ MR_OpenVdbFloatGrid_DestroyArray()
Destroys a heap-allocated array of MR_OpenVdbFloatGrid. Does nothing if the pointer is null.
◆ MR_OpenVdbFloatGrid_heapBytes()
Generated from method MR::OpenVdbFloatGrid::heapBytes. Parameter _this can not be null. It is a single object.
◆ MR_OpenVdbFloatGrid_OffsetMutablePtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.
◆ MR_OpenVdbFloatGrid_OffsetPtr()
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. The reference to the parameter ptr might be preserved in the return value.