comparison Framework/Volumes/VolumeImageGeometry.h @ 809:e8fdf29cd0ca

VolumeImageGeometry::GetProjectionSlice()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 May 2019 18:09:26 +0200
parents a6ba676a93e2
children ffec76a5f7eb
comparison
equal deleted inserted replaced
807:c237e0625065 809:e8fdf29cd0ca
125 Otherwise, it returns true. 125 Otherwise, it returns true.
126 */ 126 */
127 bool DetectSlice(VolumeProjection& projection, 127 bool DetectSlice(VolumeProjection& projection,
128 unsigned int& slice, 128 unsigned int& slice,
129 const CoordinateSystem3D& plane) const; 129 const CoordinateSystem3D& plane) const;
130
131 CoordinateSystem3D GetProjectionSlice(VolumeProjection projection,
132 unsigned int depth) const;
130 }; 133 };
131 } 134 }