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

Method GetNumberOfDataSetInputConnections

Rendering/Annotation/vtkXYPlotActor.cxx:554–557  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

552
553//------------------------------------------------------------------------------
554unsigned int vtkXYPlotActor::GetNumberOfDataSetInputConnections()
555{
556 return this->InputConnectionHolder->GetNumberOfInputConnections(0);
557}
558
559//------------------------------------------------------------------------------
560void vtkXYPlotActor::AddDataObjectInputConnection(vtkAlgorithmOutput* aout)

Callers 1

Serialize_vtkXYPlotActorFunction · 0.80

Calls 1

Tested by

no test coverage detected