----------------------------------------------------------------------------
| 329 | |
| 330 | //---------------------------------------------------------------------------- |
| 331 | inline vtkIdType vtkCartesianGrid::GetNumberOfCells() |
| 332 | { |
| 333 | return vtkStructuredData::GetNumberOfCells(this->Extent); |
| 334 | } |
| 335 | |
| 336 | //---------------------------------------------------------------------------- |
| 337 | inline int vtkCartesianGrid::GetDataDimension() |
no test coverage detected