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

Method vtkTableAlgorithm

Common/ExecutionModel/vtkTableAlgorithm.cxx:18–24  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

SetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected