MCPcopy Create free account
hub / github.com/Kitware/VTK / GetMaxSpatialDimension

Method GetMaxSpatialDimension

Common/DataModel/vtkStructuredGrid.h:311–314  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

309
310//------------------------------------------------------------------------------
311inline int vtkStructuredGrid::GetMaxSpatialDimension()
312{
313 return vtkStructuredData::GetDataDimension(this->DataDescription);
314}
315
316//------------------------------------------------------------------------------
317inline int vtkStructuredGrid::GetMinSpatialDimension()

Callers

nothing calls this directly

Calls 1

GetDataDimensionFunction · 0.85

Tested by

no test coverage detected