MeVisLabToolboxReference
MeVisLab/Standard/Sources/ML/MLVesselGraph/AssocGraph.h File Reference

AssocGraph class provides a matrix representation of the association graph of two Graph objects. More...

#include "mlVesselGraphSystem.h"
#include "mlMatrixTemplate.h"
#include "mlSystemWarningsDisable.h"
#include <list>
#include <valarray>
#include "mlSystemWarningsRestore.h"

Go to the source code of this file.

Classes

class  ml::PointMap
 PointMap constitutes a lightweight object for storage of data of two nodes. More...
class  ml::PathInfo
 class to store informations about connection path for use in calculation of distance matrices More...
class  ml::IsomorphismMap
 IsomorphismMap class handles the information of the isomorphism between two Graph structures in form of a PointMap-list. More...
class  ml::AssocGraph
 AssocGraph class provides a matrix representation of the association graph of two Graph objects. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Defines

#define N_XPPOS   0
#define N_YPPOS   1
#define N_ZPPOS   2
#define N_RL   3
#define N_EDGEA   0
#define N_EDGEB   1
#define N_EDGENO   2
#define N_DIST   3
#define DELTA_POS   0.1

Typedefs

Container for storage of classificator informations
typedef std::vector< double > ml::CDouble1Vec
typedef std::vector< CDouble1Vec > ml::CDouble2Vec
typedef std::vector< CDouble2Vec > ml::CDoubleArray

Detailed Description

AssocGraph class provides a matrix representation of the association graph of two Graph objects.

Author:
Stephan Zidowitz
Date:
10/2002

Definition in file AssocGraph.h.


Define Documentation

#define DELTA_POS   0.1

Definition at line 43 of file AssocGraph.h.

#define N_DIST   3

Definition at line 41 of file AssocGraph.h.

#define N_EDGEA   0

Definition at line 38 of file AssocGraph.h.

#define N_EDGEB   1

Definition at line 39 of file AssocGraph.h.

#define N_EDGENO   2

Definition at line 40 of file AssocGraph.h.

#define N_RL   3

Definition at line 36 of file AssocGraph.h.

#define N_XPPOS   0

Definition at line 33 of file AssocGraph.h.

#define N_YPPOS   1

Definition at line 34 of file AssocGraph.h.

#define N_ZPPOS   2

Definition at line 35 of file AssocGraph.h.