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