IMP  2.3.0
The Integrative Modeling Platform
writer_macros.h File Reference

macros for display classes More...

#include "Writer.h"
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
+ Include dependency graph for writer_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMP_TEXT_WRITER(Name)
 Define information for an TextWriter object. More...
 
#define IMP_WRITER(Name)
 

Detailed Description

macros for display classes

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file writer_macros.h.

Macro Definition Documentation

#define IMP_TEXT_WRITER (   Name)

Define information for an TextWriter object.

This macro declares the methods do_open, do_close, add_geometry and show, and defines the destructor and get_version_info.

Definition at line 18 of file writer_macros.h.