|
| DirectedGraph (int n) |
|
| DirectedGraph (const Eigen::SparseMatrix< int > &adj) |
|
int & | get (int src, int dst) |
|
int | get (int src, int dst) const |
|
bool | hasConnection (int src, int dst) const |
|
int | getSize () const |
|
bool | resize (int n) |
|
void | connect (int src, int dst, int conn=1) |
|
const Eigen::SparseMatrix< int > & | adj () const |
|
template<int N> |
ls::blocks::aux::DirectedGraph | fromBlocks (const std::array< BlockProto *, N > &blocks) |
|
template<int N> |
ls::blocks::aux::DirectedGraph | fromBlocks (const std::array< const BlockProto *, N > &blocks) |
|
|
Eigen::SparseMatrix< int > | adj_ |
|
int | size_ |
|
The documentation for this class was generated from the following files: