TTK
|
#include <FTMSegmentation.h>
Public Member Functions | |
Segment (SimplexId size) | |
void | sort (const Scalars *s) |
void | createFromList (const Scalars *s, std::list< std::vector< SimplexId > > ®ularsList, const bool reverse) |
segm_const_it | begin () const |
segm_const_it | end () const |
segm_it | begin () |
segm_it | end () |
SimplexId | size () const |
SimplexId | operator[] (const size_t &idx) const |
SimplexId & | operator[] (const size_t &idx) |
Definition at line 30 of file FTMSegmentation.h.
Segment::Segment | ( | SimplexId | size | ) |
Definition at line 29 of file FTMSegmentation.cpp.
segm_it Segment::begin | ( | ) |
Definition at line 36 of file FTMSegmentation.cpp.
segm_const_it Segment::begin | ( | ) | const |
Definition at line 32 of file FTMSegmentation.cpp.
void Segment::createFromList | ( | const Scalars * | s, |
std::list< std::vector< SimplexId > > & | regularsList, | ||
const bool | reverse | ||
) |
Definition at line 40 of file FTMSegmentation.cpp.
segm_it Segment::end | ( | ) |
Definition at line 76 of file FTMSegmentation.cpp.
segm_const_it Segment::end | ( | ) | const |
Definition at line 72 of file FTMSegmentation.cpp.
SimplexId & Segment::operator[] | ( | const size_t & | idx | ) |
Definition at line 84 of file FTMSegmentation.cpp.
SimplexId Segment::operator[] | ( | const size_t & | idx | ) | const |
Definition at line 80 of file FTMSegmentation.cpp.
SimplexId Segment::size | ( | ) | const |
Definition at line 88 of file FTMSegmentation.cpp.
void Segment::sort | ( | const Scalars * | s | ) |
Definition at line 92 of file FTMSegmentation.cpp.