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

Method GetDataObjectInputConnection

Rendering/Annotation/vtkXYPlotActor.cxx:637–648  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

635
636//------------------------------------------------------------------------------
637vtkAlgorithmOutput* vtkXYPlotActor::GetDataObjectInputConnection(unsigned int idx)
638{
639 if (static_cast<int>(idx) <=
640 this->DataObjectInputConnectionHolder->GetNumberOfInputConnections(0))
641 {
642 return this->DataObjectInputConnectionHolder->GetInputConnection(0, idx);
643 }
644 else
645 {
646 return nullptr;
647 }
648}
649
650//------------------------------------------------------------------------------
651unsigned int vtkXYPlotActor::GetNumberOfDataObjectInputConnections()

Callers 1

Serialize_vtkXYPlotActorFunction · 0.80

Calls 2

GetInputConnectionMethod · 0.45

Tested by

no test coverage detected