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

Method GetXAxisInputArrayToProcess

Charts/Core/vtkPlot.cxx:575–580  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

573
574//------------------------------------------------------------------------------
575std::string vtkPlot::GetXAxisInputArrayToProcess()
576{
577 auto* info = this->Data->GetInputArrayInformation(0);
578 const char* name = info->Get(vtkDataObject::FIELD_NAME());
579 return name ? name : "";
580}
581
582//------------------------------------------------------------------------------
583void vtkPlot::SetYAxisInputArrayToProcess(const std::string& name)

Callers

nothing calls this directly

Calls 2

GetMethod · 0.45

Tested by

no test coverage detected