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

Method SetInputArray

Charts/Core/vtkPlot.cxx:561–566  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

559
560//------------------------------------------------------------------------------
561void vtkPlot::SetInputArray(int index, const vtkStdString& name)
562{
563 this->Data->SetInputArrayToProcess(
564 index, 0, 0, vtkDataObject::FIELD_ASSOCIATION_ROWS, name.c_str());
565 this->AutoLabels = nullptr; // No longer valid
566}
567
568//------------------------------------------------------------------------------
569void vtkPlot::SetXAxisInputArrayToProcess(const std::string& name)

Callers 15

TestStackedPlotGL2PSFunction · 0.45
~vtkXMLReaderMethod · 0.45
UnMarshallDataSetMethod · 0.45
~vtkDataReaderMethod · 0.45
ReadMetaDataSimpleMethod · 0.45
ReadMeshSimpleMethod · 0.45
ReadDataMethod · 0.45
ReadMetaDataSimpleMethod · 0.45
testStackedPlotMethod · 0.45
TestStackedBarGraphFunction · 0.45

Calls 2

c_strMethod · 0.45

Tested by 9

TestStackedPlotGL2PSFunction · 0.36
testStackedPlotMethod · 0.36
TestStackedBarGraphFunction · 0.36
TestStackedPlotFunction · 0.36
TestLinePlotFunction · 0.36
TestAreaPlotFunction · 0.36
TestPieChartFunction · 0.36
TestPlotPointsFunction · 0.36
TestResampleWithDataSet2Function · 0.36