15 #include "interrogateMakeSeq.h"
16 #include "indexRemapper.h"
17 #include "interrogate_datafile.h"
29 idf_output_string(out, _seq_name);
30 idf_output_string(out, _num_name);
31 idf_output_string(out, _element_name);
44 idf_input_string(in, _seq_name);
45 idf_input_string(in, _num_name);
46 idf_input_string(in, _element_name);
This class manages a mapping of integers to integers.
void input(istream &in)
Reads the data file as previously formatted by output().
void input(istream &in)
Reads the data file as previously formatted by output().
void output(ostream &out) const
Formats the InterrogateMakeSeq data for output to a data file.
void remap_indices(const IndexRemapper &remap)
Remaps all internal index numbers according to the indicated map.
void output(ostream &out) const
Formats the component for output to a data file.