MeVisLab Toolbox Reference
VesselGraphTypes.h
Go to the documentation of this file.
1 /*************************************************************************************
2 **
3 ** Copyright 2014, MeVis Medical Solutions AG
4 **
5 ** The user may use this file in accordance with the license agreement provided with
6 ** the Software or, alternatively, in accordance with the terms contained in a
7 ** written agreement between the user and MeVis Medical Solutions AG.
8 **
9 ** For further information use the contact form at https://www.mevislab.de/contact
10 **
11 **************************************************************************************/
12 
13 #ifndef VESSEL_GRAPH_TYPES_H
14 #define VESSEL_GRAPH_TYPES_H
15 
16 
19 
20 // dll specific settings.
21 #include "mlVesselGraphSystem.h"
22 
23 #ifdef VESSELGRAPH_USE_MPIF
24 #include <mpifMLEmulationTypeDefs.h>
25 #include <mpifBase/mpifBase.h>
26 #include <mpifTreeNode/mpifTreeNode.h>
27 #else
28 
29 #include <mlTypeDefs.h>
30 #include <mlImageVector.h>
31 #include <mlVector3.h>
32 #include <mlMatrix4.h>
33 #include <mlSubImageBoxd.h>
34 #include <mlBase.h>
35 #include <mlTreeNode.h>
36 #include <mlDebug.h>
37 #include <mlStringConversion.h>
38 
39 #endif
40 
41 #endif // __VesselGraphTypes_H