IMP  2.0.1
The Integrative Modeling Platform
IMP::display::WriterAdaptor Class Reference

#include <IMP/display/Writer.h>

+ Inheritance diagram for IMP::display::WriterAdaptor:

Public Member Functions

 WriterAdaptor (std::string name)
 
 WriterAdaptor (Writer *w)
 
Writerget_writer () const
 
 operator Writer * () const
 
Writeroperator-> () const
 
void show (std::ostream &out=std::cout) const
 

Detailed Description

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.

Definition at line 157 of file Writer.h.


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