------------------------------------------------------------------------------
| 315 | |
| 316 | //------------------------------------------------------------------------------ |
| 317 | inline int vtkStructuredGrid::GetMinSpatialDimension() |
| 318 | { |
| 319 | return vtkStructuredData::GetDataDimension(this->DataDescription); |
| 320 | } |
| 321 | |
| 322 | VTK_ABI_NAMESPACE_END |
| 323 | #endif |
nothing calls this directly
no test coverage detected