| 
    MeVisLab Toolbox Reference
    
   | 
 
#include "mlVesselGraphSystem.h"#include "mlMatrixTemplate.h"#include "VesselGraphDisableWarnings.h"#include <list>#include <vector>#include <valarray>#include "VesselGraphRestoreWarnings.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 | 
| Main documentation file for ML users and developers.  | |
Macros | |
| #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 | 
| #define DELTA_POS 0.1 | 
Definition at line 48 of file AssocGraph.h.
| #define N_DIST 3 | 
Definition at line 46 of file AssocGraph.h.
| #define N_EDGEA 0 | 
Definition at line 43 of file AssocGraph.h.
| #define N_EDGEB 1 | 
Definition at line 44 of file AssocGraph.h.
| #define N_EDGENO 2 | 
Definition at line 45 of file AssocGraph.h.
| #define N_RL 3 | 
Definition at line 41 of file AssocGraph.h.
| #define N_XPPOS 0 | 
Definition at line 38 of file AssocGraph.h.
| #define N_YPPOS 1 | 
Definition at line 39 of file AssocGraph.h.
| #define N_ZPPOS 2 | 
Definition at line 40 of file AssocGraph.h.