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

Method begin

Common/DataModel/vtkDataObjectTreeRange.h:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 iterator begin() const { return DataObjectTreeIterator{ this->NewIterator() }; }
230
231 iterator end() const { return DataObjectTreeIterator{}; }
232

Callers

nothing calls this directly

Calls 1

NewIteratorMethod · 0.95

Tested by

no test coverage detected