![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <grmGraph.h>
Inheritance diagram for grm::Graph< TNode >:
Collaboration diagram for grm::Graph< TNode >:Public Types | |
| typedef EdgeListType::const_iterator | EdgeConstIteratorType |
| typedef EdgeListType::iterator | EdgeIteratorType |
| typedef std::vector< EdgeType > | EdgeListType |
| typedef NodeType::CRPTNeighborType | EdgeType |
| typedef NodeListType::const_iterator | NodeConstIteratorType |
| typedef NodeListType::iterator | NodeIteratorType |
| typedef std::vector< NodePointerType > | NodeListType |
| typedef std::shared_ptr< NodeType > | NodePointerType |
| typedef TNode | NodeType |
Public Attributes | |
| std::vector< NodePointerType > | m_Nodes |
Definition at line 90 of file grmGraph.h.
| typedef EdgeListType::const_iterator grm::Graph< TNode >::EdgeConstIteratorType |
Definition at line 100 of file grmGraph.h.
| typedef EdgeListType::iterator grm::Graph< TNode >::EdgeIteratorType |
Definition at line 99 of file grmGraph.h.
| typedef std::vector<EdgeType> grm::Graph< TNode >::EdgeListType |
Definition at line 98 of file grmGraph.h.
| typedef NodeType::CRPTNeighborType grm::Graph< TNode >::EdgeType |
Definition at line 94 of file grmGraph.h.
| typedef NodeListType::const_iterator grm::Graph< TNode >::NodeConstIteratorType |
Definition at line 97 of file grmGraph.h.
| typedef NodeListType::iterator grm::Graph< TNode >::NodeIteratorType |
Definition at line 96 of file grmGraph.h.
| typedef std::vector<NodePointerType> grm::Graph< TNode >::NodeListType |
Definition at line 95 of file grmGraph.h.
| typedef std::shared_ptr<NodeType> grm::Graph< TNode >::NodePointerType |
Definition at line 93 of file grmGraph.h.
| typedef TNode grm::Graph< TNode >::NodeType |
Definition at line 92 of file grmGraph.h.
| std::vector< NodePointerType > grm::Graph< TNode >::m_Nodes |
Definition at line 102 of file grmGraph.h.
1.8.17