----------------------------------------------------------------------------
| 327 | |
| 328 | //---------------------------------------------------------------------------- |
| 329 | void vtkGhostCellsGenerator::UpdateCache(vtkDataObject* updatedOutput) |
| 330 | { |
| 331 | assert(updatedOutput); |
| 332 | this->MeshCache->UpdateCache(updatedOutput); |
| 333 | } |
| 334 | |
| 335 | //---------------------------------------------------------------------------- |
| 336 | void vtkGhostCellsGenerator::PrintSelf(ostream& os, vtkIndent indent) |