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

Method vtkSelectionAlgorithm

Common/ExecutionModel/vtkSelectionAlgorithm.cxx:16–22  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

14
15//------------------------------------------------------------------------------
16vtkSelectionAlgorithm::vtkSelectionAlgorithm()
17{
18 // by default assume filters have one input and one output
19 // subclasses that deviate should modify this setting
20 this->SetNumberOfInputPorts(1);
21 this->SetNumberOfOutputPorts(1);
22}
23
24//------------------------------------------------------------------------------
25vtkSelectionAlgorithm::~vtkSelectionAlgorithm() = default;

Callers

nothing calls this directly

Calls 2

SetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected