------------------------------------------------------------------------------
| 514 | |
| 515 | //------------------------------------------------------------------------------ |
| 516 | void vtkInteractorStyleImage::Pick() |
| 517 | { |
| 518 | this->InvokeEvent(vtkCommand::PickEvent, this); |
| 519 | } |
| 520 | |
| 521 | //------------------------------------------------------------------------------ |
| 522 | void vtkInteractorStyleImage::Slice() |
no test coverage detected