libopenraw
xtranspattern.hpp
1/*
2 * libopenraw - xtranspattern.h
3 *
4 * Copyright (C) 2012 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#ifndef OR_INTERNALS_XTRANSPATTERN_H_
22#define OR_INTERNALS_XTRANSPATTERN_H_
23
24#include "cfapattern.hpp"
25
26namespace OpenRaw {
27namespace Internals {
28
32class XTransPattern
33 : public CfaPattern
34{
35public:
36 static const XTransPattern* xtransPattern();
37
38protected:
39 XTransPattern();
40};
41
42}
43}
44#endif
45/*
46 Local Variables:
47 mode:c++
48 c-file-style:"stroustrup"
49 c-file-offsets:((innamespace . 0))
50 tab-width:2
51 c-basic-offset:2
52 indent-tabs-mode:nil
53 fill-column:80
54 End:
55*/
CIFF is the container for CRW files. It is an attempt from Canon to make this a standard....
Definition arwfile.cpp:30