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

Function SetInputData

Charts/Core/vtkPlotBox.h:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 */
55 void SetInputData(vtkTable* table) override;
56 void SetInputData(vtkTable* table, const vtkStdString&, const vtkStdString&) override
57 {
58 this->SetInputData(table);
59 }
60 ///@}
61
62 /**

Callers

nothing calls this directly

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected