comparison Framework/Volumes/VolumeReslicer.h @ 735:c3bbb130abc4

removing dependencies in ImageBuffer3D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 May 2019 16:15:06 +0200
parents b70e9be013e4
children fa5febe0f0c2
comparison
equal deleted inserted replaced
734:be3671662eec 735:c3bbb130abc4
109 const Orthanc::ImageAccessor& GetOutputSlice() const; 109 const Orthanc::ImageAccessor& GetOutputSlice() const;
110 110
111 Orthanc::ImageAccessor* ReleaseOutputSlice(); 111 Orthanc::ImageAccessor* ReleaseOutputSlice();
112 112
113 void Apply(const ImageBuffer3D& source, 113 void Apply(const ImageBuffer3D& source,
114 const VolumeImageGeometry& geometry,
114 const CoordinateSystem3D& plane); 115 const CoordinateSystem3D& plane);
115 116
116 void Apply(const ImageBuffer3D& source, 117 void Apply(const ImageBuffer3D& source,
118 const VolumeImageGeometry& geometry,
117 const CoordinateSystem3D& plane, 119 const CoordinateSystem3D& plane,
118 double voxelSize); 120 double voxelSize);
119 }; 121 };
120 } 122 }