------------------------------------------------------------------------------
| 581 | |
| 582 | //------------------------------------------------------------------------------ |
| 583 | void vtkPlot::SetYAxisInputArrayToProcess(const std::string& name) |
| 584 | { |
| 585 | this->SetInputArray(1, name); |
| 586 | } |
| 587 | |
| 588 | //------------------------------------------------------------------------------ |
| 589 | std::string vtkPlot::GetYAxisInputArrayToProcess() |
nothing calls this directly
no test coverage detected