28 unsigned n()
const {
return _d.size(); }
41 void print(std::ostream&
o,
bool recursif =
false)
const;
50 std::vector<MEChannel*>
_d;
bool getListOfDescendants(std::vector< MEChannel * > &)
MEChannel * getChannel(int ix, int iy)
bool getListOfChannels(std::vector< MEChannel * > &)
bool getListOfAncestors(std::vector< MEChannel * > &)
MEChannel * getDaughter(int ix, int iy, int ig)
MEChannel * getDescendant(int ig, int ii)
void print(std::ostream &o, bool recursif=false) const
std::vector< MEChannel * > _d
MEChannel * addDaughter(int ix, int iy, int ii)
MEChannel * getFirstDescendant(int ig)
MEChannel * getAncestor(int ig)
MEChannel(int ix, int iy, int ii, MEChannel *mother)
MEChannel * d(unsigned ii)