BusBoy
2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
cpp
api
catalog
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
46
MS_MASK
,
47
51
RGB_PS
,
52
56
NIR_PS
,
57
61
RGB_THUMB
,
62
66
RED
,
67
71
GRN
,
72
76
BLU
,
77
81
NIR
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
Tue Nov 11 2014 23:19:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.