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

Method GetCellPoints

Common/DataModel/vtkUnstructuredGrid.cxx:995–998  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

993
994//------------------------------------------------------------------------------
995void vtkUnstructuredGrid::GetCellPoints(vtkIdType cellId, vtkIdList* ptIds)
996{
997 this->Connectivity->GetCellAtId(cellId, ptIds);
998}
999
1000//------------------------------------------------------------------------------
1001void vtkUnstructuredGrid::GetDistinctCellTypes(vtkCellTypes* types)

Callers 1

GetFaceStreamMethod · 0.95

Calls 1

GetCellAtIdMethod · 0.45

Tested by

no test coverage detected