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

Method GetDataSetInputConnection

Rendering/Annotation/vtkXYPlotActor.cxx:541–551  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

539
540//------------------------------------------------------------------------------
541vtkAlgorithmOutput* vtkXYPlotActor::GetDataSetInputConnection(unsigned int idx)
542{
543 if (static_cast<int>(idx) <= this->InputConnectionHolder->GetNumberOfInputConnections(0))
544 {
545 return this->InputConnectionHolder->GetInputConnection(0, idx);
546 }
547 else
548 {
549 return nullptr;
550 }
551}
552
553//------------------------------------------------------------------------------
554unsigned int vtkXYPlotActor::GetNumberOfDataSetInputConnections()

Callers 1

Serialize_vtkXYPlotActorFunction · 0.80

Calls 2

GetInputConnectionMethod · 0.45

Tested by

no test coverage detected