comparison Framework/Volumes/ImageBuffer3D.h @ 369:557c8ff1db5c am-2

integration mainline->am-2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 05 Nov 2018 10:03:14 +0100
parents 3a4ca166fafa ce48c3b3b0e9
children b70e9be013e4
comparison
equal deleted inserted replaced
367:face7b7008de 369:557c8ff1db5c
46 float minValue_; 46 float minValue_;
47 float maxValue_; 47 float maxValue_;
48 48
49 void ExtendImageRange(const Orthanc::ImageAccessor& slice); 49 void ExtendImageRange(const Orthanc::ImageAccessor& slice);
50 50
51 void GetAxialSliceAccessor(Orthanc::ImageAccessor& target, 51 void GetAxialSliceAccessor(Orthanc::ImageAccessor& target,
52 unsigned int slice, 52 unsigned int slice,
53 bool readOnly) const; 53 bool readOnly) const;
54 54
55 void GetCoronalSliceAccessor(Orthanc::ImageAccessor& target, 55 void GetCoronalSliceAccessor(Orthanc::ImageAccessor& target,
56 unsigned int slice, 56 unsigned int slice,
57 bool readOnly) const; 57 bool readOnly) const;
58 58
59 Orthanc::Image* ExtractSagittalSlice(unsigned int slice) const; 59 Orthanc::Image* ExtractSagittalSlice(unsigned int slice) const;