42#ifndef _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTEFROMROW_H
43#define _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTEFROMROW_H
48namespace SourceCatalog {
Interface for building a source Attribute from a table Row.
Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees,...
Implementation of the AttributeFromRow interfaces for the TableRowAttribute.
std::unique_ptr< Attribute > createAttribute(const Euclid::Table::Row &row) override
Create a TableRowAttribute from the given row.
virtual ~TableRowAttributeFromRow()=default
Destructor.
Represents one row of a Table.