CFEL - ASG Software Suite  2.5.0
CASS
image_generator.cpp
Go to the documentation of this file.
1 //Copyright (C) 2012 Lutz Foucar
2 
3 /**
4  * @file image_generator.cpp file contains a class for image generation
5  *
6  * @author Lutz Foucar
7  */
8 
9 #include <algorithm>
10 
11 #include "image_generator.h"
12 
13 #include "cass_event.h"
14 #include "cass_settings.h"
15 
16 using namespace std;
17 using namespace cass;
18 
19 
20 Registrar<DataGenerator,ImageGenerator> ImageGenerator::reg("Image");
21 
22 ImageGenerator::ImageGenerator()
23 {
24 }
25 
26 void ImageGenerator::load()
27 {
28  CASSSettings s;
29  s.beginGroup("ImageGenerator");
30 }
31 
32 void ImageGenerator::fill(CASSEvent& /*evt*/)
33 {
34 
35 }
Event to store all LCLS Data.
Definition: cass_event.h:32
helper struct that will add Derived to the factory map
file contains declaration of the CASSEvent
Settings for CASS.
Definition: cass_settings.h:30
STL namespace.
file contains a class for image generation
file contains specialized class that do the settings for cass
beginGroup(const QString &prefix)