------------------------------------------------------------------------------
| 1205 | |
| 1206 | //------------------------------------------------------------------------------ |
| 1207 | void vtkAlgorithm::RemoveAllInputs() |
| 1208 | { |
| 1209 | this->SetInputConnection(0, nullptr); |
| 1210 | } |
| 1211 | |
| 1212 | //------------------------------------------------------------------------------ |
| 1213 | void vtkAlgorithm::RemoveAllInputConnections(int port) |