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

Function AddInputDataInternal

Common/ExecutionModel/vtkAlgorithm.h:1129–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127 this->SetInputDataObject(port, input);
1128 }
1129 void AddInputDataInternal(int port, vtkDataObject* input)
1130 {
1131 this->AddInputDataObject(port, input);
1132 }
1133
1134 vtkProgressObserver* ProgressObserver;
1135

Callers

nothing calls this directly

Calls 1

AddInputDataObjectMethod · 0.80

Tested by

no test coverage detected