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


Public Member Functions | |
| SMGNodeBase () | |
Public Attributes | |
| std::vector< TIdx > | gr_parent_names_ |
| std::vector< TNode * > | gr_parent_addrs_ |
| std::vector< TNode * > | gr_child_addrs_ |
| 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
|
inherited |
The child node address pointers in the graph
| std::vector<TNode*> sutil::CMappedDirGraph< TIdx, TNode >::SMGNodeBase::gr_child_addrs_ |
The child node address pointers in the graph
| std::vector<TNode*> sutil::CMappedDirGraph< TIdx, TNode >::SMGNodeBase::gr_parent_addrs_ |
The parent node address pointers in the graph
| std::vector<TIdx> sutil::CMappedDirGraph< TIdx, TNode >::SMGNodeBase::gr_parent_names_ |
The parent indices in the graph
|
inherited |
The index of this node
|
inherited |
The parent node address pointer in the graph
|
inherited |
The parent index in the graph
1.8.6