LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
home
lsstsw
stack
Linux64
afw
11.0.rc2+4
include
lsst
afw
formatters
MaskedImageFormatter.h
Go to the documentation of this file.
1
// -*- lsst-c++ -*-
2
3
/*
4
* LSST Data Management System
5
* Copyright 2008, 2009, 2010 LSST Corporation.
6
*
7
* This product includes software developed by the
8
* LSST Project (http://www.lsst.org/).
9
*
10
* This program is free software: you can redistribute it and/or modify
11
* it under the terms of the GNU General Public License as published by
12
* the Free Software Foundation, either version 3 of the License, or
13
* (at your option) any later version.
14
*
15
* This program is distributed in the hope that it will be useful,
16
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
* GNU General Public License for more details.
19
*
20
* You should have received a copy of the LSST License Statement and
21
* the GNU General Public License along with this program. If not,
22
* see <http://www.lsstcorp.org/LegalNotices/>.
23
*/
24
25
#ifndef LSST_AFW_FORMATTERS_MASKEDIMAGEFORMATTER_H
26
#define LSST_AFW_FORMATTERS_MASKEDIMAGEFORMATTER_H
27
45
#include "
lsst/daf/base.h
"
46
#include "
lsst/daf/persistence.h
"
47
#include "
lsst/pex/policy/Policy.h
"
48
49
namespace
lsst {
50
namespace
afw {
51
namespace
formatters {
52
53
template
<
typename
ImagePixelT,
typename
MaskPixelT,
typename
VariancePixelT>
54
class
MaskedImageFormatter
:
public
lsst::daf::persistence::Formatter
{
55
public
:
56
virtual
~MaskedImageFormatter
(
void
);
57
58
virtual
void
write
(
59
lsst::daf::base::Persistable
const
* persistable,
60
lsst::daf::persistence::Storage::Ptr
storage,
61
lsst::daf::base::PropertySet::Ptr
additionalData
62
);
63
virtual
lsst::daf::base::Persistable
*
read
(
64
lsst::daf::persistence::Storage::Ptr
storage,
65
lsst::daf::base::PropertySet::Ptr
additionalData
66
);
67
virtual
void
update
(
68
lsst::daf::base::Persistable
* persistable,
69
lsst::daf::persistence::Storage::Ptr
storage,
70
lsst::daf::base::PropertySet::Ptr
additionalData
71
);
72
73
static
lsst::daf::persistence::Formatter::Ptr
createInstance
(
74
lsst::pex::policy::Policy::Ptr
policy
75
);
76
77
template
<
class
Archive>
78
static
void
delegateSerialize
(
79
Archive& ar,
80
unsigned
int
const
version,
81
lsst::daf::base::Persistable
* persistable
82
);
83
private
:
84
explicit
MaskedImageFormatter
(
lsst::pex::policy::Policy::Ptr
policy);
85
86
static
lsst::daf::persistence::FormatterRegistration
registration
;
87
};
88
89
}}}
// namespace lsst::afw::formatters
90
91
#endif
lsst.afw::formatters::MaskedImageFormatter::delegateSerialize
static void delegateSerialize(Archive &ar, unsigned int const version, lsst::daf::base::Persistable *persistable)
Definition:
MaskedImageFormatter.cc:187
lsst::daf::persistence::Formatter::Ptr
boost::shared_ptr< Formatter > Ptr
Definition:
Formatter.h:81
persistence.h
daf_persistence package header file
lsst::daf::base::PropertySet::Ptr
boost::shared_ptr< PropertySet > Ptr
Definition:
PropertySet.h:90
lsst.afw::formatters::MaskedImageFormatter::write
virtual void write(lsst::daf::base::Persistable const *persistable, lsst::daf::persistence::Storage::Ptr storage, lsst::daf::base::PropertySet::Ptr additionalData)
Definition:
MaskedImageFormatter.cc:123
lsst.afw::formatters::MaskedImageFormatter::read
virtual lsst::daf::base::Persistable * read(lsst::daf::persistence::Storage::Ptr storage, lsst::daf::base::PropertySet::Ptr additionalData)
Definition:
MaskedImageFormatter.cc:151
lsst::pex.policy::Policy::Ptr
boost::shared_ptr< Policy > Ptr
Definition:
Policy.h:172
lsst::daf::persistence::FormatterRegistration
Construct a static instance of this helper class to register a Formatter subclass in the FormatterReg...
Definition:
Formatter.h:138
lsst.afw::formatters::MaskedImageFormatter::createInstance
static lsst::daf::persistence::Formatter::Ptr createInstance(lsst::pex::policy::Policy::Ptr policy)
Definition:
MaskedImageFormatter.cc:202
base.h
lsst.afw::formatters::MaskedImageFormatter::registration
static lsst::daf::persistence::FormatterRegistration registration
Definition:
MaskedImageFormatter.h:86
lsst::daf::persistence::Formatter
Abstract base class for all formatters.
Definition:
Formatter.h:79
lsst::daf::persistence::Storage::Ptr
boost::shared_ptr< Storage > Ptr
Definition:
Storage.h:62
lsst.afw::formatters::MaskedImageFormatter::~MaskedImageFormatter
virtual ~MaskedImageFormatter(void)
Definition:
MaskedImageFormatter.cc:119
lsst.afw::formatters::MaskedImageFormatter
Class implementing persistence and retrieval for MaskedImages.
Definition:
MaskedImageFormatter.h:54
Policy.h
lsst::daf::base::Persistable
Base class for all persistable classes.
Definition:
Persistable.h:74
lsst.afw::formatters::MaskedImageFormatter::MaskedImageFormatter
MaskedImageFormatter(lsst::pex::policy::Policy::Ptr policy)
Definition:
MaskedImageFormatter.cc:111
lsst.afw::formatters::MaskedImageFormatter::update
virtual void update(lsst::daf::base::Persistable *persistable, lsst::daf::persistence::Storage::Ptr storage, lsst::daf::base::PropertySet::Ptr additionalData)
Definition:
MaskedImageFormatter.cc:176
Generated on Wed Sep 16 2015 13:35:24 for LSSTApplications by
1.8.5