SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#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. More... | |
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 39 of file ImageSource.h.
typedef boost::variant<bool, char, int64_t, double, std::string> SourceXtractor::MetadataEntry::value_t |
Definition at line 40 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 45 of file ImageSource.h.
value_t SourceXtractor::MetadataEntry::m_value |
Definition at line 42 of file ImageSource.h.
Referenced by SourceXtractor::FitsImageSource::setMetadata().