qpixmapdumper.h
Go to the documentation of this file.
1 #ifndef _QPIXMAPDUMPER_H_
2 #define _QPIXMAPDUMPER_H_
3 #include <qpixmap.h>
4 #include <qimage.h>
5 #include <string>
6 
7 
8 struct QPixmapDumper{
9  QPixmapDumper(std::string prefix, int cycles);
10  void reset();
11  std::string prefix;
12  std::string format;
13  bool dump(const QPixmap& pixmap);
14  int counter;
15  int cycles;
16  int frame;
17 };
18 
19 #endif
QPixmapDumper(std::string prefix, int cycles)
std::string format
Definition: qpixmapdumper.h:12
std::string prefix
Definition: qpixmapdumper.h:11
bool dump(const QPixmap &pixmap)


openslam_gmapping
Author(s): Giorgio Grisetti, Cyrill Stachniss, Wolfram Burgard
autogenerated on Mon Jun 10 2019 14:04:22