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

Method SetImprintConnection

Filters/Modeling/vtkImprintFilter.cxx:99–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97
98//------------------------------------------------------------------------------
99void vtkImprintFilter::SetImprintConnection(vtkAlgorithmOutput* algOutput)
100{
101 this->SetInputConnection(1, algOutput);
102}
103
104//------------------------------------------------------------------------------
105vtkAlgorithmOutput* vtkImprintFilter::GetImprintConnection()

Calls 1

SetInputConnectionMethod · 0.45

Tested by

no test coverage detected