FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<typename T >
CompressedFitsFile::HeaderEntry::HeaderEntry
(
const string &
k
,
const T &
val
,
const string &
comm
)
inline
Regular constructor.
Parameters
key
the name of the keyword entry
value
its value
comment
an optionnal comment to be placed after the value
Definition at line
45
of file
fitsDecompressor.cc
.
47
:
_key
(k),
48
_value
(
""
),
49
_comment
(comm),
50
_fitsString
(
""
)
51
{
52
setValue
(val);
53
}
CompressedFitsFile::HeaderEntry::_comment
string _comment
the comment associated to the header entry
Definition:
fitsCompressor.cc:212
CompressedFitsFile::HeaderEntry::_value
string _value
the value of the header entry
Definition:
fitsCompressor.cc:211
CompressedFitsFile::HeaderEntry::setValue
void setValue(const T &val)
Definition:
fitsCompressor.cc:114
CompressedFitsFile::HeaderEntry::_key
string _key
the key (name) of the header entry
Definition:
fitsCompressor.cc:210
CompressedFitsFile::HeaderEntry::_fitsString
string _fitsString
the string that will be written to the fits file
Definition:
fitsCompressor.cc:213
CompressedFitsFile
HeaderEntry
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11