MeVisLab Toolbox Reference
mlUtils.h
Go to the documentation of this file.
1/*************************************************************************************
2**
3** Copyright 2007, 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 ML_UTILS_H
14#define ML_UTILS_H
15
17
18#ifdef _MSC_VER
19#pragma message("This include file - mlUtils.h - is deprecated and will be removed in the next release. Please use only the necessary include files.")
20#else
21#warning This include file - mlUtils.h - is deprecated and will be removed in the next release.Please use only the necessary include files.
22#endif
23
24
26#include "mlUtilsSystem.h"
27
29#include "mlUtilsAPI.h"
30
32#include "mlDateTime.h"
33
35#include "mlErrorOutput.h"
36
38#include "mlErrorOutputInfos.h"
39
41#include "mlMemory.h"
42
44#include "mlNotify.h"
45
47#include "mlRuntimeSubClass.h"
48
50#include "mlThread.h"
51
53#include "mlTimeCounter.h"
54
56#include "mlTypeDefTraits.h"
57
58#endif // __mlUtils_H
59
60
61