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

Method GetCellSize

Common/DataModel/vtkUnstructuredGrid.cxx:357–360  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

355
356//------------------------------------------------------------------------------
357vtkIdType vtkUnstructuredGrid::GetCellSize(vtkIdType cellId)
358{
359 return this->Connectivity ? this->Connectivity->GetCellSize(cellId) : 0;
360}
361
362//------------------------------------------------------------------------------
363vtkCell* vtkUnstructuredGrid::GetCell(vtkIdType cellId)

Callers 4

operator()Method · 0.45
GetPolyhedronFacesMethod · 0.45
GetFaceStreamMethod · 0.45
GetCellNumberOfFacesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected