Class cv::detail::Graph#

Collaboration diagram for cv::detail::Graph:

Constructor & Destructor Documentation#

Graph()#

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

Member Function Documentation#

addEdge()#

void cv::detail::Graph::addEdge(
int from,
int to,
float weight )

create()#

void cv::detail::Graph::create(int num_vertices)

forEach()#

template<typename B>
B cv::detail::Graph::forEach(B body)

numVertices()#

int cv::detail::Graph::numVertices()

walkBreadthFirst()#

template<typename B>
B cv::detail::Graph::walkBreadthFirst(
int from,
B body )

Member Data Documentation#

edges_#

std::vector< std::list< GraphEdge > > cv::detail::Graph::edges_

Source file#

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