MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / begin

Method begin

opt_utils/src/json.cpp:543–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 }
542
543 Object::iterator Object::begin()
544 {
545 if (!children.empty())
546 return Object::iterator(&children.front());
547 else
548 return Object::iterator(NULL);
549 }
550 Object::const_iterator Object::begin() const
551 {
552 if (!children.empty())

Callers 15

medianFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
SkeletonDetectionMethod · 0.45
refineSkeletonJointsMethod · 0.45
select_rois_from_fileMethod · 0.45
select_rois_from_guiMethod · 0.45
computeMethod · 0.45

Calls 2

iteratorClass · 0.50
const_iteratorClass · 0.50

Tested by

no test coverage detected