OpenCV  2.4.13
Open Source Computer Vision
cv::detail::Graph Class Reference

#include <util.hpp>

Public Member Functions

 Graph (int num_vertices=0)
 
void create (int num_vertices)
 
int numVertices () const
 
void addEdge (int from, int to, float weight)
 
template<typename B >
forEach (B body) const
 
template<typename B >
walkBreadthFirst (int from, B body) const
 

Constructor & Destructor Documentation

cv::detail::Graph::Graph ( int  num_vertices = 0)
inline

Member Function Documentation

void cv::detail::Graph::addEdge ( int  from,
int  to,
float  weight 
)
void cv::detail::Graph::create ( int  num_vertices)
inline
template<typename B >
B cv::detail::Graph::forEach ( body) const
int cv::detail::Graph::numVertices ( ) const
inline
template<typename B >
B cv::detail::Graph::walkBreadthFirst ( int  from,
body 
) const

The documentation for this class was generated from the following files: