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

Method SetInputData

Charts/Core/vtkPlot.cxx:515–519  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

513}
514//------------------------------------------------------------------------------
515void vtkPlot::SetInputData(vtkTable* table)
516{
517 this->Data->SetInputData(table);
518 this->AutoLabels = nullptr; // No longer valid
519}
520
521//------------------------------------------------------------------------------
522void vtkPlot::SetInputData(

Callers 15

ConfigurePlotBarMethod · 0.45
SetInputDataFunction · 0.45
UpdateCacheMethod · 0.45
SetActivePlotMethod · 0.45
AdvanceAnimationMethod · 0.45
UpdateLayoutMethod · 0.45
SetInputDataFunction · 0.45
testLinePlotMethod · 0.45
testBarGraphMethod · 0.45
testStackedPlotMethod · 0.45
testLinePlotMethod · 0.45
testLinePlotMethod · 0.45

Calls 3

c_strMethod · 0.45
GetColumnNameMethod · 0.45

Tested by 15

testLinePlotMethod · 0.36
testBarGraphMethod · 0.36
testStackedPlotMethod · 0.36
testLinePlotMethod · 0.36
testLinePlotMethod · 0.36
testLinePlotMethod · 0.36
TestLinePlotSelection2Function · 0.36
TestChartsOn3DFunction · 0.36
TestLinePlot3DFunction · 0.36
TestBarGraphShiftScaleFunction · 0.36
TestChartDoubleColorsFunction · 0.36