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

Function GetInputInformation

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

* Equivalent to GetInputInformation(0, 0) */

Source from the content-addressed store, hash-verified

666 * Equivalent to GetInputInformation(0, 0)
667 */
668 vtkInformation* GetInputInformation() { return this->GetInputInformation(0, 0); }
669
670 /**
671 * Return the information object that is associated with

Callers

nothing calls this directly

Calls 1

GetInputInformationMethod · 0.45

Tested by

no test coverage detected