------------------------------------------------------------------------------
| 67 | |
| 68 | //------------------------------------------------------------------------------ |
| 69 | void vtkXMLPUnstructuredDataReader::SetupNextPiece() |
| 70 | { |
| 71 | if (this->PieceReaders[this->Piece]) |
| 72 | { |
| 73 | this->StartPoint += this->PieceReaders[this->Piece]->GetNumberOfPoints(); |
| 74 | } |
| 75 | } |
| 76 | |
| 77 | //------------------------------------------------------------------------------ |
| 78 | vtkIdType vtkXMLPUnstructuredDataReader::GetNumberOfPoints() |
no test coverage detected