#include <MRCMesh/MRId.h>
#include <MRCMisc/exports.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_FaceFaceFace
a triple of faces Generated from class MR::FaceFaceFace. 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_MeshTopology
◆ MR_std_vector_MR_FaceFaceFace
◆ MR_std_vector_std_vector_MR_VarEdgeTri
◆ MR_FaceFaceFace_AssignFromAnother()
Generated from method MR::FaceFaceFace::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_FaceFaceFace_Construct()
Generated from constructor MR::FaceFaceFace::FaceFaceFace. The reference to the parameter a might be preserved in the constructed object. The reference to the parameter b might be preserved in the constructed object. The reference to the parameter c might be preserved in the constructed 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_ConstructFromAnother()
Generated from constructor MR::FaceFaceFace::FaceFaceFace. 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_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. The reference to the parameter ptr might be preserved in the return value.
◆ 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. The reference to the parameter ptr might be preserved in the return value.
◆ 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. The reference to the parameter value might be preserved in this object in element aFace. When this function is called, this object will drop object references it had previously in aFace.
◆ 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. The reference to the parameter value might be preserved in this object in element bFace. When this function is called, this object will drop object references it had previously in bFace.
◆ 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. The reference to the parameter value might be preserved in this object in element cFace. When this function is called, this object will drop object references it had previously in cFace.
◆ 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.