#include <treeStrategy_topoUnaware.h>
Public Member Functions | |
virtual SpanningTreeVertex * | buildNextGen (const Iterator firstVtx, const Iterator beyondLastVtx, const int maxBranches=2) |
Concrete builders should implement this (preferably only for the appropriate specializations). |
Simply stores the results in the parent vertex (in the container) too
Definition at line 40 of file treeStrategy_topoUnaware.h.
virtual SpanningTreeVertex* topo::topo::SpanningTreeStrategy_topoUnaware< Iterator, SpanningTreeVertex >::buildNextGen | ( | const Iterator | firstVtx, | |
const Iterator | beyondLastVtx, | |||
const int | maxBranches = 2 | |||
) | [inline, virtual] |
Concrete builders should implement this (preferably only for the appropriate specializations).
Implements topo::SpanningTreeStrategy< Iterator >.
Definition at line 43 of file treeStrategy_topoUnaware.h.
References topo::impl::buildNextGen_topoUnaware(), topo::SpanningTreeVertex::childIndex, and parent().