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

Function GetSliceRange

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

Source from the content-addressed store, hash-verified

144 virtual int GetSliceMin();
145 virtual int GetSliceMax();
146 virtual void GetSliceRange(int range[2]) { this->GetSliceRange(range[0], range[1]); }
147 virtual void GetSliceRange(int& min, int& max);
148 virtual int* GetSliceRange();
149 ///@}

Callers

nothing calls this directly

Calls 1

GetSliceRangeMethod · 0.80

Tested by

no test coverage detected