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

Function AddDataSetInput

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

Source from the content-addressed store, hash-verified

145 void AddDataSetInput(vtkDataSet* ds, const char* arrayName, int component);
146 VTK_MARSHALEXCLUDE(VTK_MARSHAL_EXCLUDE_REASON_IS_INTERNAL)
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 {

Callers

nothing calls this directly

Calls 1

AddDataSetInputMethod · 0.80

Tested by

no test coverage detected