tychoBCGEN  0.5
 All Data Structures Namespaces Files Functions Variables
image_stack.h
Go to the documentation of this file.
1 #ifndef IMAGE_STACK_H
2 #define IMAGE_STACK_H
3 
4 #include <QImage>
5 
6 class image_stack{
7 
8 public:
9 
10  QVector<QImage> imagestack;
11  QImage image;
12  QImage image1;
13 
14  QImage wind_emitter;
16 
17 };
18 
19 #endif // IMAGE_STACK_H