feat: add GetCurrentImageSlice function to Style
This commit is contained in:
@@ -111,6 +111,10 @@ vtkTypeMacro(ActorDraggableInteractorStyle, vtkInteractorStyleImage);
|
|||||||
CurrentImageSlice = slice;
|
CurrentImageSlice = slice;
|
||||||
CurrentImageProperty = slice->GetProperty();
|
CurrentImageProperty = slice->GetProperty();
|
||||||
}
|
}
|
||||||
|
vtkImageSlice * GetCurrentImageSlice()
|
||||||
|
{
|
||||||
|
return CurrentImageSlice;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|||||||
Reference in New Issue
Block a user