IMP logo
Public Member Functions
IMP::base::TextInput Class Reference

Detailed Description

A TextInput can be implicitly constructed from a C++ stream, a Python filelike object or a path to a file. As a result, those can be passed directly to functions which take a TextInput as an argument.

IMP::atom::read_pdb("path/to/file.pdb", m);
IMP::atom::read_pdb(my_fstream, m);
See also:
TextOutput

List of all members.

Public Member Functions

 TextInput (std::string file_name)
 TextInput (std::istream &out, std::string name="C++ stream")
std::string get_name () const
 operator bool_type () const
void show (std::ostream &out=std::cout) const

The documentation for this class was generated from the following file:

Generated on Tue May 22 2012 23:33:28 for IMP by doxygen 1.8.1