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

Function SetInputData

Charts/Core/vtkPlotParallelCoordinates.h:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 */
78 void SetInputData(vtkTable* table) override;
79 void SetInputData(vtkTable* table, const vtkStdString&, const vtkStdString&) override
80 {
81 this->SetInputData(table);
82 }
83 ///@}
84
85 ///@{

Callers

nothing calls this directly

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected