34#ifndef TTA_ASCII_IMAGE_WRITER_HH
35#define TTA_ASCII_IMAGE_WRITER_HH
50 virtual void writeImage(std::ostream& stream)
const;
57 std::ostream& stream,
int length,
bool padEnd =
false)
const;
60 std::ostream& stream,
int length,
bool padEnd =
false)
const;
int rowLength_
The length of a row in the output.
const BitVector & bits_
The bits to be written.
virtual ~AsciiImageWriter()
unsigned int nextBitIndex_
The index of the next bit to be written.
const BitVector & bits() const
void writeSequence(std::ostream &stream, int length, bool padEnd=false) const
void writeHexSequence(std::ostream &stream, int length, bool padEnd=false) const
virtual void writeImage(std::ostream &stream) const