------------------------------------------------------------------------------
| 326 | |
| 327 | //------------------------------------------------------------------------------ |
| 328 | vtkIdType vtkXMLUnstructuredDataReader::GetNumberOfPoints() |
| 329 | { |
| 330 | return this->TotalNumberOfPoints; |
| 331 | } |
| 332 | |
| 333 | //------------------------------------------------------------------------------ |
| 334 | vtkIdType vtkXMLUnstructuredDataReader::GetNumberOfCells() |