------------------------------------------------------------------------------
| 309 | |
| 310 | //------------------------------------------------------------------------------ |
| 311 | inline int vtkStructuredGrid::GetMaxSpatialDimension() |
| 312 | { |
| 313 | return vtkStructuredData::GetDataDimension(this->DataDescription); |
| 314 | } |
| 315 | |
| 316 | //------------------------------------------------------------------------------ |
| 317 | inline int vtkStructuredGrid::GetMinSpatialDimension() |
nothing calls this directly
no test coverage detected