|
SCL
1.0
Standard Control Library : Control, dynamics, physics, and simulation
|
#include <CMappedTree.hpp>


Public Member Functions | |
| SMTNodeBase () | |
Public Attributes | |
| TIdx | name_ |
| TIdx | parent_name_ |
| TNode * | parent_addr_ |
| std::vector< TNode * > | child_addrs_ |
Node type base class (sets all the pointers etc. that will be required
|
inline |
Constructor. Sets stuff to NULL
| std::vector<TNode*> sutil::CMappedTree< TIdx, TNode >::SMTNodeBase::child_addrs_ |
The child node address pointers in the graph
| TIdx sutil::CMappedTree< TIdx, TNode >::SMTNodeBase::name_ |
The index of this node
| TNode* sutil::CMappedTree< TIdx, TNode >::SMTNodeBase::parent_addr_ |
The parent node address pointer in the graph
| TIdx sutil::CMappedTree< TIdx, TNode >::SMTNodeBase::parent_name_ |
The parent index in the graph
1.8.6