------------------------------------------------------------------------------
| 174 | |
| 175 | //------------------------------------------------------------------------------ |
| 176 | void vtkDataSetCellIterator::FetchPointIds() |
| 177 | { |
| 178 | this->DataSet->GetCellPoints(this->CellId, this->PointIds); |
| 179 | } |
| 180 | |
| 181 | //------------------------------------------------------------------------------ |
| 182 | void vtkDataSetCellIterator::FetchPoints() |
no test coverage detected