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

Function SetSliceOrientationToXY

Interaction/Image/vtkImageViewer2.h:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 vtkGetMacro(SliceOrientation, int);
102 virtual void SetSliceOrientation(int orientation);
103 virtual void SetSliceOrientationToXY()
104 {
105 this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_XY);
106 }
107 virtual void SetSliceOrientationToYZ()
108 {
109 this->SetSliceOrientation(vtkImageViewer2::SLICE_ORIENTATION_YZ);

Callers

nothing calls this directly

Calls 1

SetSliceOrientationMethod · 0.45

Tested by

no test coverage detected