42#ifndef _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTE_H
43#define _SOURCECATALOG_SOURCEATTRIBUTES_TABLEROWATTRIBUTE_H
49namespace SourceCatalog {
Attribute interface extended by all source attributes.
Store the Right Ascension (Ra) and Delination (Dec) of a source in decimal degrees,...
Source attribute which can be used to retrieve the table row used to create the source.
virtual ~TableRowAttribute()=default
Destructor.
const Table::Row & getRow() const
Returns the table row.
Represents one row of a Table.