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

Method SetTargetConnection

Filters/Modeling/vtkImprintFilter.cxx:70–73  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

68
69//------------------------------------------------------------------------------
70void vtkImprintFilter::SetTargetConnection(vtkAlgorithmOutput* algOutput)
71{
72 this->SetInputConnection(0, algOutput);
73}
74
75//------------------------------------------------------------------------------
76vtkAlgorithmOutput* vtkImprintFilter::GetTargetConnection()

Calls 1

SetInputConnectionMethod · 0.45

Tested by

no test coverage detected