| 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 | ///@} |
| 132 |
nothing calls this directly
no test coverage detected