1 #ifndef FLIPPINGGRAYCODEBITS_H
2 #define FLIPPINGGRAYCODEBITS_H
34 size_t next(
size_t index);
std::vector< int > currentPosition
Returns the bits flipped in a Graycode sequence.
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()