comparison Framework/Toolbox/SlicesSorter.h @ 1015:24fecc02bfb1

SlicesSorter::AreAllSlicesDistinct()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Sep 2019 11:16:25 +0200
parents dbc1d8bfc68a
children 34ee7204fde3 2d8ab34c8c91
comparison
equal deleted inserted replaced
1014:86a18d201e27 1015:24fecc02bfb1
90 double& distance, 90 double& distance,
91 const CoordinateSystem3D& slice) const; 91 const CoordinateSystem3D& slice) const;
92 92
93 // WARNING - The slices must have been sorted before calling this method 93 // WARNING - The slices must have been sorted before calling this method
94 double ComputeSpacingBetweenSlices() const; 94 double ComputeSpacingBetweenSlices() const;
95
96 // WARNING - The slices must have been sorted before calling this method
97 bool AreAllSlicesDistinct() const;
95 }; 98 };
96 } 99 }