|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <ImageSource.h>

Public Types | |
| typedef boost::variant< bool, char, int64_t, double, std::string > | value_t |
Public Attributes | |
| value_t | m_value |
| std::map< std::string, std::string > | m_extra |
| Additional metadata about the entry: i.e. comments. | |
Accepted values are bool, char, int64_t, double and string Other types must be promoted (i.e. int32_t => int64_t, float => double)
Definition at line 42 of file ImageSource.h.
| typedef boost::variant<bool, char, int64_t, double, std::string> SourceXtractor::MetadataEntry::value_t |
Definition at line 43 of file ImageSource.h.
| std::map<std::string, std::string> SourceXtractor::MetadataEntry::m_extra |
Additional metadata about the entry: i.e. comments.
Definition at line 48 of file ImageSource.h.
| value_t SourceXtractor::MetadataEntry::m_value |
Definition at line 45 of file ImageSource.h.
Referenced by SourceXtractor::FitsImageSource::setMetadata().