TTK
|
TTK processing package that deal with segmentation of an arc in the Reeb Graph. More...
#include <FTRSegmentation.h>
Public Member Functions | |
Segment (idVertex size) | |
Segment () | |
segm_const_it | begin () const |
segm_const_it | end () const |
segm_it | begin () |
segm_it | end () |
idVertex | size () const |
void | reserve (const idVertex size) |
void | emplace_back (const idVertex v) |
idVertex | operator[] (const size_t &idx) const |
idVertex & | operator[] (const size_t &idx) |
TTK processing package that deal with segmentation of an arc in the Reeb Graph.
TTK classes for the segmentation of an arc in the Reeb Graph.
dataType | Data type of the input scalar field (char, float, etc.). |
Definition at line 32 of file FTRSegmentation.h.
|
explicit |
Definition at line 26 of file FTRSegmentation.cpp.
|
default |
segm_it Segment::begin | ( | ) |
Definition at line 35 of file FTRSegmentation.cpp.
segm_const_it Segment::begin | ( | ) | const |
Definition at line 31 of file FTRSegmentation.cpp.
void Segment::emplace_back | ( | const idVertex | v | ) |
Definition at line 55 of file FTRSegmentation.cpp.
segm_it Segment::end | ( | ) |
Definition at line 43 of file FTRSegmentation.cpp.
segm_const_it Segment::end | ( | ) | const |
Definition at line 39 of file FTRSegmentation.cpp.
idVertex & Segment::operator[] | ( | const size_t & | idx | ) |
Definition at line 63 of file FTRSegmentation.cpp.
idVertex Segment::operator[] | ( | const size_t & | idx | ) | const |
Definition at line 59 of file FTRSegmentation.cpp.
void Segment::reserve | ( | const idVertex | size | ) |
Definition at line 51 of file FTRSegmentation.cpp.
idVertex Segment::size | ( | ) | const |
Definition at line 47 of file FTRSegmentation.cpp.