#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. 
 
 
◆ 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 a method of class MR::UnorientedTriangle 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_UnorientedTriangle_Construct()
Generated from a constructor of class MR::UnorientedTriangle. Parameter inVs can not be null. It is a single object. Parameter outFlipped defaults to a null pointer in C++. 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()
◆ MR_UnorientedTriangle_ConvertTo_const_std_array_MR_VertId_3_ref()
Generated from a conversion operator of class MR::UnorientedTriangle to type 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 a conversion operator of class MR::UnorientedTriangle to type 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()
returns this triangle with the opposite orientation Generated from a method of class MR::UnorientedTriangle named getFlipped. Parameter _this can not be null. It is a single object. 
 
 
◆ 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 a method of class MR::UnorientedTriangle named 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 a method of class MR::UnorientedTriangle named 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. 
 
 
◆ 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. 
 
 
◆ 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.