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

Method GetCellSize

Common/DataModel/vtkCartesianGrid.cxx:126–130  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

124
125//------------------------------------------------------------------------------
126vtkIdType vtkCartesianGrid::GetCellSize(vtkIdType cellId)
127{
128 // see whether the cell is blanked
129 return this->IsCellVisible(cellId) ? this->StructuredCells->GetCellSize(cellId) : 0;
130}
131
132//------------------------------------------------------------------------------
133void vtkCartesianGrid::GetCellPoints(vtkIdType cellId, vtkIdType& npts, vtkIdType const*& pts,

Callers

nothing calls this directly

Calls 1

IsCellVisibleMethod · 0.95

Tested by

no test coverage detected