40 #ifndef _BPP_GRAPH_TNODE_H_ 41 #define _BPP_GRAPH_TNODE_H_ 79 #ifndef NO_VIRTUAL_COV 129 #endif //_BPP_GRAPH_TNODE_H_ virtual const TNode * getNeighbor(int pos) const =0
Get a neighbor of this node in const context.
virtual const TNode * operator[](int i) const =0
Direct access to a neighbor in const context.
This class allows to perform a correspondence analysis.
TNode * clone() const =0
Create a copy of this object and send a pointer to it.
virtual const TNode * getFather() const =0
Get the father in const environment.
virtual const TNode * getSon(int pos) const =0
Get a particular son in const environment.