GDCM 3.0.24
gdcmEmptyMaskGenerator.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: GDCM (Grassroots DICOM). A DICOM library
4
5 Copyright (c) 2006-2011 Mathieu Malaterre
6 All rights reserved.
7 See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details.
8
9 This software is distributed WITHOUT ANY WARRANTY; without even
10 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11 PURPOSE. See the above copyright notice for more information.
12
13=========================================================================*/
14#ifndef GDCMEMPTYMASKGENERATOR_H
15#define GDCMEMPTYMASKGENERATOR_H
16
17#include "gdcmSubject.h"
18
19namespace gdcm {
51{
52public:
55
57 UseOriginalSOPClassUID = 0, // default
58 UseGrayscaleSecondaryImageStorage
59 };
60
64
66 void SetInputDirectory( const char * dirname );
67
69 void SetOutputDirectory( const char * dirname );
70
72 bool Execute();
73
74private:
75 struct impl;
76 // PIMPL idiom
77 impl* pimpl;
78};
79} // end namespace gdcm
80#endif //GDCMEMPTYMASKGENERATOR_H
EmptyMaskGenerator Main class to generate a Empty Mask Series from an input Series....
Definition gdcmEmptyMaskGenerator.h:51
void SetSOPClassUIDMode(SOPClassUIDMode mode)
void SetOutputDirectory(const char *dirname)
Specify output directory.
SOPClassUIDMode
Definition gdcmEmptyMaskGenerator.h:56
void SetInputDirectory(const char *dirname)
Specify input directory.
bool Execute()
Main loop.
#define GDCM_EXPORT
Definition gdcmWin32.h:34
Definition gdcmASN1.h:21