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

Method SetYAxisInputArrayToProcess

Charts/Core/vtkPlot.cxx:583–586  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

581
582//------------------------------------------------------------------------------
583void vtkPlot::SetYAxisInputArrayToProcess(const std::string& name)
584{
585 this->SetInputArray(1, name);
586}
587
588//------------------------------------------------------------------------------
589std::string vtkPlot::GetYAxisInputArrayToProcess()

Callers

nothing calls this directly

Calls 1

SetInputArrayMethod · 0.95

Tested by

no test coverage detected