My Project
 All Classes Files Functions Variables Enumerations Enumerator Friends Macros Pages
Flatfield.h
1 #ifndef GCP_GRABBER_FLATFIELD_H
2 #define GCP_GRABBER_FLATFIELD_H
3 
11 namespace gcp {
12  namespace grabber {
13 
14  class Flatfield {
15  public:
16 
17  enum {
18  FLATFIELD_NONE,
19  FLATFIELD_ROW,
20  FLATFIELD_IMAGE
21  };
22 
23  }; // End class Flatfield
24 
25  } // End namespace grabber
26 } // End namespace gcp
27 
28 
29 
30 #endif // End #ifndef GCP_GRABBER_FLATFIELD_H
Definition: Flatfield.h:14