MCPcopy Create free account
hub / github.com/Kitware/VTK / InitializeInternal

Method InitializeInternal

Common/DataModel/vtkDataObjectTreeIterator.cxx:310–314  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 1

GoToFirstItemMethod · 0.95

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected