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

Method GetCellType

Common/DataModel/vtkUnstructuredGrid.cxx:351–354  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

349
350//------------------------------------------------------------------------------
351int vtkUnstructuredGrid::GetCellType(vtkIdType cellId)
352{
353 return static_cast<int>(this->Types->GetComponent(cellId, 0));
354}
355
356//------------------------------------------------------------------------------
357vtkIdType vtkUnstructuredGrid::GetCellSize(vtkIdType cellId)

Callers 3

GetFaceStreamMethod · 0.95
GetCellNumberOfFacesMethod · 0.95
ShallowCopyMethod · 0.45

Calls 1

GetComponentMethod · 0.45

Tested by

no test coverage detected