ReFRACtor
|
Defines a simple mechanism by where a specific dataset from a HDF file is read along with some sort of identifer to obtain an index that should be used for extracting data. More...
#include <observation_id.h>
Public Member Functions | |
ObservationId (const boost::shared_ptr< HdfFile > &input, const std::string &dataset_name, const T &identifier) | |
int | data_index () const |
Defines a simple mechanism by where a specific dataset from a HDF file is read along with some sort of identifer to obtain an index that should be used for extracting data.
Definition at line 13 of file observation_id.h.
ObservationId::ObservationId | ( | const boost::shared_ptr< HdfFile > & | input, |
const std::string & | dataset_name, | ||
const T & | identifier | ||
) |
Definition at line 7 of file observation_id.cc.
|
inline |
Definition at line 16 of file observation_id.h.