| 
    IMP Reference Guide
    2.23.0
    
   The Integrative Modeling Platform 
   | 
 
#include <IMP/display/Writer.h>
 Inheritance diagram for IMP::display::WriterAdaptor:An adaptor for functions that should take a writer as an input. It can be implicitly constructed from either a Writer or a string. In the later case it determines what type of writer is needed from the file suffix.
Public Member Functions | |
| WriterAdaptor (std::string name) | |
| WriterAdaptor (Writer *w) | |
| Writer * | get_writer () const | 
| operator Writer * () const | |
| Writer * | operator-> () const | 
| void | show (std::ostream &out=std::cout) const |