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

Function RemoveDataSetInput

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

RemoveDataSetInputMethod · 0.80

Tested by

no test coverage detected