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

Method vtkDataSetAlgorithm

Common/ExecutionModel/vtkDataSetAlgorithm.cxx:23–27  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Instantiate object so that cell data is not passed to output.

Source from the content-addressed store, hash-verified

21//------------------------------------------------------------------------------
22// Instantiate object so that cell data is not passed to output.
23vtkDataSetAlgorithm::vtkDataSetAlgorithm()
24{
25 this->SetNumberOfInputPorts(1);
26 this->SetNumberOfOutputPorts(1);
27}
28
29//------------------------------------------------------------------------------
30vtkDataSet* vtkDataSetAlgorithm::GetOutput()

Callers

nothing calls this directly

Calls 2

SetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected