MeVisLab Toolbox Reference
mlDcmtkMLConvertersTools.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3//----------------------------------------------------------------------------------
5
10//----------------------------------------------------------------------------------
11#ifndef __mlDcmtkMLConvertersTools_H
12#define __mlDcmtkMLConvertersTools_H
13
15
16#include <mlTypeDefs.h>
17#include <DCMTree_Lib.h>
18
19ML_START_NAMESPACE
20
21class PagedImage;
22class CSO;
23
49
50ML_END_NAMESPACE
51
52#endif
Project global and OS specific declarations.
#define MLDCMTKMLCONVERTERS_EXPORT
Definition CSO.h:44
unsigned int RawTagId
MLDCMTKMLCONVERTERS_EXPORT std::string getFrameSpecificTagValueFromImage(DCMTree::RawTagId tagId, int frameIndex, PagedImage *image)
MLDCMTKMLCONVERTERS_EXPORT void throwIfShouldAbort()
Function throwing std::runtime_error if a global abort was requested.
MLDCMTKMLCONVERTERS_EXPORT bool getSliceRangeOfCSO(const CSO &cso, const PagedImage &image, int &minSlice, int &maxSlice)
MLDCMTKMLCONVERTERS_EXPORT std::string getTagValueFromImage(DCMTree::RawTagId tagId, PagedImage *image)