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

Method SetExcludedFacesData

Filters/Geometry/vtkGeometryFilter.cxx:235–238  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

233
234//------------------------------------------------------------------------------
235void vtkGeometryFilter::SetExcludedFacesData(vtkPolyData* input)
236{
237 this->Superclass::SetInputData(1, input);
238}
239
240//------------------------------------------------------------------------------
241// Specify the input data or filter.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected