------------------------------------------------------------------------------
| 71 | |
| 72 | //------------------------------------------------------------------------------ |
| 73 | vtkObject* vtkCollectionIterator::GetCurrentObject() |
| 74 | { |
| 75 | if (this->Element) |
| 76 | { |
| 77 | return this->Element->Item; |
| 78 | } |
| 79 | return nullptr; |
| 80 | } |
| 81 | VTK_ABI_NAMESPACE_END |
no outgoing calls
no test coverage detected