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

Method AddInputConnection

Common/ExecutionModel/vtkAlgorithm.cxx:1292–1295  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1290
1291//------------------------------------------------------------------------------
1292void vtkAlgorithm::AddInputConnection(vtkAlgorithmOutput* input)
1293{
1294 this->AddInputConnection(0, input);
1295}
1296
1297//------------------------------------------------------------------------------
1298void vtkAlgorithm::AddInputConnection(int port, vtkAlgorithmOutput* input)

Callers 15

AddInputDataObjectMethod · 0.95
InitializeDataFunction · 0.45
TestUSDExporterFunction · 0.45
InitializeDataFunction · 0.45
PolyDataExecuteMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
ReadMultiSurfaceMethod · 0.45

Calls 10

InputPortIndexInRangeMethod · 0.95
GetExecutiveMethod · 0.95
GetProducerMethod · 0.80
GetAlgorithmMethod · 0.80
GetIndexMethod · 0.45
GetInputInformationMethod · 0.45
GetObjectDescriptionMethod · 0.45
GetOutputInformationMethod · 0.45
AppendMethod · 0.45
ModifiedMethod · 0.45

Tested by 15

InitializeDataFunction · 0.36
TestUSDExporterFunction · 0.36
InitializeDataFunction · 0.36
TestTemporalCompositeFunction · 0.36
SetupCompositePipelineFunction · 0.36
initializeVTKMethod · 0.36
TestNetworkViewsFunction · 0.36
TestPolyhedronCutterFunction · 0.36
testBoxWidgetMethod · 0.36
TestCamera3DWidgetFunction · 0.36