MeVisLab Toolbox Reference
ml::PathInfo Class 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 More...
 
 PathInfo (size_t size)
 constructor providing size information More...
 

Public Attributes

std::valarray< bool > _vPath
 bit-flag to store path information More...
 
double _dLength
 length of path More...
 
int _nIdx
 path id More...
 
void * _pNode
 end node of path More...
 

Detailed Description

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

class PathInfo

Definition at line 72 of file AssocGraph.h.

Constructor & Destructor Documentation

◆ PathInfo() [1/2]

ml::PathInfo::PathInfo ( void  )

default constructor

◆ PathInfo() [2/2]

ml::PathInfo::PathInfo ( size_t  size)

constructor providing size information

Member Data Documentation

◆ _dLength

double ml::PathInfo::_dLength

length of path

Definition at line 76 of file AssocGraph.h.

◆ _nIdx

int ml::PathInfo::_nIdx

path id

Definition at line 77 of file AssocGraph.h.

◆ _pNode

void* ml::PathInfo::_pNode

end node of path

Definition at line 79 of file AssocGraph.h.

◆ _vPath

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

bit-flag to store path information

Definition at line 75 of file AssocGraph.h.


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