comparison Core/DicomParsing/DcmtkTranscoder.h @ 3946:1f33ed7f82e6 transcoding

automatic test of transcoding
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 19 May 2020 13:44:56 +0200
parents 0b3256c3ee14
children 5fe8c6d3212e
comparison
equal deleted inserted replaced
3945:0b3256c3ee14 3946:1f33ed7f82e6
49 { 49 {
50 private: 50 private:
51 unsigned int lossyQuality_; 51 unsigned int lossyQuality_;
52 52
53 bool InplaceTranscode(bool& hasSopInstanceUidChanged /* out */, 53 bool InplaceTranscode(bool& hasSopInstanceUidChanged /* out */,
54 DicomTransferSyntax& selectedSyntax /* out */,
54 DcmFileFormat& dicom, 55 DcmFileFormat& dicom,
55 const std::set<DicomTransferSyntax>& allowedSyntaxes, 56 const std::set<DicomTransferSyntax>& allowedSyntaxes,
56 bool allowNewSopInstanceUid); 57 bool allowNewSopInstanceUid);
57 58
58 public: 59 public: