#include <MRCMisc/common.h>
#include <MRCMisc/exports.h>
#include <MRCMisc/std_array_MR_VertId_3.h>
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_UnorientedTriangle
describes a triangle as three vertex IDs sorted in a way to quickly find same triangles irrespective of vertex order (clockwise or counterclockwise) Generated from class MR::UnorientedTriangle. Supported MR_PassBy modes: MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
◆ MR_VertId
| typedef struct MR_VertId MR_VertId |
◆ MR_equal_MR_UnorientedTriangle()
Generated from function MR::operator==. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
◆ MR_UnorientedTriangle_AssignFromAnother()
Generated from method MR::UnorientedTriangle::operator=. Parameter _this can not be null. It is a single object. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it had previously.
◆ MR_UnorientedTriangle_Construct()
Generated from constructor MR::UnorientedTriangle::UnorientedTriangle. Parameter inVs can not be null. It is a single object. The reference to the parameter inVs might be preserved in the constructed object. Parameter outFlipped defaults to a null pointer in C++. The reference to the parameter outFlipped might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_UnorientedTriangle_Destroy() to free it when you're done using it.
◆ MR_UnorientedTriangle_ConstructFromAnother()
Generated from constructor MR::UnorientedTriangle::UnorientedTriangle. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_UnorientedTriangle_Destroy() to free it when you're done using it.
◆ MR_UnorientedTriangle_ConvertTo_const_std_array_MR_VertId_3_ref()
Generated from conversion operator MR::UnorientedTriangle::operator const std::array<MR::VertId, 3> &. 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_UnorientedTriangle_ConvertTo_std_array_MR_VertId_3_ref()
Generated from conversion operator MR::UnorientedTriangle::operator std::array<MR::VertId, 3> &. 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_UnorientedTriangle_Destroy()
Destroys a heap-allocated instance of MR_UnorientedTriangle. Does nothing if the pointer is null.
◆ MR_UnorientedTriangle_DestroyArray()
Destroys a heap-allocated array of MR_UnorientedTriangle. Does nothing if the pointer is null.
◆ MR_UnorientedTriangle_Get_verts()
Returns a pointer to a member variable of class MR::UnorientedTriangle named verts. 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_UnorientedTriangle_getFlipped()
◆ MR_UnorientedTriangle_GetMutable_verts()
Returns a mutable pointer to a member variable of class MR::UnorientedTriangle named verts. 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_UnorientedTriangle_index()
Generated from method MR::UnorientedTriangle::operator[]. 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_UnorientedTriangle_index_const()
Generated from method MR::UnorientedTriangle::operator[]. 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_UnorientedTriangle_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. The reference to the parameter ptr might be preserved in the return value.
◆ MR_UnorientedTriangle_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. The reference to the parameter ptr might be preserved in the return value.
◆ MR_UnorientedTriangle_Set_verts()
Modifies a member variable of class MR::UnorientedTriangle named verts. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element verts. When this function is called, this object will drop object references it had previously in verts.