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

Function AddDataSetInputConnection

Rendering/Annotation/vtkXYPlotActor.h:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 void AddDataSetInput(vtkDataSet* ds) { this->AddDataSetInput(ds, nullptr, 0); }
148 void AddDataSetInputConnection(vtkAlgorithmOutput* in, const char* arrayName, int component);
149 void AddDataSetInputConnection(vtkAlgorithmOutput* in)
150 {
151 this->AddDataSetInputConnection(in, nullptr, 0);
152 }
153 ///@}
154
155 ///@{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected