----------------------------------------------------------------------------
| 323 | |
| 324 | //---------------------------------------------------------------------------- |
| 325 | inline vtkIdType vtkCartesianGrid::GetNumberOfPoints() |
| 326 | { |
| 327 | return vtkStructuredData::GetNumberOfPoints(this->Extent); |
| 328 | } |
| 329 | |
| 330 | //---------------------------------------------------------------------------- |
| 331 | inline vtkIdType vtkCartesianGrid::GetNumberOfCells() |
nothing calls this directly
no test coverage detected