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

Function GetOutput

Common/ExecutionModel/vtkTreeAlgorithm.h:46–46  ·  view source on GitHub ↗

* Get the output data object for a port on this algorithm. */

Source from the content-addressed store, hash-verified

44 * Get the output data object for a port on this algorithm.
45 */
46 vtkTree* GetOutput() { return this->GetOutput(0); }
47 vtkTree* GetOutput(int index);
48
49 /**

Callers

nothing calls this directly

Calls 1

GetOutputMethod · 0.45

Tested by

no test coverage detected