comparison Framework/Toolbox/Slice.h @ 318:3a4ca166fafa am-2

ImageAccessor refactoring + implemented Image Cache in SmartLoader
author am@osimis.io
date Mon, 08 Oct 2018 17:10:08 +0200
parents 5412adf19980
children a902a07769d4
comparison
equal deleted inserted replaced
317:b66d13708f40 318:3a4ca166fafa
134 bool ContainsPlane(const CoordinateSystem3D& plane) const; 134 bool ContainsPlane(const CoordinateSystem3D& plane) const;
135 135
136 void GetExtent(std::vector<Vector>& points) const; 136 void GetExtent(std::vector<Vector>& points) const;
137 137
138 const Orthanc::DicomImageInformation& GetImageInformation() const; 138 const Orthanc::DicomImageInformation& GetImageInformation() const;
139
140 Slice* Clone() const;
139 }; 141 };
140 } 142 }