------------------------------------------------------------------------------
| 72 | |
| 73 | //------------------------------------------------------------------------------ |
| 74 | int vtkExtentTranslator::PieceToExtentByPoints() |
| 75 | { |
| 76 | return this->PieceToExtentThreadSafe(this->Piece, this->NumberOfPieces, this->GhostLevel, |
| 77 | this->WholeExtent, this->Extent, this->SplitMode, 1); |
| 78 | } |
| 79 | |
| 80 | int vtkExtentTranslator::PieceToExtentThreadSafe(int piece, int numPieces, int ghostLevel, |
| 81 | int* wholeExtent, int* resultExtent, int splitMode, int byPoints) |
no test coverage detected