comparison Framework/Toolbox/SlicesSorter.h @ 1156:34ee7204fde3 broker

removing IGeometryProvider
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 16 Nov 2019 14:37:33 +0100
parents 24fecc02bfb1
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1155:e265ed3f7843 1156:34ee7204fde3
89 bool LookupClosestSlice(size_t& index, 89 bool LookupClosestSlice(size_t& index,
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 bool ComputeSpacingBetweenSlices(double& spacing /* out */) const;
95 95
96 // WARNING - The slices must have been sorted before calling this method 96 // WARNING - The slices must have been sorted before calling this method
97 bool AreAllSlicesDistinct() const; 97 bool AreAllSlicesDistinct() const;
98 }; 98 };
99 } 99 }