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

Method GetMinSpatialDimension

Common/DataModel/vtkCartesianGrid.h:349–352  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

347
348//----------------------------------------------------------------------------
349inline int vtkCartesianGrid::GetMinSpatialDimension()
350{
351 return vtkStructuredData::GetDataDimension(this->DataDescription);
352}
353
354VTK_ABI_NAMESPACE_END
355#endif

Callers

nothing calls this directly

Calls 1

GetDataDimensionFunction · 0.85

Tested by

no test coverage detected