comparison Framework/Toolbox/SlicesSorter.h @ 667:e9339f2b5de7

refactoring of VolumeImage
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 15 May 2019 17:30:58 +0200
parents 970949ff868a
children dbc1d8bfc68a
comparison
equal deleted inserted replaced
665:419e5662d7a5 667:e9339f2b5de7
86 bool Sort(); 86 bool Sort();
87 87
88 bool LookupClosestSlice(size_t& index, 88 bool LookupClosestSlice(size_t& index,
89 double& distance, 89 double& distance,
90 const CoordinateSystem3D& slice) const; 90 const CoordinateSystem3D& slice) const;
91
92 // WARNING - The slices must have been sorted before calling this method
93 double ComputeSpacingBetweenSlices() const;
91 }; 94 };
92 } 95 }