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

Method GetInputConnection

Charts/Core/vtkPlot.cxx:555–558  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

553
554//------------------------------------------------------------------------------
555vtkAlgorithmOutput* vtkPlot::GetInputConnection()
556{
557 return this->Data->GetInputConnection(0, 0);
558}
559
560//------------------------------------------------------------------------------
561void vtkPlot::SetInputArray(int index, const vtkStdString& name)

Callers 15

WriteActorMethod · 0.45
WriteAnActorMethod · 0.45
WriteActorMethod · 0.45
WriteAnActorMethod · 0.45
WriteAnActorMethod · 0.45
WriteAnActorMethod · 0.45
GetInputAlgorithmMethod · 0.45
WriteInternalMethod · 0.45
WriteInternalMethod · 0.45
CreatePieceWriterMethod · 0.45

Calls

no outgoing calls