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

Method GetCellType

Common/DataModel/vtkExplicitStructuredGrid.cxx:93–96  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

91
92//------------------------------------------------------------------------------
93int vtkExplicitStructuredGrid::GetCellType(vtkIdType cellId)
94{
95 return this->IsCellVisible(cellId) ? VTK_HEXAHEDRON : VTK_EMPTY_CELL;
96}
97
98//------------------------------------------------------------------------------
99vtkIdType vtkExplicitStructuredGrid::GetCellSize(vtkIdType cellId)

Callers

nothing calls this directly

Calls 1

IsCellVisibleMethod · 0.95

Tested by

no test coverage detected