GDCM 3.0.24
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
20namespace gdcm
21{
22class FileChangeTransferSyntaxInternals;
23class ImageCodec;
24class TransferSyntax;
25
40{
41public:
44
46 void SetInputFileName(const char *filename_native);
47
49 void SetOutputFileName(const char *filename_native);
50
52 bool Change();
53
56
60
63
64private:
65 bool InitializeCopy();
66 bool UpdateCompressionLevel(double level);
67 FileChangeTransferSyntaxInternals *Internals;
68};
69
70} // end namespace gdcm
71
72#endif //GDCMFILEANONYMIZER_H
FileChangeTransferSyntax.
Definition gdcmFileChangeTransferSyntax.h:40
bool Change()
Change the transfer syntax.
void SetOutputFileName(const char *filename_native)
Set output filename (target compressed DICOM)
static SmartPointer< FileChangeTransferSyntax > New()
for wrapped language: instantiate a reference counted object
Definition gdcmFileChangeTransferSyntax.h:62
void SetInputFileName(const char *filename_native)
Set input filename (raw DICOM)
void SetTransferSyntax(TransferSyntax const &ts)
Specify the Target Transfer Syntax.
ImageCodec.
Definition gdcmImageCodec.h:31
Class for Smart Pointer.
Definition gdcmSmartPointer.h:40
Subject.
Definition gdcmSubject.h:29
Class to manipulate Transfer Syntax.
Definition gdcmTransferSyntax.h:40
#define GDCM_EXPORT
Definition gdcmWin32.h:34
Definition gdcmASN1.h:21