----------------------------------------------------------------------------
| 347 | |
| 348 | //---------------------------------------------------------------------------- |
| 349 | inline int vtkCartesianGrid::GetMinSpatialDimension() |
| 350 | { |
| 351 | return vtkStructuredData::GetDataDimension(this->DataDescription); |
| 352 | } |
| 353 | |
| 354 | VTK_ABI_NAMESPACE_END |
| 355 | #endif |
nothing calls this directly
no test coverage detected