libopenraw  0.3.7
xtranspattern.hpp
1 /*
2  * libopenraw - xtranspattern.h
3  *
4  * Copyright (C) 2012-2020 Hubert Figuière
5  *
6  * This library is free software: you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public License
8  * as published by the Free Software Foundation, either version 3 of
9  * the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library. If not, see
18  * <http://www.gnu.org/licenses/>.
19  */
20 
21 #pragma once
22 
23 #include "mosaicinfo.hpp"
24 
25 namespace OpenRaw {
26 namespace Internals {
27 
42  : public MosaicInfo
43 {
44 public:
46  static const XTransPattern* xtransPattern();
47 
48 protected:
49  XTransPattern();
50 };
51 
54 }
55 }
56 /*
57  Local Variables:
58  mode:c++
59  c-file-style:"stroustrup"
60  c-file-offsets:((innamespace . 0))
61  tab-width:2
62  c-basic-offset:2
63  indent-tabs-mode:nil
64  fill-column:80
65  End:
66 */
The X-Trans CMOS 6x6 pattern starting with the Fuji X-Pro1.
static const XTransPattern * xtransPattern()
Return the X-Trans pattern singleton.
Info on the mosaic for the Colour Filter Array.
Definition: mosaicinfo.hpp:33
Global namespace for libopenraw.
Definition: arwfile.cpp:29