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

Function RemoveDataSetInputConnection

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

Source from the content-addressed store, hash-verified

161 void RemoveDataSetInput(vtkDataSet* ds) { this->RemoveDataSetInput(ds, nullptr, 0); }
162 void RemoveDataSetInputConnection(vtkAlgorithmOutput* in, const char* arrayName, int component);
163 void RemoveDataSetInputConnection(vtkAlgorithmOutput* in)
164 {
165 this->RemoveDataSetInputConnection(in, nullptr, 0);
166 }
167 ///@}
168
169 /**

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected