------------------------------------------------------------------------------
| 168 | |
| 169 | //------------------------------------------------------------------------------ |
| 170 | void vtkDataSetCellIterator::FetchCellType() |
| 171 | { |
| 172 | this->CellType = this->DataSet->GetCellType(this->CellId); |
| 173 | } |
| 174 | |
| 175 | //------------------------------------------------------------------------------ |
| 176 | void vtkDataSetCellIterator::FetchPointIds() |
no test coverage detected