24 out << _length_getter <<
" " 25 << _element_getter <<
" ";
37 in >> _length_getter >> _element_getter;
48 _length_getter = remap.
map_from(_length_getter);
49 _element_getter = remap.
map_from(_element_getter);
This class manages a mapping of integers to integers.
void idf_output_string(ostream &out, const string &str, char whitespace)
Writes the indicated string to the output file.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void idf_input_string(istream &in, string &str)
Reads the given string from the input file, as previously written by output_string().
void output(std::ostream &out) const
Formats the component for output to a data file.
void output(std::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 input(std::istream &in)
Reads the data file as previously formatted by output().
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void input(std::istream &in)
Reads the data file as previously formatted by output().
int map_from(int from) const
Returns the integer that the given 'from' integer had been set to map to, or the same integer if noth...