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

Method RemoveAllInputs

Common/ExecutionModel/vtkAlgorithm.cxx:1207–1210  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 11

MakeItSoMethod · 0.80
RequestDataMethod · 0.80
ImageWeightedSumFunction · 0.80
TestGroupDataSetsFilterFunction · 0.80
AdvectIterativeMethod · 0.80
SetPartitionCountFunction · 0.80

Calls 1

SetInputConnectionMethod · 0.95

Tested by 2

TestGroupDataSetsFilterFunction · 0.64