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

Method GetDataDimension

Common/DataModel/vtkStructuredGrid.h:299–302  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

297
298//------------------------------------------------------------------------------
299inline int vtkStructuredGrid::GetDataDimension()
300{
301 return vtkStructuredData::GetDataDimension(this->DataDescription);
302}
303
304//------------------------------------------------------------------------------
305inline vtkIdType vtkStructuredGrid::GetNumberOfCells()

Callers

nothing calls this directly

Calls 1

GetDataDimensionFunction · 0.85

Tested by

no test coverage detected