MeVisLabToolboxReference
ml::PathInfo Class Reference

class to store informations about connection path for use in calculation of distance matrices More...

#include <AssocGraph.h>

List of all members.

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

Detailed Description

class to store informations about connection path for use in calculation of distance matrices

class PathInfo

Definition at line 67 of file AssocGraph.h.


Constructor & Destructor Documentation

ml::PathInfo::PathInfo ( void  )

default constructor

ml::PathInfo::PathInfo ( size_t  size)

constructor providing size information


Member Data Documentation

length of path

Definition at line 71 of file AssocGraph.h.

path id

Definition at line 72 of file AssocGraph.h.

end node of path

Definition at line 74 of file AssocGraph.h.

std::valarray<bool> ml::PathInfo::_vPath

bit-flag to store path information

Definition at line 70 of file AssocGraph.h.


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