TTK
|
#include <DeprecatedSegmentation.h>
Public Member Functions | |
Segment (const bool order=true) | |
bool | isAscending () const |
void | sort (const Scalars *s) |
void | emplace_back (const SimplexId &v) |
void | clear () |
void | norm_next (segmentIterator &it) |
SimplexId & | operator[] (size_t idx) |
const SimplexId & | operator[] (size_t idx) const |
sorted_iterator | sbegin () |
sorted_iterator | send () |
Definition at line 29 of file DeprecatedSegmentation.h.
Segment::Segment | ( | const bool | order = true | ) |
Definition at line 20 of file DeprecatedSegmentation.cpp.
void Segment::clear | ( | ) |
Definition at line 47 of file DeprecatedSegmentation.cpp.
void Segment::emplace_back | ( | const SimplexId & | v | ) |
Definition at line 43 of file DeprecatedSegmentation.cpp.
bool Segment::isAscending | ( | ) | const |
Definition at line 23 of file DeprecatedSegmentation.cpp.
void ttk::cf::Segment::norm_next | ( | segmentIterator & | it | ) |
SimplexId & Segment::operator[] | ( | size_t | idx | ) |
Definition at line 52 of file DeprecatedSegmentation.cpp.
const SimplexId & Segment::operator[] | ( | size_t | idx | ) | const |
Definition at line 56 of file DeprecatedSegmentation.cpp.
sorted_iterator Segment::sbegin | ( | ) |
Definition at line 60 of file DeprecatedSegmentation.cpp.
sorted_iterator Segment::send | ( | ) |
Definition at line 68 of file DeprecatedSegmentation.cpp.
void Segment::sort | ( | const Scalars * | s | ) |
Definition at line 27 of file DeprecatedSegmentation.cpp.