GDCM  2.4.5
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  bool UpdateCompressionLevel(double level);
67  FileChangeTransferSyntaxInternals *Internals;
68 };
69 
70 } // end namespace gdcm
71 
72 #endif //GDCMFILEANONYMIZER_H
#define GDCM_EXPORT
Definition: gdcmWin32.h:34
ImageCodec.
Definition: gdcmImageCodec.h:30
static SmartPointer< FileChangeTransferSyntax > New()
for wrapped language: instantiate a reference counted object
Definition: gdcmFileChangeTransferSyntax.h:62
Subject.
Definition: gdcmSubject.h:28
FileChangeTransferSyntax.
Definition: gdcmFileChangeTransferSyntax.h:39
Class to manipulate Transfer Syntax.
Definition: gdcmTransferSyntax.h:39
Class for Smart Pointer.
Definition: gdcmObject.h:26
Definition: gdcmASN1.h:20

Generated on Fri Sep 25 2015 17:58:23 for GDCM by doxygen 1.8.9.1
SourceForge.net Logo