------------------------------------------------------------------------------
| 179 | |
| 180 | //------------------------------------------------------------------------------ |
| 181 | void vtkXMLUnstructuredDataReader::SetupNextPiece() |
| 182 | { |
| 183 | this->StartPoint += this->NumberOfPoints[this->Piece]; |
| 184 | } |
| 185 | |
| 186 | //------------------------------------------------------------------------------ |
| 187 | void vtkXMLUnstructuredDataReader::SetupUpdateExtent(int piece, int numberOfPieces, int ghostLevel) |