|
TTK
|
#include <FTMSegmentation.h>
Public Member Functions | |
| ArcRegion () | |
| ArcRegion (const segm_it &begin, const segm_it &end) | |
| std::tuple< SimplexId, ArcRegion > | splitFront (SimplexId v, const Scalars *s) |
| std::tuple< SimplexId, ArcRegion > | splitBack (SimplexId v, const Scalars *s) |
| SimplexId | findBelow (SimplexId v, const Scalars *s, const std::vector< idCorresp > &vert2treeOther=std::vector< idCorresp >()) const |
| void | concat (const segm_it &begin, const segm_it &end) |
| void | concat (const ArcRegion &r) |
| bool | merge (const ArcRegion &r) |
| void | clear () |
| void | createSegmentation (const Scalars *s) |
| SimplexId | count () const |
| std::string | print () const |
| const decltype(segmentsIn_) & | getRegions () const |
| decltype(segmentsIn_) & | getRegions () |
| SimplexId | size () const |
| SimplexId | operator[] (SimplexId v) const |
| SimplexId & | operator[] (SimplexId v) |
| decltype(segmentation_) ::iterator | begin () |
| decltype(segmentation_) ::iterator | end () |
Definition at line 93 of file FTMSegmentation.h.
| ArcRegion::ArcRegion | ( | ) |
Definition at line 152 of file FTMSegmentation.cpp.
Definition at line 159 of file FTMSegmentation.cpp.
|
inline |
Definition at line 209 of file FTMSegmentation.h.
|
inline |
Definition at line 134 of file FTMSegmentation.h.
| void ArcRegion::concat | ( | const ArcRegion & | r | ) |
Definition at line 167 of file FTMSegmentation.cpp.
Definition at line 163 of file FTMSegmentation.cpp.
|
inline |
Definition at line 146 of file FTMSegmentation.h.
| void ArcRegion::createSegmentation | ( | const Scalars * | s | ) |
Definition at line 173 of file FTMSegmentation.cpp.
|
inline |
Definition at line 213 of file FTMSegmentation.h.
| SimplexId ArcRegion::findBelow | ( | SimplexId | v, |
| const Scalars * | s, | ||
| const std::vector< idCorresp > & | vert2treeOther = std::vector<idCorresp>() |
||
| ) | const |
Definition at line 227 of file FTMSegmentation.cpp.
|
inline |
Definition at line 175 of file FTMSegmentation.h.
|
inline |
Definition at line 171 of file FTMSegmentation.h.
| bool ArcRegion::merge | ( | const ArcRegion & | r | ) |
Definition at line 287 of file FTMSegmentation.cpp.
Definition at line 199 of file FTMSegmentation.h.
Definition at line 189 of file FTMSegmentation.h.
|
inline |
Definition at line 154 of file FTMSegmentation.h.
|
inline |
Definition at line 181 of file FTMSegmentation.h.
Definition at line 302 of file FTMSegmentation.cpp.
Definition at line 357 of file FTMSegmentation.cpp.