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

Method vtkImageAlgorithm

Common/ExecutionModel/vtkImageAlgorithm.cxx:16–25  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

14
15//------------------------------------------------------------------------------
16VTK_ABI_NAMESPACE_BEGIN
17vtkImageAlgorithm::vtkImageAlgorithm()
18{
19 this->SetNumberOfInputPorts(1);
20 this->SetNumberOfOutputPorts(1);
21
22 // by default process active point scalars
23 this->SetInputArrayToProcess(
24 0, 0, 0, vtkDataObject::FIELD_ASSOCIATION_POINTS, vtkDataSetAttributes::SCALARS);
25}
26
27//------------------------------------------------------------------------------
28vtkImageAlgorithm::~vtkImageAlgorithm() = default;

Callers

nothing calls this directly

Calls 3

SetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected