1 #include "../misc/flippinggraycodebits.h"
23 size_t result =
next(0);
48 result =
next(index+1);
std::vector< int > currentPosition
std::vector< size_t > startElement
size_t current() const
Returns the index of the current flipping bit.
size_t next()
Returns the index of the next flipping bit.
virtual ~GraycodeSequence()