27 #ifndef MPBLOCKS_BTPS_NODE_H_
28 #define MPBLOCKS_BTPS_NODE_H_
36 template <
typename Traits>
double cumweight
cumulative weight of children
uint32_t count
count of subtree descendants
this type is not required by the interface, but if you just need a simple node type then this one wil...
double weight
the weight of this node
NodeRef parent
only needed if we want removal
BasicNode(double weight=0)