------------------------------------------------------------------------------
| 228 | |
| 229 | //------------------------------------------------------------------------------ |
| 230 | inline void vtkCellIterator::GoToNextCell() |
| 231 | { |
| 232 | this->IncrementToNextCell(); |
| 233 | this->ResetCache(); |
| 234 | } |
| 235 | |
| 236 | //------------------------------------------------------------------------------ |
| 237 | inline int vtkCellIterator::GetCellType() |