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

Method GetYAxisInputArrayToProcess

Charts/Core/vtkPlot.cxx:589–594  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

587
588//------------------------------------------------------------------------------
589std::string vtkPlot::GetYAxisInputArrayToProcess()
590{
591 auto* info = this->Data->GetInputArrayInformation(1);
592 const char* name = info->Get(vtkDataObject::FIELD_NAME());
593 return name ? name : "";
594}
595
596//------------------------------------------------------------------------------
597void vtkPlot::SetSelection(vtkIdTypeArray* id)

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45

Tested by

no test coverage detected