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

Function GetInputExecutive

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

* Equivalent to GetInputExecutive(0, 0) */

Source from the content-addressed store, hash-verified

651 * Equivalent to GetInputExecutive(0, 0)
652 */
653 vtkExecutive* GetInputExecutive() { return this->GetInputExecutive(0, 0); }
654
655 /**
656 * Return the information object that is associated with

Callers

nothing calls this directly

Calls 1

GetInputExecutiveMethod · 0.45

Tested by

no test coverage detected