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

Method vtkMoleculeAlgorithm

Common/ExecutionModel/vtkMoleculeAlgorithm.cxx:17–23  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

SetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected