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

Function SetSliceOrientationToYZ

Interaction/Image/vtkImageViewer2.h:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_XY);
106 }
107 virtual void SetSliceOrientationToYZ()
108 {
109 this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_YZ);
110 }
111 virtual void SetSliceOrientationToXZ()
112 {
113 this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_XZ);

Callers

nothing calls this directly

Calls 1

SetSliceOrientationMethod · 0.45

Tested by

no test coverage detected