MCPcopy Create free account
hub / github.com/LuxCoreRender/LuxCore / begin

Method begin

deps/openvdb-3.1.0/openvdb/util/PagedArray.h:379–379  ·  view source on GitHub ↗

@brief Return a non-const iterator pointing to the first element

Source from the content-addressed store, hash-verified

377
378 /// @brief Return a non-const iterator pointing to the first element
379 Iterator begin() { return Iterator(*this, 0); }
380
381 /// @brief Return a non-const iterator pointing to the
382 /// past-the-last element.

Callers 4

sortMethod · 0.95
invSortMethod · 0.95
mergeMethod · 0.45
operator()Method · 0.45

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected