------------------------------------------------------------------------------
| 57 | |
| 58 | //------------------------------------------------------------------------------ |
| 59 | vtkMultiProcessController* vtkGhostCellsGenerator::GetController() |
| 60 | { |
| 61 | return this->Controller.Get(); |
| 62 | } |
| 63 | |
| 64 | //------------------------------------------------------------------------------ |
| 65 | int vtkGhostCellsGenerator::FillInputPortInformation(int vtkNotUsed(port), vtkInformation* info) |
no test coverage detected