|
HDK
|
#include <weightedIterator.h>
Public Attributes | |
| const VdfIndexedWeights * | weights |
| The vector of weights we are iterating over. More... | |
| size_t | currentIndex |
| The current iterator index into the VdfIndexedWeights above. More... | |
The information held per weight slot in a weighted iterator.
Definition at line 29 of file weightedIterator.h.
| size_t Vdf_WeightSlot::currentIndex |
The current iterator index into the VdfIndexedWeights above.
Definition at line 35 of file weightedIterator.h.
| const VdfIndexedWeights* Vdf_WeightSlot::weights |
The vector of weights we are iterating over.
Definition at line 32 of file weightedIterator.h.