comparison Framework/Volumes/ImageBuffer3D.h @ 726:4f2416d519b4

moving layers, widgets and loaders to Deprecated namespace
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 11:43:25 +0200
parents d2c0e347ddc2
children c35e98d22764
comparison
equal deleted inserted replaced
714:d2c0e347ddc2 726:4f2416d519b4
119 uint64_t GetEstimatedMemorySize() const; 119 uint64_t GetEstimatedMemorySize() const;
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(Deprecated::RenderStyle& style,
125 const Deprecated::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