MeshLib C Docs
Loading...
Searching...
No Matches
std_array_MR_BooleanResultMapper_Maps_2.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
5
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct MR_BooleanResultMapper_Maps MR_BooleanResultMapper_Maps; // Defined in `#include <MRCMesh/MRBooleanOperation.h>`.
13
14
18
22
27
31
35
38
41
44
47
52
57
61
65
66#ifdef __cplusplus
67} // extern "C"
68#endif
struct MR_std_array_MR_BooleanResultMapper_Maps_2 MR_std_array_MR_BooleanResultMapper_Maps_2
Definition MRBooleanOperation.h:23
struct MR_BooleanResultMapper_Maps MR_BooleanResultMapper_Maps
Generated from class MR::BooleanResultMapper::Maps.
Definition MRBooleanOperation.h:83
MR_PassBy
Definition common.h:19
#define MRC_API
Definition exports.h:11
MRC_API void MR_std_array_MR_BooleanResultMapper_Maps_2_DestroyArray(const MR_std_array_MR_BooleanResultMapper_Maps_2 *_this)
Destroys a heap-allocated array of MR_std_array_MR_BooleanResultMapper_Maps_2. Does nothing if the po...
MRC_API MR_BooleanResultMapper_Maps * MR_std_array_MR_BooleanResultMapper_Maps_2_MutableData(MR_std_array_MR_BooleanResultMapper_Maps_2 *_this)
MRC_API const MR_BooleanResultMapper_Maps * MR_std_array_MR_BooleanResultMapper_Maps_2_At(const MR_std_array_MR_BooleanResultMapper_Maps_2 *_this, size_t i)
MRC_API const MR_std_array_MR_BooleanResultMapper_Maps_2 * MR_std_array_MR_BooleanResultMapper_Maps_2_OffsetPtr(const MR_std_array_MR_BooleanResultMapper_Maps_2 *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_std_array_MR_BooleanResultMapper_Maps_2 * MR_std_array_MR_BooleanResultMapper_Maps_2_DefaultConstructArray(size_t num_elems)
MRC_API MR_std_array_MR_BooleanResultMapper_Maps_2 * MR_std_array_MR_BooleanResultMapper_Maps_2_DefaultConstruct(void)
MRC_API void MR_std_array_MR_BooleanResultMapper_Maps_2_Destroy(const MR_std_array_MR_BooleanResultMapper_Maps_2 *_this)
Destroys a heap-allocated instance of MR_std_array_MR_BooleanResultMapper_Maps_2. Does nothing if the...
MRC_API void MR_std_array_MR_BooleanResultMapper_Maps_2_AssignFromAnother(MR_std_array_MR_BooleanResultMapper_Maps_2 *_this, MR_PassBy other_pass_by, MR_std_array_MR_BooleanResultMapper_Maps_2 *other)
MRC_API MR_std_array_MR_BooleanResultMapper_Maps_2 * MR_std_array_MR_BooleanResultMapper_Maps_2_OffsetMutablePtr(MR_std_array_MR_BooleanResultMapper_Maps_2 *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_BooleanResultMapper_Maps * MR_std_array_MR_BooleanResultMapper_Maps_2_MutableAt(MR_std_array_MR_BooleanResultMapper_Maps_2 *_this, size_t i)
MRC_API MR_std_array_MR_BooleanResultMapper_Maps_2 * MR_std_array_MR_BooleanResultMapper_Maps_2_ConstructFromAnother(MR_PassBy other_pass_by, MR_std_array_MR_BooleanResultMapper_Maps_2 *other)
MRC_API const MR_BooleanResultMapper_Maps * MR_std_array_MR_BooleanResultMapper_Maps_2_Data(const MR_std_array_MR_BooleanResultMapper_Maps_2 *_this)