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

Function SetInteractionModeToImage3D

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SetInteractionModeMethod · 0.80

Tested by

no test coverage detected