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

Method vtkADIOS2CoreImageReader

IO/ADIOS2/vtkADIOS2CoreImageReader.cxx:403–413  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

401
402//------------------------------------------------------------------------------
403vtkADIOS2CoreImageReader::vtkADIOS2CoreImageReader()
404 : DimensionArrayAsCell(true)
405 , IsColumnMajor(false)
406 , Impl(new vtkADIOS2CoreImageReaderImpl)
407{
408 this->SetController(vtkMultiProcessController::GetGlobalController());
409 this->SetNumberOfInputPorts(0);
410 this->SetNumberOfOutputPorts(1);
411 this->Origin[0] = this->Origin[1] = this->Origin[2] = 0.0;
412 this->Spacing[0] = this->Spacing[1] = this->Spacing[2] = 1.0;
413}
414
415//------------------------------------------------------------------------------
416vtkADIOS2CoreImageReader::~vtkADIOS2CoreImageReader() = default;

Callers

nothing calls this directly

Calls 3

SetControllerMethod · 0.95
SetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected