1 #ifndef SurveyInputTextReader_h 2 #define SurveyInputTextReader_h 22 typedef std::pair<align::ID, align::StructureType>
UniqueId;
24 typedef std::map<UniqueId, align::Scalars>
MapType;
25 typedef std::pair<UniqueId, align::Scalars>
PairType;
void readFile(const std::string &textFileName)
Read given text file.
std::map< UniqueId, align::Scalars > MapType
const MapType & UniqueIdMap() const
std::pair< UniqueId, align::Scalars > PairType
std::pair< align::ID, align::StructureType > UniqueId