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

Method GetCellSize

Common/DataModel/vtkExplicitStructuredGrid.cxx:99–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

97
98//------------------------------------------------------------------------------
99vtkIdType vtkExplicitStructuredGrid::GetCellSize(vtkIdType cellId)
100{
101 return this->IsCellVisible(cellId) ? 8 : 0;
102}
103
104//------------------------------------------------------------------------------
105vtkIdType vtkExplicitStructuredGrid::GetNumberOfCells()

Callers

nothing calls this directly

Calls 1

IsCellVisibleMethod · 0.95

Tested by

no test coverage detected