X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.h;h=4fadb3e775023661c0689b07e7a5f9075dce6324;hb=1dfeba065d7121eb27aa44a792095af817652683;hp=20111e160371c94a15d90f15fabf16ed75accc90;hpb=ae5640b3937e3d0d7b54c7af1f311ebbe2dd7a9a;p=clitk.git diff --git a/vv/vvSlicer.h b/vv/vvSlicer.h index 20111e1..4fadb3e 100644 --- a/vv/vvSlicer.h +++ b/vv/vvSlicer.h @@ -300,6 +300,8 @@ private: void UpdateDisplayExtent(); void ConvertImageToImageDisplayExtent(vtkInformation *sourceImage, const int sourceExtent[6], vtkImageData *targetImage, int targetExtent[6]); + void ConvertImageToImageDisplayExtent(vtkImageData *sourceImage, const int sourceExtent[6], + vtkImageData *targetImage, int targetExtent[6]); ///Sets the surfaces to be cut on the image slice: update the vtkCutter void SetContourSlice();