BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ImageTypes.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_IMAGE_TYPES_H__
18 #define __BUSBOY_IMAGE_TYPES_H__
19 
20 #include <string>
21 
22 namespace BUSBOY {
23 
24 
29 class ImageTypes {
30 
31  public :
32  enum Type {
36  PAN,
37 
41  MS,
42 
47 
52 
57 
62 
66  RED,
67 
71  GRN,
72 
76  BLU,
77 
82  };
83 
84 
92  static Type enumFromString(std::string strType);
93 
102  static std::string enumToString(Type type);
103 
107  static DataKeyElement toImageType(Type type);
108 
109 };
110 
111 }
112 #endif
113 
114 
115 

Copyright 2014 Google Inc. All rights reserved.