#include <LowestCommonAncestor.h>
Definition at line 22 of file LowestCommonAncestor.h.
◆ addSuccessor()
void ttk::LowestCommonAncestor::Node::addSuccessor |
( |
const int & |
id | ) |
|
|
inline |
◆ getAncestorId()
int ttk::LowestCommonAncestor::Node::getAncestorId |
( |
| ) |
const |
|
inline |
◆ getNumberOfSuccessors()
int ttk::LowestCommonAncestor::Node::getNumberOfSuccessors |
( |
| ) |
const |
|
inline |
◆ getSuccessorId()
int ttk::LowestCommonAncestor::Node::getSuccessorId |
( |
const int & |
id | ) |
const |
|
inline |
◆ setAncestor()
void ttk::LowestCommonAncestor::Node::setAncestor |
( |
const int & |
id | ) |
|
|
inline |
◆ ancestor_
int ttk::LowestCommonAncestor::Node::ancestor_ {} |
|
protected |
◆ successor_
std::vector<int> ttk::LowestCommonAncestor::Node::successor_ {} |
|
protected |
The documentation for this class was generated from the following file: