------------------------------------------------------------------------------
| 57 | |
| 58 | //------------------------------------------------------------------------------ |
| 59 | void vtkPMaskPoints::InternalScatter(unsigned long* a, unsigned long* b, int c, int d) |
| 60 | { |
| 61 | this->Controller->Scatter(a, b, c, d); |
| 62 | } |
| 63 | |
| 64 | //------------------------------------------------------------------------------ |
| 65 | void vtkPMaskPoints::InternalGather(unsigned long* a, unsigned long* b, int c, int d) |
no test coverage detected