------------------------------------------------------------------------------
| 303 | |
| 304 | //------------------------------------------------------------------------------ |
| 305 | inline vtkIdType vtkStructuredGrid::GetNumberOfCells() |
| 306 | { |
| 307 | return vtkStructuredData::GetNumberOfCells(this->Extent); |
| 308 | } |
| 309 | |
| 310 | //------------------------------------------------------------------------------ |
| 311 | inline int vtkStructuredGrid::GetMaxSpatialDimension() |
no test coverage detected