TTK
|
This is the complete list of members for ttk::ftr::DynamicGraph< Type >, including all inherited members.
alloc() override | ttk::ftr::DynamicGraph< Type > | virtual |
BaseClass() | ttk::BaseClass | |
Debug() | ttk::Debug | |
debugLevel_ | ttk::Debug | mutableprotected |
debugMsgNamePrefix_ | ttk::Debug | protected |
debugMsgPrefix_ | ttk::Debug | protected |
DynamicGraph() | ttk::ftr::DynamicGraph< Type > | |
fillVector(std::vector< type > &vect, const type &elmt) | ttk::ftr::Allocable | inline |
findRoot(const DynGraphNode< Type > *const node) | ttk::ftr::DynamicGraph< Type > | inline |
findRoot(const std::size_t nid) | ttk::ftr::DynamicGraph< Type > | inline |
findRoot(std::initializer_list< DynGraphNode< Type > * > nodes) | ttk::ftr::DynamicGraph< Type > | inline |
findRoot(std::initializer_list< std::size_t > nodesIds) | ttk::ftr::DynamicGraph< Type > | inline |
findRoot(const std::vector< type > &nodesIds) | ttk::ftr::DynamicGraph< Type > | inline |
getCorArc(const std::size_t nid) const | ttk::ftr::DynamicGraph< Type > | inline |
getNode(const std::size_t nid) | ttk::ftr::DynamicGraph< Type > | inline |
getNode(const std::size_t nid) const | ttk::ftr::DynamicGraph< Type > | inline |
getNodeId(DynGraphNode< Type > *node) | ttk::ftr::DynamicGraph< Type > | inline |
getSubtreeArc(const std::size_t nid) const | ttk::ftr::DynamicGraph< Type > | inline |
getThreadNumber() const | ttk::BaseClass | inline |
init() override | ttk::ftr::DynamicGraph< Type > | virtual |
insertEdge(DynGraphNode< Type > *const n1, DynGraphNode< Type > *const n2, const Type w, const idSuperArc corArc) | ttk::ftr::DynamicGraph< Type > | inline |
insertEdge(const std::size_t n1, const std::size_t n2, const Type w, const idSuperArc corArc) | ttk::ftr::DynamicGraph< Type > | inline |
isDisconnected(const DynGraphNode< Type > *const node) const | ttk::ftr::DynamicGraph< Type > | inline |
isDisconnected(const std::size_t nid) | ttk::ftr::DynamicGraph< Type > | inline |
lastLineMode | ttk::Debug | protectedstatic |
lastObject_ | ttk::BaseClass | protected |
nbElmt_ | ttk::ftr::Allocable | protected |
nodes_ | ttk::ftr::DynamicGraph< Type > | protected |
print() | ttk::ftr::DynamicGraph< Type > | |
print(const std::function< std::string(std::size_t)> &) | ttk::ftr::DynamicGraph< Type > | |
printErr(const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const | ttk::Debug | inline |
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 | ttk::Debug | inline |
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 | ttk::Debug | inline |
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 | ttk::Debug | inline |
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 | ttk::Debug | inline |
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 | ttk::Debug | inline |
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 | ttk::Debug | inline |
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 | ttk::Debug | inline |
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 | ttk::Debug | inline |
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 | ttk::Debug | inline |
printMsg(const debug::Separator &separator, const debug::Priority &priority, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const | ttk::Debug | inline |
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 | ttk::Debug | inline |
printMsgInternal(const std::string &msg, const std::string &right, const std::string &filler, const debug::Priority &priority=debug::Priority::INFO, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cout) const | ttk::Debug | inlineprotected |
printMsgInternal(const std::string &msg, const debug::Priority &priority, const debug::LineMode &lineMode, std::ostream &stream=std::cout) const | ttk::Debug | inlineprotected |
printNbCC() | ttk::ftr::DynamicGraph< Type > | |
printWrn(const std::string &msg, const debug::LineMode &lineMode=debug::LineMode::NEW, std::ostream &stream=std::cerr) const | ttk::Debug | inline |
removeEdge(DynGraphNode< Type > *const n) | ttk::ftr::DynamicGraph< Type > | inline |
removeEdge(const std::size_t nid) | ttk::ftr::DynamicGraph< Type > | inline |
removeEdge(DynGraphNode< Type > *const n1, DynGraphNode< Type > *const n2) | ttk::ftr::DynamicGraph< Type > | |
removeEdge(const std::size_t nid1, const std::size_t nid2) | ttk::ftr::DynamicGraph< Type > | inline |
setCorArc(const std::size_t nid, idSuperArc arc) | ttk::ftr::DynamicGraph< Type > | inline |
setDebugLevel(const int &debugLevel) | ttk::Debug | virtual |
setDebugMsgPrefix(const std::string &prefix) | ttk::Debug | inline |
setNumberOfElmt(const idVertex nbVerts) | ttk::ftr::Allocable | inline |
setNumberOfNodes(const std::size_t nbNodes) | ttk::ftr::DynamicGraph< Type > | inline |
setSubtreeArc(const std::size_t nid, const idSuperArc arc) | ttk::ftr::DynamicGraph< Type > | inline |
setThreadNumber(const int threadNumber) | ttk::BaseClass | inlinevirtual |
setWrapper(const Wrapper *wrapper) override | ttk::Debug | virtual |
test() | ttk::ftr::DynamicGraph< Type > | |
threadNumber_ | ttk::BaseClass | mutableprotected |
welcomeMsg(std::ostream &stream) | ttk::Debug | protected |
wrapper_ | ttk::BaseClass | protected |
~BaseClass()=default | ttk::BaseClass | virtual |
~Debug() override | ttk::Debug | |
~DynamicGraph() override | ttk::ftr::DynamicGraph< Type > |