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