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

Method SetMaskConnection

Filters/Points/vtkMaskPointsFilter.cxx:114–117  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

112
113//------------------------------------------------------------------------------
114void vtkMaskPointsFilter::SetMaskConnection(vtkAlgorithmOutput* algOutput)
115{
116 this->SetInputConnection(1, algOutput);
117}
118
119//------------------------------------------------------------------------------
120void vtkMaskPointsFilter::SetMaskData(vtkDataObject* input)

Callers 1

Calls 1

SetInputConnectionMethod · 0.45

Tested by

no test coverage detected