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::prefix
std::string prefix
Definition: qpixmapdumper.h:11
QPixmapDumper::format
std::string format
Definition: qpixmapdumper.h:12
QPixmapDumper::frame
int frame
Definition: qpixmapdumper.h:16
QPixmapDumper::reset
void reset()
Definition: qpixmapdumper.cpp:12
QPixmapDumper
Definition: qpixmapdumper.h:8
QPixmapDumper::counter
int counter
Definition: qpixmapdumper.h:14
QPixmapDumper::dump
bool dump(const QPixmap &pixmap)
Definition: qpixmapdumper.cpp:20
QPixmapDumper::cycles
int cycles
Definition: qpixmapdumper.h:15
QPixmapDumper::QPixmapDumper
QPixmapDumper(std::string prefix, int cycles)
Definition: qpixmapdumper.cpp:5


openslam_gmapping
Author(s): Cyrill Stachniss, Udo Frese, Giorgio Grisetti, Wolfram Burgard
autogenerated on Thu Oct 19 2023 02:25:51