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

Function vtkImageReader2GetSize

IO/Image/vtkImageReader2.cxx:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436//------------------------------------------------------------------------------
437template <class T>
438unsigned long vtkImageReader2GetSize(T*)
439{
440 return sizeof(T);
441}
442
443//------------------------------------------------------------------------------
444// This function opens a file to determine the file size, and to

Callers 1

ComputeDataIncrementsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected