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

Method InitTraversal

Common/DataModel/vtkCompositeDataIterator.cxx:33–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31
32//------------------------------------------------------------------------------
33void vtkCompositeDataIterator::InitTraversal()
34{
35 this->SetReverse(0);
36 this->GoToFirstItem();
37}
38
39//------------------------------------------------------------------------------
40void vtkCompositeDataIterator::InitReverseTraversal()

Callers

nothing calls this directly

Calls 1

GoToFirstItemMethod · 0.45

Tested by

no test coverage detected