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

Method SetSourceConnection

Filters/ParallelDIY2/vtkProbeLineFilter.cxx:1353–1356  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1351
1352//------------------------------------------------------------------------------
1353void vtkProbeLineFilter::SetSourceConnection(vtkAlgorithmOutput* input)
1354{
1355 this->SetInputConnection(1, input);
1356}
1357
1358//------------------------------------------------------------------------------
1359void vtkProbeLineFilter::PrintSelf(ostream& os, vtkIndent indent)

Callers 11

ResamplingHelperImplMethod · 0.45
ExecuteMethod · 0.45
commonFunction · 0.45
ExecuteMethod · 0.45
Test2DProbingFunction · 0.45
Test3DProbingFunction · 0.45
Test3DProbing2Function · 0.45
Test2DProbingHTGFunction · 0.45
Test3DProbingHTGFunction · 0.45
TestHTGEdgeProbeFunction · 0.45

Calls 1

SetInputConnectionMethod · 0.45

Tested by 10

ExecuteMethod · 0.36
commonFunction · 0.36
ExecuteMethod · 0.36
Test2DProbingFunction · 0.36
Test3DProbingFunction · 0.36
Test3DProbing2Function · 0.36
Test2DProbingHTGFunction · 0.36
Test3DProbingHTGFunction · 0.36
TestHTGEdgeProbeFunction · 0.36