GDCM  2.4.0
gdcmFileChangeTransferSyntax.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 GDCMFILECHANGETRANSFERSYNTAX_H
15 #define GDCMFILECHANGETRANSFERSYNTAX_H
16 
17 #include "gdcmSubject.h"
18 #include "gdcmSmartPointer.h"
19 
20 namespace gdcm
21 {
22 class FileChangeTransferSyntaxInternals;
23 class ImageCodec;
24 class TransferSyntax;
25 
40 {
41 public:
44 
46  void SetInputFileName(const char *filename_native);
47 
49  void SetOutputFileName(const char *filename_native);
50 
52  bool Change();
53 
55  void SetTransferSyntax( TransferSyntax const & ts );
56 
59  ImageCodec * GetCodec();
60 
63 
64 private:
65  bool InitializeCopy();
66  FileChangeTransferSyntaxInternals *Internals;
67 };
68 
69 } // end namespace gdcm
70 
71 #endif //GDCMFILEANONYMIZER_H

Generated on Thu Oct 17 2013 10:05:56 for GDCM by doxygen 1.8.4
SourceForge.net Logo