------------------------------------------------------------------------------
| 95 | |
| 96 | //------------------------------------------------------------------------------ |
| 97 | void vtkXMLPUnstructuredGridReader::SetupNextPiece() |
| 98 | { |
| 99 | this->Superclass::SetupNextPiece(); |
| 100 | if (this->PieceReaders[this->Piece]) |
| 101 | { |
| 102 | this->StartCell += this->PieceReaders[this->Piece]->GetNumberOfCells(); |
| 103 | } |
| 104 | } |
| 105 | |
| 106 | //------------------------------------------------------------------------------ |
| 107 | int vtkXMLPUnstructuredGridReader::ReadPieceData() |
nothing calls this directly
no test coverage detected