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

Method GetInput

Charts/Core/vtkPlot.cxx:549–552  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

547
548//------------------------------------------------------------------------------
549vtkTable* vtkPlot::GetInput()
550{
551 return this->Data->GetInput();
552}
553
554//------------------------------------------------------------------------------
555vtkAlgorithmOutput* vtkPlot::GetInputConnection()

Callers 15

UpdateCacheMethod · 0.45
PaintMethod · 0.45
GetLabelsMethod · 0.45
GetTooltipLabelMethod · 0.45
UpdateMethod · 0.45
GetLabelsMethod · 0.45
GetBoundsMethod · 0.45
GetLabelsMethod · 0.45
UpdateCacheMethod · 0.45
SelectColorArrayMethod · 0.45
GetBarsCountMethod · 0.45
GetDataBoundsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected