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

Method GetSliceMin

Interaction/Image/vtkImageViewer2.cxx:210–218  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

208
209//------------------------------------------------------------------------------
210int vtkImageViewer2::GetSliceMin()
211{
212 int* range = this->GetSliceRange();
213 if (range)
214 {
215 return range[0];
216 }
217 return 0;
218}
219
220//------------------------------------------------------------------------------
221int vtkImageViewer2::GetSliceMax()

Callers 1

Calls 1

GetSliceRangeMethod · 0.95

Tested by 1