struct MR_std_function_bool_from_float MR_std_function_bool_from_float
Definition MR3mf.h:10
MRC_API void MR_DistanceVolumeParams_Set_cb(MR_DistanceVolumeParams *_this, MR_PassBy value_pass_by, MR_std_function_bool_from_float *value)
MRC_API MR_DistanceVolumeParams * MR_DistanceVolumeParams_DefaultConstructArray(size_t num_elems)
MRC_API const MR_Vector3f * MR_DistanceVolumeParams_Get_voxelSize(const MR_DistanceVolumeParams *_this)
MRC_API const MR_PointsToDistanceVolumeParams * MR_DistanceVolumeParams_StaticDowncastTo_MR_PointsToDistanceVolumeParams(const MR_DistanceVolumeParams *object)
MRC_API MR_PointsToDistanceVolumeParams * MR_DistanceVolumeParams_MutableStaticDowncastTo_MR_PointsToDistanceVolumeParams(MR_DistanceVolumeParams *object)
MRC_API const MR_std_function_bool_from_float * MR_DistanceVolumeParams_Get_cb(const MR_DistanceVolumeParams *_this)
MRC_API MR_DistanceVolumeParams * MR_DistanceVolumeParams_ConstructFrom(MR_Vector3f origin, MR_PassBy cb_pass_by, MR_std_function_bool_from_float *cb, MR_Vector3f voxelSize, MR_Vector3i dimensions)
MRC_API MR_Vector3f * MR_DistanceVolumeParams_GetMutable_voxelSize(MR_DistanceVolumeParams *_this)
MRC_API MR_std_function_bool_from_float * MR_DistanceVolumeParams_GetMutable_cb(MR_DistanceVolumeParams *_this)
MRC_API void MR_DistanceVolumeParams_Set_voxelSize(MR_DistanceVolumeParams *_this, MR_Vector3f value)
struct MR_PointsToDistanceVolumeParams MR_PointsToDistanceVolumeParams
Definition MRDistanceVolumeParams.h:13
MRC_API MR_DistanceVolumeParams * MR_DistanceVolumeParams_OffsetMutablePtr(MR_DistanceVolumeParams *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_Vector3f * MR_DistanceVolumeParams_GetMutable_origin(MR_DistanceVolumeParams *_this)
MRC_API MR_DistanceVolumeParams * MR_DistanceVolumeParams_DefaultConstruct(void)
MRC_API void MR_DistanceVolumeParams_Set_origin(MR_DistanceVolumeParams *_this, MR_Vector3f value)
MRC_API MR_DistanceVolumeParams * MR_DistanceVolumeParams_AssignFromAnother(MR_DistanceVolumeParams *_this, MR_PassBy _other_pass_by, MR_DistanceVolumeParams *_other)
MRC_API void MR_DistanceVolumeParams_Set_dimensions(MR_DistanceVolumeParams *_this, MR_Vector3i value)
MRC_API MR_DistanceVolumeParams * MR_DistanceVolumeParams_ConstructFromAnother(MR_PassBy _other_pass_by, MR_DistanceVolumeParams *_other)
MRC_API const MR_Vector3i * MR_DistanceVolumeParams_Get_dimensions(const MR_DistanceVolumeParams *_this)
MRC_API void MR_DistanceVolumeParams_Destroy(const MR_DistanceVolumeParams *_this)
Destroys a heap-allocated instance of MR_DistanceVolumeParams. Does nothing if the pointer is null.
MRC_API void MR_DistanceVolumeParams_DestroyArray(const MR_DistanceVolumeParams *_this)
Destroys a heap-allocated array of MR_DistanceVolumeParams. Does nothing if the pointer is null.
MRC_API const MR_Vector3f * MR_DistanceVolumeParams_Get_origin(const MR_DistanceVolumeParams *_this)
MRC_API const MR_DistanceVolumeParams * MR_DistanceVolumeParams_OffsetPtr(const MR_DistanceVolumeParams *ptr, ptrdiff_t i)
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the...
MRC_API MR_Vector3i * MR_DistanceVolumeParams_GetMutable_dimensions(MR_DistanceVolumeParams *_this)
struct MR_DistanceVolumeParams MR_DistanceVolumeParams
Definition MRDistanceVolumeParams.h:21
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11
Definition MRVector3.h:51
Definition MRVector3.h:33