MeshLib C Docs
Loading...
Searching...
No Matches
MRDistanceVolumeParams.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMesh/MRVector3.h>
4#include <MRCMisc/common.h>
5#include <MRCMisc/exports.h>
6
7#include <stddef.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13typedef struct MR_PointsToDistanceVolumeParams MR_PointsToDistanceVolumeParams; // Defined in `#include <MRCVoxels/MRPointsToDistanceVolume.h>`.
14typedef struct MR_std_function_bool_from_float MR_std_function_bool_from_float; // Defined in `#include <MRCMisc/std_function_bool_from_float.h>`.
15
16
22
28
33
39
45
50
56
62
67
73
79
84
90
94
99
103
106
109
114
118
122
125
128
133
134#ifdef __cplusplus
135} // extern "C"
136#endif
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