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

Method SetCollection

Common/Core/vtkCollectionIterator.cxx:38–42  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

36
37//------------------------------------------------------------------------------
38void vtkCollectionIterator::SetCollection(vtkCollection* collection)
39{
40 vtkSetObjectBodyMacro(Collection, vtkCollection, collection);
41 this->GoToFirstItem();
42}
43
44//------------------------------------------------------------------------------
45void vtkCollectionIterator::GoToFirstItem()

Callers 2

NewIteratorMethod · 0.45

Calls 1

GoToFirstItemMethod · 0.95

Tested by

no test coverage detected