------------------------------------------------------------------------------
| 56 | |
| 57 | //------------------------------------------------------------------------------ |
| 58 | void vtkCollectionIterator::GoToNextItem() |
| 59 | { |
| 60 | if (this->Element) |
| 61 | { |
| 62 | this->Element = this->Element->Next; |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | //------------------------------------------------------------------------------ |
| 67 | int vtkCollectionIterator::IsDoneWithTraversal() |
no outgoing calls