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

Method ReadHeader

IO/Image/vtkNrrdReader.cxx:309–319  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

307
308//------------------------------------------------------------------------------
309int vtkNrrdReader::ReadHeader()
310{
311 vtkNew<vtkCharArray> headerBuffer;
312
313 if (!this->ReadHeaderInternal(headerBuffer))
314 {
315 return 0;
316 }
317
318 return this->ReadHeader(headerBuffer);
319}
320
321//------------------------------------------------------------------------------
322int vtkNrrdReader::ReadHeader(vtkCharArray* headerBuffer)

Callers 1

RequestInformationMethod · 0.95

Calls 15

ReadHeaderInternalMethod · 0.95
GetVectorFunction · 0.85
NrrdType2VTKTypeFunction · 0.85
printf_to_std_formatFunction · 0.85
ParseVectorFunction · 0.85
splitFunction · 0.70
trimFunction · 0.50
transformFunction · 0.50
formatFunction · 0.50
sqrtFunction · 0.50
GetNumberOfTuplesMethod · 0.45
GetPointerMethod · 0.45

Tested by

no test coverage detected