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

Function GetOutput

Common/ExecutionModel/vtkGraphAlgorithm.h:52–52  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

50 * Get the output data object for a port on this algorithm.
51 */
52 vtkGraph* GetOutput() { return this->GetOutput(0); }
53 vtkGraph* GetOutput(int index);
54
55 /**

Callers

nothing calls this directly

Calls 1

GetOutputMethod · 0.45

Tested by

no test coverage detected