X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvSlicer.h;h=6af3773adf26ebdb7096208b224cf7b9e318d49a;hb=HEAD;hp=23c19599958dcf66a5f67cfc8d8286c8ee38ba2f;hpb=2b4f24763b17fe431e37952269c8efb83b9fb06b;p=clitk.git diff --git a/vv/vvSlicer.h b/vv/vvSlicer.h index 23c1959..6af3773 100644 --- a/vv/vvSlicer.h +++ b/vv/vvSlicer.h @@ -164,7 +164,7 @@ public: void SetCursorVisibility(bool s); bool GetCursorVisibility(); - void SetCursorColor(int r,int g, int b); + void SetCursorColor(double r,double g, double b); void SetCornerAnnotationVisibility(bool s); bool GetCornerAnnotationVisibility(); @@ -270,6 +270,8 @@ protected: vtkSmartPointer mVFMapper; vtkSmartPointer mVFColorLUT; vtkSmartPointer mVFActor; + vtkSmartPointer mVFReslice; + vtkSmartPointer mConcatenatedVFTransform; vtkSmartPointer mLandGlyph; vtkSmartPointer mCross; vtkSmartPointer mLandClipper;