X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.h;h=9a750e14d69a6db41596d143e4d3ff30c33b9fae;hb=4dd53575658504999d50150967132ff6e173bc24;hp=71f7ece7e4ecbe22e75fab3406a143d11d8ad5b6;hpb=ba72deb1cf11f32261e565d3103afd84571a0cf2;p=clitk.git diff --git a/vv/vvSlicer.h b/vv/vvSlicer.h index 71f7ece..9a750e1 100644 --- a/vv/vvSlicer.h +++ b/vv/vvSlicer.h @@ -101,11 +101,10 @@ public: int GetTSlice(); int GetFusionTSlice(); int GetOverlayTSlice(); + int GetMaxCurrentTSlice(); ///Reimplemented from vtkImageViewer2 to add polydata support void SetSlice(int s); - int GetTMax() { - return (unsigned int)mImage->GetVTKImages().size() - 1; - } + int GetTMax(); void SetOpacity(double s); void SetRenderWindow(int orientation, vtkRenderWindow * rw);