comparison Framework/Volumes/ImageBuffer3D.h @ 714:d2c0e347ddc2

deprecating DicomFrameConverter
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 20 May 2019 16:26:34 +0200
parents 7719eb852dd5
children 4f2416d519b4
comparison
equal deleted inserted replaced
713:e63c8b9b7b02 714:d2c0e347ddc2
120 120
121 bool GetRange(float& minValue, 121 bool GetRange(float& minValue,
122 float& maxValue) const; 122 float& maxValue) const;
123 123
124 bool FitWindowingToRange(RenderStyle& style, 124 bool FitWindowingToRange(RenderStyle& style,
125 const DicomFrameConverter& converter) const; 125 const Deprecated::DicomFrameConverter& converter) const;
126 126
127 uint8_t GetVoxelGrayscale8Unchecked(unsigned int x, 127 uint8_t GetVoxelGrayscale8Unchecked(unsigned int x,
128 unsigned int y, 128 unsigned int y,
129 unsigned int z) const 129 unsigned int z) const
130 { 130 {