MeVisLab Toolbox Reference
|
class to store informations about connection path for use in calculation of distance matrices More...
#include <AssocGraph.h>
Public Member Functions | |
PathInfo (void) | |
default constructor | |
PathInfo (size_t size) | |
constructor providing size information | |
Public Attributes | |
std::valarray< bool > | _vPath |
bit-flag to store path information | |
double | _dLength |
length of path | |
int | _nIdx |
path id | |
void * | _pNode |
end node of path | |
class to store informations about connection path for use in calculation of distance matrices
class PathInfo
Definition at line 72 of file AssocGraph.h.
ml::PathInfo::PathInfo | ( | void | ) |
default constructor
ml::PathInfo::PathInfo | ( | size_t | size | ) |
constructor providing size information
double ml::PathInfo::_dLength |
length of path
Definition at line 76 of file AssocGraph.h.
int ml::PathInfo::_nIdx |
path id
Definition at line 77 of file AssocGraph.h.
void* ml::PathInfo::_pNode |
end node of path
Definition at line 79 of file AssocGraph.h.
std::valarray<bool> ml::PathInfo::_vPath |
bit-flag to store path information
Definition at line 75 of file AssocGraph.h.