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

Method SetInputData

Charts/Core/vtkPlotBag.cxx:390–394  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

388
389//------------------------------------------------------------------------------
390void vtkPlotBag::SetInputData(vtkTable* table)
391{
392 this->Data->SetInputData(table);
393 this->Modified();
394}
395
396//------------------------------------------------------------------------------
397void vtkPlotBag::SetInputData(

Callers

nothing calls this directly

Calls 6

GetColumnByNameMethod · 0.80
ModifiedMethod · 0.45
GetNumberOfTuplesMethod · 0.45
c_strMethod · 0.45
GetColumnNameMethod · 0.45

Tested by

no test coverage detected