------------------------------------------------------------------------------ Return the enclosing surface
| 450 | //------------------------------------------------------------------------------ |
| 451 | // Return the enclosing surface |
| 452 | vtkPolyData* vtkSelectEnclosedPoints::GetSurface() |
| 453 | { |
| 454 | return vtkPolyData::SafeDownCast(this->GetExecutive()->GetInputData(1, 0)); |
| 455 | } |
| 456 | |
| 457 | //------------------------------------------------------------------------------ |
| 458 | vtkPolyData* vtkSelectEnclosedPoints::GetSurface(vtkInformationVector* sourceInfo) |
nothing calls this directly
no test coverage detected