libvot  0.1.3
A C++11 multithread library for image retrieval
Public Member Functions | Public Attributes | List of all members
vot::LinkEdge Struct Reference

edge struct used in image graph class More...

#include <image_graph.h>

Public Member Functions

 LinkEdge (int src_=-1, int dst_=-1, float score_=0.0, int p_match_=0, int g_match_=0)
 
 LinkEdge (const LinkEdge &e)
 Copy constructor. More...
 

Public Attributes

size_t src
 
size_t dst
 
float score
 
int p_match
 
int g_match
 

Detailed Description

edge struct used in image graph class

Constructor & Destructor Documentation

vot::LinkEdge::LinkEdge ( int  src_ = -1,
int  dst_ = -1,
float  score_ = 0.0,
int  p_match_ = 0,
int  g_match_ = 0 
)
inline
vot::LinkEdge::LinkEdge ( const LinkEdge e)
inline

Copy constructor.

Member Data Documentation

size_t vot::LinkEdge::dst
int vot::LinkEdge::g_match
int vot::LinkEdge::p_match
float vot::LinkEdge::score
size_t vot::LinkEdge::src

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