------------------------------------------------------------------------------ Description: Is there no cell at iterator position? (exit condition).
| 74 | // Description: |
| 75 | // Is there no cell at iterator position? (exit condition). |
| 76 | vtkTypeBool vtkBridgeCellIteratorOne::IsAtEnd() |
| 77 | { |
| 78 | return this->cIsAtEnd; |
| 79 | } |
| 80 | |
| 81 | //------------------------------------------------------------------------------ |
| 82 | // Description: |