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

Method GetCellSize

Common/DataModel/vtkStructuredGrid.cxx:149–153  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

147
148//------------------------------------------------------------------------------
149vtkIdType vtkStructuredGrid::GetCellSize(vtkIdType cellId)
150{
151 // see whether the cell is blanked
152 return this->IsCellVisible(cellId) ? this->StructuredCells->GetCellSize(cellId) : 0;
153}
154
155//------------------------------------------------------------------------------
156void vtkStructuredGrid::GetCellPoints(vtkIdType cellId, vtkIdType& npts, vtkIdType const*& pts,

Callers

nothing calls this directly

Calls 1

IsCellVisibleMethod · 0.95

Tested by

no test coverage detected