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

Method vtkHyperTreeGridAlgorithm

Common/ExecutionModel/vtkHyperTreeGridAlgorithm.cxx:17–29  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

15
16//------------------------------------------------------------------------------
17VTK_ABI_NAMESPACE_BEGIN
18vtkHyperTreeGridAlgorithm::vtkHyperTreeGridAlgorithm()
19{
20 // By default, only one input and one output ports
21 this->SetNumberOfInputPorts(1);
22 this->SetNumberOfOutputPorts(1);
23
24 // Keep references to input and output data
25 this->InData = nullptr; // todo: should be a safer pointer type
26 this->OutData = nullptr;
27
28 this->AppropriateOutput = false;
29}
30
31//------------------------------------------------------------------------------
32vtkHyperTreeGridAlgorithm::~vtkHyperTreeGridAlgorithm()

Callers

nothing calls this directly

Calls 2

SetNumberOfInputPortsMethod · 0.45

Tested by

no test coverage detected