19#include <forward_list>
31 Segment(
const bool order =
true);
50 std::vector<vertex> vertices_;
63 std::vector<Segment> segments_;
81 std::forward_list<Region> segmentsIn_;
83 std::vector<vertex> segmentation_;
void addSegment(const segmentIterator &begin, const segmentIterator &end)
void createSegmentation(const idSuperArc &thisArc)
void sort(const Scalars *s)
void norm_next(segmentIterator &it)
SimplexId & operator[](size_t idx)
void emplace_back(const SimplexId &v)
Segment & operator[](size_t idx)
idSuperArc idSegment
for the segmentation, we have an array of segment containing area of the mesh
std::vector< vertex >::iterator segmentIterator
long unsigned int idSuperArc
SuperArc index in vect_superArcs_.
int SimplexId
Identifier type for simplices of any dimension.
T end(std::pair< T, T > &p)
T begin(std::pair< T, T > &p)