#include <MRCMesh/MRId.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_FaceFaceFace
◆ MR_MeshTopology
◆ MR_std_vector_MR_FaceFaceFace
◆ MR_std_vector_std_vector_MR_VarEdgeTri
◆ MR_FaceFaceFace_AssignFromAnother()
Generated from a method of class MR::FaceFaceFace
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_FaceFaceFace_Construct()
◆ MR_FaceFaceFace_ConstructFromAnother()
Generated from a constructor of class MR::FaceFaceFace
. Parameter _other
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_FaceFaceFace_Destroy()
to free it when you're done using it.
◆ MR_FaceFaceFace_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_FaceFaceFace_Destroy()
to free it when you're done using it.
◆ MR_FaceFaceFace_DefaultConstructArray()
◆ MR_FaceFaceFace_Destroy()
Destroys a heap-allocated instance of MR_FaceFaceFace
. Does nothing if the pointer is null.
◆ MR_FaceFaceFace_DestroyArray()
Destroys a heap-allocated array of MR_FaceFaceFace
. Does nothing if the pointer is null.
◆ MR_FaceFaceFace_Get_aFace()
Returns a pointer to a member variable of class MR::FaceFaceFace
named aFace
. 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_FaceFaceFace_Get_bFace()
Returns a pointer to a member variable of class MR::FaceFaceFace
named bFace
. 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_FaceFaceFace_Get_cFace()
Returns a pointer to a member variable of class MR::FaceFaceFace
named cFace
. 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_FaceFaceFace_GetMutable_aFace()
Returns a mutable pointer to a member variable of class MR::FaceFaceFace
named aFace
. 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_FaceFaceFace_GetMutable_bFace()
Returns a mutable pointer to a member variable of class MR::FaceFaceFace
named bFace
. 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_FaceFaceFace_GetMutable_cFace()
Returns a mutable pointer to a member variable of class MR::FaceFaceFace
named cFace
. 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_FaceFaceFace_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_FaceFaceFace_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_FaceFaceFace_Set_aFace()
Modifies a member variable of class MR::FaceFaceFace
named aFace
. Parameter _this
can not be null. It is a single object.
◆ MR_FaceFaceFace_Set_bFace()
Modifies a member variable of class MR::FaceFaceFace
named bFace
. Parameter _this
can not be null. It is a single object.
◆ MR_FaceFaceFace_Set_cFace()
Modifies a member variable of class MR::FaceFaceFace
named cFace
. Parameter _this
can not be null. It is a single object.
◆ MR_findTripleFaceIntersections()
given all self-intersection contours on a mesh, finds all intersecting triangle triples (every two triangles from a triple intersect); please note that not all such triples will have a common point Generated from function MR::findTripleFaceIntersections
. Parameter topology
can not be null. It is a single object. Parameter selfContours
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_std_vector_MR_FaceFaceFace_Destroy()
to free it when you're done using it.