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

Function GetInputAlgorithm

Common/ExecutionModel/vtkAlgorithm.h:642–642  ·  view source on GitHub ↗

* Equivalent to GetInputAlgorithm(0, 0). */

Source from the content-addressed store, hash-verified

640 * Equivalent to GetInputAlgorithm(0, 0).
641 */
642 vtkAlgorithm* GetInputAlgorithm() { return this->GetInputAlgorithm(0, 0); }
643
644 /**
645 * Returns the executive associated with a particular input

Callers

nothing calls this directly

Calls 1

GetInputAlgorithmMethod · 0.45

Tested by

no test coverage detected