------------------------------------------------------------------------------
| 65 | |
| 66 | //------------------------------------------------------------------------------ |
| 67 | int vtkExtentTranslator::PieceToExtent() |
| 68 | { |
| 69 | return this->PieceToExtentThreadSafe(this->Piece, this->NumberOfPieces, this->GhostLevel, |
| 70 | this->WholeExtent, this->Extent, this->SplitMode, 0); |
| 71 | } |
| 72 | |
| 73 | //------------------------------------------------------------------------------ |
| 74 | int vtkExtentTranslator::PieceToExtentByPoints() |