comparison Framework/StoneEnumerations.h @ 625:2eeb5857eb43

DicomInstanceParameters
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 May 2019 18:11:52 +0200
parents 3080ec4ec6b9
children fb00a8be03e2
comparison
equal deleted inserted replaced
624:573e35378999 625:2eeb5857eb43
96 SliceImageQuality_InternalRaw // downloads the raw pixels data as they are stored in the DICOM file (internal use only) 96 SliceImageQuality_InternalRaw // downloads the raw pixels data as they are stored in the DICOM file (internal use only)
97 }; 97 };
98 98
99 enum SopClassUid 99 enum SopClassUid
100 { 100 {
101 SopClassUid_Other,
101 SopClassUid_RTDose 102 SopClassUid_RTDose
102 }; 103 };
103 104
104 enum BitmapAnchor 105 enum BitmapAnchor
105 { 106 {
190 PhotometricDisplayMode_Monochrome1, 191 PhotometricDisplayMode_Monochrome1,
191 PhotometricDisplayMode_Monochrome2 192 PhotometricDisplayMode_Monochrome2
192 }; 193 };
193 194
194 195
195 bool StringToSopClassUid(SopClassUid& result, 196 SopClassUid StringToSopClassUid(const std::string& source);
196 const std::string& source);
197 197
198 void ComputeWindowing(float& targetCenter, 198 void ComputeWindowing(float& targetCenter,
199 float& targetWidth, 199 float& targetWidth,
200 ImageWindowing windowing, 200 ImageWindowing windowing,
201 float customCenter, 201 float customCenter,