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

Method GetDataRange

IO/MINC/vtkMINCImageReader.cxx:219–224  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

217
218//------------------------------------------------------------------------------
219double* vtkMINCImageReader::GetDataRange()
220{
221 this->ReadMINCFileAttributes();
222 this->FindRangeAndRescaleValues();
223 return this->DataRange;
224}
225
226//------------------------------------------------------------------------------
227int vtkMINCImageReader::GetNumberOfTimeSteps()

Callers 1

GetDataRangeFunction · 0.45

Calls 2

Tested by

no test coverage detected