#include <MRCMesh/MRId.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
|
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_Set_min (MR_MinMaxArg_float_MR_VertId *_this, float value) |
|
MRC_API float * | MR_MinMaxArg_float_MR_VertId_GetMutable_min (MR_MinMaxArg_float_MR_VertId *_this) |
|
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_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 const MR_VertId * | MR_MinMaxArg_float_MR_VertId_Get_minArg (const MR_MinMaxArg_float_MR_VertId *_this) |
|
MRC_API void | MR_MinMaxArg_float_MR_VertId_Set_minArg (MR_MinMaxArg_float_MR_VertId *_this, MR_VertId value) |
|
MRC_API MR_VertId * | MR_MinMaxArg_float_MR_VertId_GetMutable_minArg (MR_MinMaxArg_float_MR_VertId *_this) |
|
MRC_API const MR_VertId * | MR_MinMaxArg_float_MR_VertId_Get_maxArg (const MR_MinMaxArg_float_MR_VertId *_this) |
|
MRC_API void | MR_MinMaxArg_float_MR_VertId_Set_maxArg (MR_MinMaxArg_float_MR_VertId *_this, MR_VertId value) |
|
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_DefaultConstruct (void) |
|
MRC_API MR_MinMaxArg_float_MR_VertId * | MR_MinMaxArg_float_MR_VertId_DefaultConstructArray (size_t num_elems) |
|
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 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 pointer points to an array element.
|
|
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 pointer points to an array element.
|
|
MRC_API MR_MinMaxArg_float_MR_VertId * | MR_MinMaxArg_float_MR_VertId_ConstructFromAnother (const MR_MinMaxArg_float_MR_VertId *_other) |
|
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 null.
|
|
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_AssignFromAnother (MR_MinMaxArg_float_MR_VertId *_this, 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 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 void | MR_MinMaxArg_float_MR_VertId_include_2 (MR_MinMaxArg_float_MR_VertId *_this, float v, MR_VertId arg) |
|
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) |
|
◆ MR_MinMaxArg_float_MR_VertId
minimum and maximum of some elements of type T, and the indices of where minimum and maximum are reached of type I Generated from class MR::MinMaxArg<float, MR::VertId>
.
◆ MR_std_pair_float_MR_VertId
◆ MR_MinMaxArg_float_MR_VertId_AssignFromAnother()
Generated from a method of class MR::MinMaxArg<float, MR::VertId>
named operator=
. Parameter _this
can not be null. It is a single object. Parameter _other
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_MinMaxArg_float_MR_VertId_ConstructFrom()
◆ MR_MinMaxArg_float_MR_VertId_ConstructFromAnother()
Generated from a constructor of class MR::MinMaxArg<float, MR::VertId>
. Parameter _other
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_MinMaxArg_float_MR_VertId_Destroy()
to free it when you're done using it.
◆ MR_MinMaxArg_float_MR_VertId_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_MinMaxArg_float_MR_VertId_Destroy()
to free it when you're done using it.
◆ MR_MinMaxArg_float_MR_VertId_DefaultConstructArray()
◆ MR_MinMaxArg_float_MR_VertId_Destroy()
Destroys a heap-allocated instance of MR_MinMaxArg_float_MR_VertId
. Does nothing if the pointer is null.
◆ MR_MinMaxArg_float_MR_VertId_DestroyArray()
Destroys a heap-allocated array of MR_MinMaxArg_float_MR_VertId
. Does nothing if the pointer is null.
◆ MR_MinMaxArg_float_MR_VertId_Get_max()
Returns a pointer to a member variable of class MR::MinMaxArg<float, MR::VertId>
named max
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_MinMaxArg_float_MR_VertId_Get_maxArg()
Returns a pointer to a member variable of class MR::MinMaxArg<float, MR::VertId>
named maxArg
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_MinMaxArg_float_MR_VertId_Get_min()
Returns a pointer to a member variable of class MR::MinMaxArg<float, MR::VertId>
named min
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_MinMaxArg_float_MR_VertId_Get_minArg()
Returns a pointer to a member variable of class MR::MinMaxArg<float, MR::VertId>
named minArg
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_MinMaxArg_float_MR_VertId_GetMutable_max()
Returns a mutable pointer to a member variable of class MR::MinMaxArg<float, MR::VertId>
named max
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_MinMaxArg_float_MR_VertId_GetMutable_maxArg()
Returns a mutable pointer to a member variable of class MR::MinMaxArg<float, MR::VertId>
named maxArg
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_MinMaxArg_float_MR_VertId_GetMutable_min()
Returns a mutable pointer to a member variable of class MR::MinMaxArg<float, MR::VertId>
named min
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_MinMaxArg_float_MR_VertId_GetMutable_minArg()
Returns a mutable pointer to a member variable of class MR::MinMaxArg<float, MR::VertId>
named minArg
. Parameter _this
can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it.
◆ MR_MinMaxArg_float_MR_VertId_include_1_MR_MinMaxArg_float_MR_VertId()
changes min(Arg) and max(Arg) if necessary to include given segment Generated from a method of class MR::MinMaxArg<float, MR::VertId>
named include
. Parameter _this
can not be null. It is a single object. Parameter s
can not be null. It is a single object.
◆ MR_MinMaxArg_float_MR_VertId_include_1_std_pair_float_MR_VertId()
changes min(Arg) and max(Arg) if necessary to include given point Generated from a method of class MR::MinMaxArg<float, MR::VertId>
named include
. Parameter _this
can not be null. It is a single object. Parameter p
can not be null. It is a single object.
◆ MR_MinMaxArg_float_MR_VertId_include_2()
changes min(Arg) and max(Arg) if necessary to include given point Generated from a method of class MR::MinMaxArg<float, MR::VertId>
named include
. Parameter _this
can not be null. It is a single object.
◆ MR_MinMaxArg_float_MR_VertId_maxPair()
Generated from a method of class MR::MinMaxArg<float, MR::VertId>
named maxPair
. Parameter _this
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_pair_float_MR_VertId_Destroy()
to free it when you're done using it.
◆ MR_MinMaxArg_float_MR_VertId_minPair()
Generated from a method of class MR::MinMaxArg<float, MR::VertId>
named minPair
. Parameter _this
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_pair_float_MR_VertId_Destroy()
to free it when you're done using it.
◆ MR_MinMaxArg_float_MR_VertId_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.
◆ MR_MinMaxArg_float_MR_VertId_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.
◆ MR_MinMaxArg_float_MR_VertId_Set_max()
Modifies a member variable of class MR::MinMaxArg<float, MR::VertId>
named max
. Parameter _this
can not be null. It is a single object.
◆ MR_MinMaxArg_float_MR_VertId_Set_maxArg()
Modifies a member variable of class MR::MinMaxArg<float, MR::VertId>
named maxArg
. Parameter _this
can not be null. It is a single object.
◆ MR_MinMaxArg_float_MR_VertId_Set_min()
Modifies a member variable of class MR::MinMaxArg<float, MR::VertId>
named min
. Parameter _this
can not be null. It is a single object.
◆ MR_MinMaxArg_float_MR_VertId_Set_minArg()
Modifies a member variable of class MR::MinMaxArg<float, MR::VertId>
named minArg
. Parameter _this
can not be null. It is a single object.