IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
IMP::display::WriterAdaptor Class Reference

#include <IMP/display/Writer.h>

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

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 143 of file Writer.h.

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
 

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