comparison Framework/Toolbox/SlicesSorter.h @ 671:28dca6cd827b

Merge default
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 15 May 2019 18:39:50 +0200
parents e9339f2b5de7
children dbc1d8bfc68a
comparison
equal deleted inserted replaced
670:5dd496343fad 671:28dca6cd827b
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 }