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

Method GetMaxSpatialDimension

Common/DataModel/vtkCartesianGrid.h:343–346  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

341
342//----------------------------------------------------------------------------
343inline int vtkCartesianGrid::GetMaxSpatialDimension()
344{
345 return vtkStructuredData::GetDataDimension(this->DataDescription);
346}
347
348//----------------------------------------------------------------------------
349inline int vtkCartesianGrid::GetMinSpatialDimension()

Callers

nothing calls this directly

Calls 1

GetDataDimensionFunction · 0.85

Tested by

no test coverage detected