comparison Framework/Volumes/VolumeImageGeometry.h @ 811:ffec76a5f7eb

deprecating ParallelSlices
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 28 May 2019 18:21:00 +0200
parents e8fdf29cd0ca
children 32eaf4929b08
comparison
equal deleted inserted replaced
810:7608e8107aa1 811:ffec76a5f7eb
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 130
131 CoordinateSystem3D GetProjectionSlice(VolumeProjection projection, 131 CoordinateSystem3D GetProjectionSlice(VolumeProjection projection,
132 unsigned int depth) const; 132 unsigned int z) const;
133 }; 133 };
134 } 134 }