| 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 | { |
nothing calls this directly
no test coverage detected