Files are created lazily, so TextOutput can be passed as arguments to functions that might not produce output.
IMP::atom::write_pdb(particles, "path/to/file.pdb");
IMP::atom::write_pdb(particles, my_fstream);
Public Member Functions | |
std::string | get_name () const |
TextOutput (std::ostream &out, std::string name="C++ stream") | |
TextOutput (std::string file_name) |