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

Method GetMinSpatialDimension

Common/DataModel/vtkStructuredGrid.h:317–320  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

315
316//------------------------------------------------------------------------------
317inline int vtkStructuredGrid::GetMinSpatialDimension()
318{
319 return vtkStructuredData::GetDataDimension(this->DataDescription);
320}
321
322VTK_ABI_NAMESPACE_END
323#endif

Callers

nothing calls this directly

Calls 1

GetDataDimensionFunction · 0.85

Tested by

no test coverage detected