19 std::string InterrogateComponent::_empty_string;
    27   out << _alt_names.size() << 
" ";
    29   Strings::const_iterator vi;
    30   for (vi = _alt_names.begin(); vi != _alt_names.end(); ++vi) {
    44   _alt_names.reserve(num_alt_names);
    45   for (
int i = 0; i < num_alt_names; ++i) {
    48     _alt_names.push_back(alt_name);
 void idf_output_string(ostream &out, const string &str, char whitespace)
Writes the indicated string to the output file.
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.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void input(std::istream &in)
Reads the data file as previously formatted by output().
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.