------------------------------------------------------------------------------
| 308 | |
| 309 | //------------------------------------------------------------------------------ |
| 310 | void vtkDataObjectTreeIterator::InitializeInternal() |
| 311 | { |
| 312 | this->SetCurrentFlatIndex(0); |
| 313 | this->Internals->Iterator->Initialize(this->Reverse != 0, this->DataSet); |
| 314 | } |
| 315 | |
| 316 | //------------------------------------------------------------------------------ |
| 317 | void vtkDataObjectTreeIterator::GoToFirstItem() |
no test coverage detected