MeVisLab Toolbox Reference
mlModuleTools.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_MODULE_TOOLS_H
14#define ML_MODULE_TOOLS_H
15
19
20#include "mlInitSystemML.h"
21
22#include <mlTypeDefs.h>
23#include <mlImageVector.h>
24
26
27//-------------------------------------------------------------------------
30//-------------------------------------------------------------------------
60
62
63#endif
Class containing some helper functionality for Module programming and/or for the Module class itself.
static const MLint MAX_NUM_PAGES_PER_IMAGE
Currently used maximum number of pages.
static void adaptPageExtent(ImageVector &pageExtent, MLDataType imageType, const ImageVector &newImageExtent, const ImageVector &oldImageExtent, const ImageVector &pageUnit=ImageVector(0), const ImageVector &minPageExtent=ImageVector(0), const ImageVector &maxPageExtent=ImageVector(0))
Adapt page extent.
MLint32 MLDataType
MLDataType.
Definition mlTypeDefs.h:596
#define MLEXPORT
To export symbols from a dll/shared object, we need to mark them with the MLEXPORT symbol.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
MLint64 MLint
A signed ML integer type with at least 64 bits used for index calculations on very large images even ...
Definition mlTypeDefs.h:490