Personal tools
You are here: Home Documentation 1-0pre1 V1.0pre1

Graph Implementation

This chapter explains the concept of graph implementation in BN++. More...

Classes

class BNPP::ConnectedComponent
Connected Component Algorithm. More...
class BNPP::EdgePredicate
edge predicate More...
class BNPP::FilteredGraph
BN++ Filtered Graph. More...
class BNPP::FilteredGraph::FilteredGraphVertexIterator
rudimentary vertex_iterator for FilteredGraph More...
class BNPP::FilteredGraph::FilteredGraphConstVertexIterator
rudimentary const_vertex_iterator for FilteredGraph More...
class BNPP::FilteredGraph::FilteredGraphEdgeIterator
rudimentary edge_iterator for FilteredGraph More...
class BNPP::FilteredGraph::FilteredGraphConstEdgeIterator
rudimentary const_index_iterator for FilteredGraph More...
class BNPP::FilteredGraph::FilteredGraphIndexIterator
rudimentary index_iterator for FilteredGraph More...
class BNPP::FilteredGraph::FilteredGraphConstIndexIterator
rudimentary const_index_iterator for FilteredGraph More...
class BNPP::Graph
BN++ Graph. More...
class BNPP::Graph::GraphVertexIterator
rudimentary vertex_iterator for Graph More...
class BNPP::Graph::GraphConstVertexIterator
rudimentary const_vertex_iterator for Graph More...
class BNPP::Graph::GraphEdgeIterator
rudimentary edge_iterator for Graph More...
class BNPP::Graph::GraphConstEdgeIterator
rudimentary const_index_iterator for Graph More...
class BNPP::Graph::GraphIndexIterator
rudimentary index_iterator for Graph More...
class BNPP::Graph::GraphConstIndexIterator
rudimentary const_index_iterator for Graph More...
class BNPP::MinimumSpanningTree
Minimum Spanning Tree Algorithm. More...
class BNPP::PositiveEdgeWeightPredicate
positive edge predicate More...
class BNPP::ReverseGraph
BN++ Reverse Graph. More...
class BNPP::ReverseGraph::ReverseGraphVertexIterator
rudimentary vertex_iterator for ReverseGraph More...
class BNPP::ReverseGraph::ReverseGraphConstVertexIterator
rudimentary const_vertex_iterator for ReverseGraph More...
class BNPP::ReverseGraph::ReverseGraphEdgeIterator
rudimentary edge_iterator for ReverseGraph More...
class BNPP::ReverseGraph::ReverseGraphConstEdgeIterator
rudimentary const_index_iterator for ReverseGraph More...
class BNPP::ReverseGraph::ReverseGraphIndexIterator
rudimentary index_iterator for ReverseGraph More...
class BNPP::ReverseGraph::ReverseGraphConstIndexIterator
rudimentary const_index_iterator for ReverseGraph More...
class BNPP::ShortestPath
Shortest Path Algorithm. More...
class BNPP::VertexPredicate
vertex predicate More...
class BNPP::VertexProperty
vertex property More...

Detailed Description

This chapter explains the concept of graph implementation in BN++.

All classes that contain graph algorithm are descripted here.