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