------------------------------------------------------------------------------
| 65 | |
| 66 | //------------------------------------------------------------------------------ |
| 67 | int vtkCollectionIterator::IsDoneWithTraversal() |
| 68 | { |
| 69 | return (this->Element ? 0 : 1); |
| 70 | } |
| 71 | |
| 72 | //------------------------------------------------------------------------------ |
| 73 | vtkObject* vtkCollectionIterator::GetCurrentObject() |
no outgoing calls