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

Method SetHeaderSize

IO/Image/vtkImageReader2.cxx:426–434  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Manual initialization.

Source from the content-addressed store, hash-verified

424//------------------------------------------------------------------------------
425// Manual initialization.
426void vtkImageReader2::SetHeaderSize(unsigned long size)
427{
428 if (size != this->HeaderSize)
429 {
430 this->HeaderSize = size;
431 this->Modified();
432 }
433 this->ManualHeaderSize = 1;
434}
435
436//------------------------------------------------------------------------------
437template <class T>

Callers 6

ExecuteInformationMethod · 0.80
ExecuteInformationMethod · 0.80
ExecuteInformationMethod · 0.80
ExecuteInformationMethod · 0.80
RequestInformationMethod · 0.80
testSkinOrderMethod · 0.80

Calls 1

ModifiedMethod · 0.45

Tested by

no test coverage detected