#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_PolylineUndirectedEdgeIterator
◆ MR_PolylineTopology
◆ MR_PolylineUndirectedEdgeIterator
The iterator to find all not-lone undirected edges in the polyline topology Generated from class MR::PolylineUndirectedEdgeIterator. 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_PolylineUndirectedEdgeIterator()
Generated from method MR::PolylineUndirectedEdgeIterator::operator*. Parameter _this can not be null. It is a single object. The reference to this object might be preserved in the return value.
◆ MR_incr_MR_PolylineUndirectedEdgeIterator()
Generated from method MR::PolylineUndirectedEdgeIterator::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_PolylineUndirectedEdgeIterator()
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_PolylineUndirectedEdgeIterator_AssignFromAnother()
Generated from method MR::PolylineUndirectedEdgeIterator::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_PolylineUndirectedEdgeIterator_Construct()
Generated from constructor MR::PolylineUndirectedEdgeIterator::PolylineUndirectedEdgeIterator. Parameter topology can not be null. It is a single object. The reference to the parameter topology might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_PolylineUndirectedEdgeIterator_Destroy() to free it when you're done using it.
◆ MR_PolylineUndirectedEdgeIterator_ConstructFromAnother()
Generated from constructor MR::PolylineUndirectedEdgeIterator::PolylineUndirectedEdgeIterator. 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_PolylineUndirectedEdgeIterator_Destroy() to free it when you're done using it.
◆ MR_PolylineUndirectedEdgeIterator_DefaultConstruct()
◆ MR_PolylineUndirectedEdgeIterator_DefaultConstructArray()
◆ MR_PolylineUndirectedEdgeIterator_Destroy()
Destroys a heap-allocated instance of MR_PolylineUndirectedEdgeIterator. Does nothing if the pointer is null.
◆ MR_PolylineUndirectedEdgeIterator_DestroyArray()
Destroys a heap-allocated array of MR_PolylineUndirectedEdgeIterator. Does nothing if the pointer is null.
◆ MR_PolylineUndirectedEdgeIterator_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_PolylineUndirectedEdgeIterator_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_undirectedEdges_MR_PolylineTopology()