|
| Graph () |
|
| Graph (Graph &&other) noexcept=default |
|
| Graph (const Graph &other)=delete |
|
| ~Graph () override |
|
Graph & | operator= (Graph &&other) noexcept |
|
Graph & | operator= (Graph &other)=delete |
|
idNode | getNumberOfNodes () const |
|
idSuperArc | getNumberOfArcs () const |
|
idSuperArc | getNumberOfVisibleArcs () const |
|
idNode | getNumberOfLeaves () const |
|
idVertex | getLeaf (const idNode id) const |
|
bool | isLeafFromMin (const idNode id) const |
|
const Node & | getNode (const idNode id) const |
|
Node & | getNode (const idNode id) |
|
const SuperArc & | getArc (const idSuperArc id) const |
|
SuperArc & | getArc (const idSuperArc id) |
|
bool | isVisited (const idVertex v) const |
|
void | visit (const idVertex v, const idSegmentation id, bool isArc=true) |
|
void | setArc (const idVertex v, const idSegmentation id) |
|
std::tuple< idNode, idSuperArc > | visit (const idVertex v) const |
|
bool | isArc (const idVertex v) const |
|
bool | isArc (const idVertex v, const idSuperArc id) const |
|
bool | isNode (const idVertex v) const |
|
bool | isNode (const idVertex v, const idNode id) const |
|
idNode | getNodeId (const idVertex v) const |
|
idSuperArc | getArcId (const idVertex v) const |
|
const Node & | getDownNode (const idSuperArc a) const |
|
const valence & | valUp (const idVertex v) const |
|
valence & | valUp (const idVertex v) |
|
const valence & | valDown (const idVertex v) const |
|
valence & | valDown (const idVertex v) |
|
void | addLeaf (const idVertex v, bool isMax) |
|
idNode | makeNode (const idVertex v) |
|
std::tuple< idNode, bool > | getOrCreateNode (const idVertex v) |
|
idSuperArc | openArc (const idNode downId, Propagation *p=nullptr) |
|
void | closeArc (const idSuperArc arc, const idNode upId) |
|
void | makeArc (const idNode downId, const idNode upId) |
|
idSuperArc | makeHiddenArc (Propagation *const lp) |
|
template<typename ScalarType > |
void | sortLeaves (const Scalars< ScalarType > *s, const bool parallel=false) |
|
void | shuffleLeaves () |
|
template<typename ScalarType > |
void | mergeArcs (const Scalars< ScalarType > *const s) |
|
template<typename ScalarType > |
void | arcs2nodes (const Scalars< ScalarType > *const s) |
|
template<typename ScalarType > |
void | buildArcSegmentation (const Scalars< ScalarType > *const s) |
|
std::string | print (const int verbosity) const |
|
std::string | printArc (const idSuperArc arcId) const |
|
std::string | printNode (const idNode nodeId) const |
|
std::string | printVisit (const idVertex v) const |
|
std::string | printVisit () const |
|
void | alloc () override |
|
void | init () override |
|
void | setNumberOfElmt (const idVertex nbVerts) |
|
template<typename type > |
void | fillVector (std::vector< type > &vect, const type &elmt) |
|
| Debug () |
|
| ~Debug () override |
|
virtual int | setDebugLevel (const int &debugLevel) |
|
int | setWrapper (const Wrapper *wrapper) override |
|
int | printMsg (const std::string &msg, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const |
|
int | printMsg (const std::vector< std::string > &msgs, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const |
|
int | printErr (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const |
|
int | printWrn (const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const |
|
int | printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const double &memory, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const |
|
int | printMsg (const std::string &msg, const double &progress, const double &time, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const |
|
int | printMsg (const std::string &msg, const double &progress, const double &time, const int &threads, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const |
|
int | printMsg (const std::string &msg, const double &progress, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::PERFORMANCE, std::ostream &stream=std::cout) const |
|
int | printMsg (const std::string &msg, const double &progress, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const |
|
int | printMsg (const std::vector< std::vector< std::string > > &rows, const debug::Priority &priority=debug::Priority::INFO, const bool hasHeader=true, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const |
|
int | printMsg (const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const |
|
int | printMsg (const debug::Separator &separator, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const |
|
int | printMsg (const std::string &msg, const debug::Separator &separator, const debug::LineMode &lineMode=debug::LineMode::NEW, const debug::Priority &priority=debug::Priority::INFO, std::ostream &stream=std::cout) const |
|
void | setDebugMsgPrefix (const std::string &prefix) |
|
| BaseClass () |
|
virtual | ~BaseClass ()=default |
|
int | getThreadNumber () const |
|
virtual int | setThreadNumber (const int threadNumber) |
|
TTK FTRGraph graph skeleton.
- Author
- Gueunet Charles charl.nosp@m.es.g.nosp@m.ueune.nosp@m.t+tt.nosp@m.k@gma.nosp@m.il.c.nosp@m.om
- Date
- 2018-01-25
This class manage nodes and arcs of the graph structure along with their Segmentation
- See also
- ttk::FTRGraph
Definition at line 38 of file Graph.h.