------------------------------------------------------------------------------
| 76 | |
| 77 | //------------------------------------------------------------------------------ |
| 78 | vtkIdType vtkXMLPUnstructuredDataReader::GetNumberOfPoints() |
| 79 | { |
| 80 | return this->TotalNumberOfPoints; |
| 81 | } |
| 82 | |
| 83 | //------------------------------------------------------------------------------ |
| 84 | vtkIdType vtkXMLPUnstructuredDataReader::GetNumberOfCells() |
no outgoing calls
no test coverage detected