------------------------------------------------------------------------------
| 278 | |
| 279 | //------------------------------------------------------------------------------ |
| 280 | int vtkDataObjectTreeIterator::IsDoneWithTraversal() |
| 281 | { |
| 282 | return this->Internals->Iterator->IsDoneWithTraversal(); |
| 283 | } |
| 284 | |
| 285 | //------------------------------------------------------------------------------ |
| 286 | bool vtkDataObjectTreeIterator::IsDataObjectTree(vtkDataObject* dataObject) |
no outgoing calls
no test coverage detected