------------------------------------------------------------------------------
| 60 | |
| 61 | //------------------------------------------------------------------------------ |
| 62 | int vtkCellIterator::GetCellDimension() |
| 63 | { |
| 64 | return vtkCellTypeUtilities::GetDimension(this->GetCellType()); |
| 65 | } |
| 66 | |
| 67 | //------------------------------------------------------------------------------ |
| 68 | void vtkCellIterator::GetCell(vtkGenericCell* cell) |
nothing calls this directly
no test coverage detected