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

Method GetCellDimension

Common/DataModel/vtkCellIterator.cxx:62–65  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

60
61//------------------------------------------------------------------------------
62int vtkCellIterator::GetCellDimension()
63{
64 return vtkCellTypeUtilities::GetDimension(this->GetCellType());
65}
66
67//------------------------------------------------------------------------------
68void vtkCellIterator::GetCell(vtkGenericCell* cell)

Callers

nothing calls this directly

Calls 2

GetCellTypeMethod · 0.95
GetDimensionFunction · 0.70

Tested by

no test coverage detected