comparison Framework/Toolbox/ParallelSlicesCursor.h @ 110:53025eecbc95 wasm

renamed SliceGeometry as CoordinateSystem3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 14 Jun 2017 15:50:38 +0200
parents c2dc924f1a63
children e2fe9352f240
comparison
equal deleted inserted replaced
109:53bd9277b025 110:53025eecbc95
42 42
43 void SetGeometry(const ParallelSlices& slices); 43 void SetGeometry(const ParallelSlices& slices);
44 44
45 size_t GetSliceCount(); 45 size_t GetSliceCount();
46 46
47 SliceGeometry GetSlice(size_t slice); 47 CoordinateSystem3D GetSlice(size_t slice);
48 48
49 SliceGeometry GetCurrentSlice(); 49 CoordinateSystem3D GetCurrentSlice();
50 50
51 // Returns "true" iff. the slice has actually changed 51 // Returns "true" iff. the slice has actually changed
52 bool SetDefaultSlice(); 52 bool SetDefaultSlice();
53 53
54 // Returns "true" iff. the slice has actually changed 54 // Returns "true" iff. the slice has actually changed