MeshLib C Docs
Loading...
Searching...
No Matches
MRMinMaxArg.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMesh/MRId.h>
4#include <MRCMisc/exports.h>
5
6#include <stddef.h>
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12typedef struct MR_std_pair_float_MR_VertId MR_std_pair_float_MR_VertId; // Defined in `#include <MRCMisc/std_pair_float_MR_VertId.h>`.
13
14
19
24
28
33
38
42
47
52
56
61
66
70
75
79
84
88
91
94
99
102
105
111
116
121
127
132
138
139#ifdef __cplusplus
140} // extern "C"
141#endif
struct MR_MinMaxArg_float_MR_VertId MR_MinMaxArg_float_MR_VertId
Definition MRDirMaxBruteForce.h:12
MRC_API const float * MR_MinMaxArg_float_MR_VertId_Get_max(const MR_MinMaxArg_float_MR_VertId *_this)
MRC_API void MR_MinMaxArg_float_MR_VertId_Destroy(const MR_MinMaxArg_float_MR_VertId *_this)
Destroys a heap-allocated instance of MR_MinMaxArg_float_MR_VertId. Does nothing if the pointer is nu...
MRC_API MR_MinMaxArg_float_MR_VertId * MR_MinMaxArg_float_MR_VertId_DefaultConstructArray(size_t num_elems)
MRC_API const MR_MinMaxArg_float_MR_VertId * MR_MinMaxArg_float_MR_VertId_OffsetPtr(const MR_MinMaxArg_float_MR_VertId *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 void MR_MinMaxArg_float_MR_VertId_Set_minArg(MR_MinMaxArg_float_MR_VertId *_this, MR_VertId value)
MRC_API void MR_MinMaxArg_float_MR_VertId_Set_maxArg(MR_MinMaxArg_float_MR_VertId *_this, MR_VertId value)
MRC_API MR_MinMaxArg_float_MR_VertId * MR_MinMaxArg_float_MR_VertId_AssignFromAnother(MR_MinMaxArg_float_MR_VertId *_this, const MR_MinMaxArg_float_MR_VertId *_other)
MRC_API void MR_MinMaxArg_float_MR_VertId_Set_min(MR_MinMaxArg_float_MR_VertId *_this, float value)
MRC_API void MR_MinMaxArg_float_MR_VertId_Set_max(MR_MinMaxArg_float_MR_VertId *_this, float value)
MRC_API float * MR_MinMaxArg_float_MR_VertId_GetMutable_max(MR_MinMaxArg_float_MR_VertId *_this)
MRC_API MR_VertId * MR_MinMaxArg_float_MR_VertId_GetMutable_maxArg(MR_MinMaxArg_float_MR_VertId *_this)
MRC_API MR_MinMaxArg_float_MR_VertId * MR_MinMaxArg_float_MR_VertId_ConstructFrom(float min, float max, MR_VertId minArg, MR_VertId maxArg)
MRC_API MR_std_pair_float_MR_VertId * MR_MinMaxArg_float_MR_VertId_maxPair(const MR_MinMaxArg_float_MR_VertId *_this)
MRC_API void MR_MinMaxArg_float_MR_VertId_include_1_std_pair_float_MR_VertId(MR_MinMaxArg_float_MR_VertId *_this, const MR_std_pair_float_MR_VertId *p)
MRC_API MR_VertId * MR_MinMaxArg_float_MR_VertId_GetMutable_minArg(MR_MinMaxArg_float_MR_VertId *_this)
MRC_API MR_MinMaxArg_float_MR_VertId * MR_MinMaxArg_float_MR_VertId_DefaultConstruct(void)
struct MR_std_pair_float_MR_VertId MR_std_pair_float_MR_VertId
Definition MRMinMaxArg.h:12
MRC_API void MR_MinMaxArg_float_MR_VertId_include_2(MR_MinMaxArg_float_MR_VertId *_this, float v, MR_VertId arg)
MRC_API const MR_VertId * MR_MinMaxArg_float_MR_VertId_Get_maxArg(const MR_MinMaxArg_float_MR_VertId *_this)
MRC_API const MR_VertId * MR_MinMaxArg_float_MR_VertId_Get_minArg(const MR_MinMaxArg_float_MR_VertId *_this)
MRC_API float * MR_MinMaxArg_float_MR_VertId_GetMutable_min(MR_MinMaxArg_float_MR_VertId *_this)
MRC_API MR_MinMaxArg_float_MR_VertId * MR_MinMaxArg_float_MR_VertId_ConstructFromAnother(const MR_MinMaxArg_float_MR_VertId *_other)
MRC_API MR_std_pair_float_MR_VertId * MR_MinMaxArg_float_MR_VertId_minPair(const MR_MinMaxArg_float_MR_VertId *_this)
MRC_API const float * MR_MinMaxArg_float_MR_VertId_Get_min(const MR_MinMaxArg_float_MR_VertId *_this)
MRC_API void MR_MinMaxArg_float_MR_VertId_DestroyArray(const MR_MinMaxArg_float_MR_VertId *_this)
Destroys a heap-allocated array of MR_MinMaxArg_float_MR_VertId. Does nothing if the pointer is null.
MRC_API MR_MinMaxArg_float_MR_VertId * MR_MinMaxArg_float_MR_VertId_OffsetMutablePtr(MR_MinMaxArg_float_MR_VertId *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 void MR_MinMaxArg_float_MR_VertId_include_1_MR_MinMaxArg_float_MR_VertId(MR_MinMaxArg_float_MR_VertId *_this, const MR_MinMaxArg_float_MR_VertId *s)
#define MRC_API
Definition exports.h:11
Definition MRId.h:56