#include <MRCMesh/MRId.h>
#include <MRCMisc/exports.h>
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_EdgePoint
◆ MR_MeshTriPoint
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId
Stores one of 4 objects: std::monostate
, MR::MeshTriPoint
, MR::EdgePoint
, MR::VertId
. Supported MR_PassBy
modes: MR_PassBy_DefaultConstruct
, MR_PassBy_Copy
, MR_PassBy_Move
, (and MR_PassBy_DefaultArgument
and MR_PassBy_NoObject
if supported by the callee).
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignAs_MR_EdgePoint()
Assigns to the variant, making it store the element 2, of type MR::EdgePoint
. Parameter _this
can not be null. It is a single object. Parameter value
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignAs_MR_MeshTriPoint()
Assigns to the variant, making it store the element 1, of type MR::MeshTriPoint
. Parameter _this
can not be null. It is a single object. Parameter value
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignAs_MR_VertId()
Assigns to the variant, making it store the element 3, of type MR::VertId
. Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignAs_std_monostate()
Assigns to the variant, making it store the element 0, of type std::monostate
. Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_AssignFromAnother()
Assigns the contents from another instance. Both objects remain alive after the call. Parameter _this
can not be null. It is a single object. Parameter other
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructAs_MR_EdgePoint()
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructAs_MR_MeshTriPoint()
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructAs_MR_VertId()
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructAs_std_monostate()
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_ConstructFromAnother()
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_DefaultConstruct()
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_DefaultConstructArray()
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Destroy()
Destroys a heap-allocated instance of MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId
. Does nothing if the pointer is null.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_DestroyArray()
Destroys a heap-allocated array of MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId
. Does nothing if the pointer is null.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Get_MR_EdgePoint()
Returns the element 2, of type MR::EdgePoint
, read-only. If it's not the active element, returns null. Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Get_MR_MeshTriPoint()
Returns the element 1, of type MR::MeshTriPoint
, read-only. If it's not the active element, returns null. Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Get_MR_VertId()
Returns the element 3, of type MR::VertId
, read-only. If it's not the active element, returns null. Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Get_std_monostate()
Returns the element 0, of type std::monostate
, read-only. If it's not the active element, returns null. Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_GetMutable_MR_EdgePoint()
Returns the element 2, of type MR::EdgePoint
, mutable. If it's not the active element, returns null. Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_GetMutable_MR_MeshTriPoint()
Returns the element 1, of type MR::MeshTriPoint
, mutable. If it's not the active element, returns null. Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_GetMutable_MR_VertId()
Returns the element 3, of type MR::VertId
, mutable. If it's not the active element, returns null. Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_MR_VertId_Index()
Returns the index of the stored element type. In rare cases may return -1 if this variant is "valueless by exception". Parameter _this
can not be null. It is a single object.
◆ MR_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_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_std_variant_std_monostate_MR_MeshTriPoint_MR_EdgePoint_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.