Loading...
Searching...
No Matches
weightedIterator.h File Reference
+ Include dependency graph for weightedIterator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Vdf_WeightSlot
 The information held per weight slot in a weighted iterator. More...
 
class  Vdf_WeightSlotArray
 Array of weight slots for weighted iterators. More...
 
class  VdfWeightedIterator< IteratorType >
 This iterator can be used to iterate through an input that is weighted by one or more weight vectors. More...
 

Class Documentation

◆ Vdf_WeightSlot

struct Vdf_WeightSlot

The information held per weight slot in a weighted iterator.

Definition at line 29 of file weightedIterator.h.

Class Members
size_t currentIndex The current iterator index into the VdfIndexedWeights above.
const VdfIndexedWeights * weights The vector of weights we are iterating over.