----------------------------------------------------------------------------
| 71 | |
| 72 | //---------------------------------------------------------------------------- |
| 73 | int vtkGhostCellsGenerator::RequestData( |
| 74 | vtkInformation*, vtkInformationVector** inputVector, vtkInformationVector* outputVector) |
| 75 | { |
| 76 | return this->Execute(vtkDataObject::GetData(inputVector[0], 0), outputVector); |
| 77 | } |
| 78 | |
| 79 | //---------------------------------------------------------------------------- |
| 80 | int vtkGhostCellsGenerator::Execute(vtkDataObject* inputDO, vtkInformationVector* outputVector) |