MCPcopy Create free account
hub / github.com/Kitware/VTK / SetInteractionModeToImageSlicing

Function SetInteractionModeToImageSlicing

Interaction/Style/vtkInteractorStyleImage.h:130–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 void SetInteractionModeToImage2D() { this->SetInteractionMode(VTKIS_IMAGE2D); }
129 void SetInteractionModeToImage3D() { this->SetInteractionMode(VTKIS_IMAGE3D); }
130 void SetInteractionModeToImageSlicing() { this->SetInteractionMode(VTKIS_IMAGE_SLICING); }
131 ///@}
132
133 ///@{

Callers

nothing calls this directly

Calls 1

SetInteractionModeMethod · 0.80

Tested by

no test coverage detected