
#include <treeStrategy_3dTorus_minBytesHops.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 builds a container of SpanningTreeVertices from the input data and delegates the actual tree building to another specialization.
Definition at line 51 of file treeStrategy_3dTorus_minBytesHops.h.
| virtual SpanningTreeVertex* topo::topo::SpanningTreeStrategy_3dTorus_minBytesHops< Iterator, vtxType >::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 54 of file treeStrategy_3dTorus_minBytesHops.h.
References topo::SpanningTreeStrategy_3dTorus_minBytesHops< Iterator, ValueType >::buildNextGen(), and topo::SpanningTreeVertex::id.

1.5.5