------------------------------------------------------------------------------
| 297 | |
| 298 | //------------------------------------------------------------------------------ |
| 299 | inline int vtkStructuredGrid::GetDataDimension() |
| 300 | { |
| 301 | return vtkStructuredData::GetDataDimension(this->DataDescription); |
| 302 | } |
| 303 | |
| 304 | //------------------------------------------------------------------------------ |
| 305 | inline vtkIdType vtkStructuredGrid::GetNumberOfCells() |
nothing calls this directly
no test coverage detected