| 126 | vtkSetClampMacro(InteractionMode, int, VTKIS_IMAGE2D, VTKIS_IMAGE_SLICING); |
| 127 | vtkGetMacro(InteractionMode, int); |
| 128 | void SetInteractionModeToImage2D() { this->SetInteractionMode(VTKIS_IMAGE2D); } |
| 129 | void SetInteractionModeToImage3D() { this->SetInteractionMode(VTKIS_IMAGE3D); } |
| 130 | void SetInteractionModeToImageSlicing() { this->SetInteractionMode(VTKIS_IMAGE_SLICING); } |
| 131 | ///@} |
nothing calls this directly
no test coverage detected