#include <MRCMesh/MRId.h>
#include <MRCMisc/exports.h>
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
◆ MR_IteratorRange_MR_UndirectedEdgeIterator
◆ MR_MeshTopology
◆ MR_UndirectedEdgeIterator
Generated from class MR::UndirectedEdgeIterator. 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_deref_MR_UndirectedEdgeIterator()
Generated from method MR::UndirectedEdgeIterator::operator*. Parameter _this can not be null. It is a single object.
◆ MR_equal_MR_UndirectedEdgeIterator()
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_incr_MR_UndirectedEdgeIterator()
Generated from method MR::UndirectedEdgeIterator::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_not_equal_MR_UndirectedEdgeIterator()
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_UndirectedEdgeIterator_AssignFromAnother()
Generated from method MR::UndirectedEdgeIterator::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_UndirectedEdgeIterator_Construct()
◆ MR_UndirectedEdgeIterator_ConstructFromAnother()
◆ MR_UndirectedEdgeIterator_DefaultConstruct()
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_UndirectedEdgeIterator_Destroy() to free it when you're done using it.
◆ MR_UndirectedEdgeIterator_DefaultConstructArray()
◆ MR_UndirectedEdgeIterator_Destroy()
Destroys a heap-allocated instance of MR_UndirectedEdgeIterator. Does nothing if the pointer is null.
◆ MR_UndirectedEdgeIterator_DestroyArray()
Destroys a heap-allocated array of MR_UndirectedEdgeIterator. Does nothing if the pointer is null.
◆ MR_UndirectedEdgeIterator_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_UndirectedEdgeIterator_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_undirectedEdges_MR_MeshTopology()