Go to the documentation of this file.
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;
const BitVector & bits_
The bits to be written.
unsigned int nextBitIndex_
The index of the next bit to be written.
AsciiImageWriter(const BitVector &bits, int rowLength)
int rowLength_
The length of a row in the output.
void writeSequence(std::ostream &stream, int length, bool padEnd=false) const
virtual void writeImage(std::ostream &stream) const
virtual ~AsciiImageWriter()
void writeHexSequence(std::ostream &stream, int length, bool padEnd=false) const
const BitVector & bits() const