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

Method vtkReaderAlgorithm

Common/ExecutionModel/vtkReaderAlgorithm.cxx:12–18  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

10
11//------------------------------------------------------------------------------
12VTK_ABI_NAMESPACE_BEGIN
13vtkReaderAlgorithm::vtkReaderAlgorithm()
14{
15 // by default assume filters have one input and one output
16 // subclasses that deviate should modify this setting
17 this->SetNumberOfOutputPorts(1);
18}
19
20//------------------------------------------------------------------------------
21vtkReaderAlgorithm::~vtkReaderAlgorithm() = default;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected