00001 #ifndef HEADERS_HEADER_
00002 #define HEADERS_HEADER_
00003
00004 #ifdef QT_NO_DEBUG
00005 #define NDEBUG
00006 #endif
00007
00008
00009 #include <algorithm>
00010 #include <cmath>
00011 #include <fstream>
00012 #include <limits>
00013 #include <vector>
00014
00015
00016
00017 class QImage;
00018 class QGroupBox;
00019 class QTreeWidgetItem;
00020 class QWidget;
00021 #ifndef NDEBUG // needed for Module::debugModule prototypes
00022 class QPixmap;
00023 class QPoint;
00024 #endif
00025
00026
00027
00028 typedef unsigned char Uchar;
00029 typedef unsigned short Uint16;
00030 typedef unsigned int Uint32;
00031 typedef ptrdiff_t PtrInt;
00032 typedef size_t Uint;
00033
00034
00035
00036 #include "debug.h"
00037 #include "util.h"
00038 #include "matrixUtil.h"
00039 #include "modules.h"
00040 #include "interfaces.h"
00041
00042 #endif