comparison OrthancStone/Sources/Volumes/ImageBuffer3D.h @ 1564:e731e62692a9

upgrading Orthanc framework
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Sep 2020 15:18:21 +0200
parents 244ad1e4e76a
children 8563ea5d8ae4
comparison
equal deleted inserted replaced
1563:e0045462a25c 1564:e731e62692a9
84 84
85 void ExtendImageRange(const Orthanc::ImageAccessor& slice); 85 void ExtendImageRange(const Orthanc::ImageAccessor& slice);
86 86
87 void GetAxialSliceAccessor(Orthanc::ImageAccessor& target, 87 void GetAxialSliceAccessor(Orthanc::ImageAccessor& target,
88 unsigned int slice, 88 unsigned int slice,
89 bool readOnly) const; 89 bool readOnly);
90 90
91 void GetCoronalSliceAccessor(Orthanc::ImageAccessor& target, 91 void GetCoronalSliceAccessor(Orthanc::ImageAccessor& target,
92 unsigned int slice, 92 unsigned int slice,
93 bool readOnly) const; 93 bool readOnly);
94 94
95 Orthanc::Image* ExtractSagittalSlice(unsigned int slice) const; 95 Orthanc::Image* ExtractSagittalSlice(unsigned int slice) const;
96 96
97 template <typename T> 97 template <typename T>
98 T GetPixelUnchecked(unsigned int x, 98 T GetPixelUnchecked(unsigned int x,