IMP
2.2.1
The Integrative Modeling Platform
IMP Mainpage
All IMP Modules
Related Pages
Modules
Namespaces
Classes
Files
Examples
Indexes
File List
File Members
display.h
Go to the documentation of this file.
1
/**
2
* \file IMP/display.h
3
* \brief A container which has pairs which ensure a set is connected
4
*
5
* Copyright 2007-2014 IMP Inventors. All rights reserved.
6
*/
7
8
#ifndef IMP_DISPLAY_H
9
#define IMP_DISPLAY_H
10
#include <
IMP/display/ChimeraWriter.h
>
11
#include <
IMP/display/Color.h
>
12
#include <
IMP/display/Colored.h
>
13
#include <
IMP/display/FilterGeometry.h
>
14
#include <
IMP/display/GeometryProcessor.h
>
15
#include <
IMP/display/GeometrySet.h
>
16
#include <
IMP/display/LogOptimizerState.h
>
17
#include <
IMP/display/PymolWriter.h
>
18
#include <
IMP/display/Writer.h
>
19
#include <
IMP/display/declare_Geometry.h
>
20
#include <
IMP/display/display_macros.h
>
21
#include <
IMP/display/geometry.h
>
22
#include <
IMP/display/geometry_macros.h
>
23
#include <
IMP/display/particle_geometry.h
>
24
#include <
IMP/display/primitive_geometries.h
>
25
#include <
IMP/display/python_only.h
>
26
#include <
IMP/display/restraint_geometry.h
>
27
#include <
IMP/display/writer_macros.h
>
28
#endif
/* IMP_DISPLAY_H */
Colored.h
A decorator for a particle with a color.
FilterGeometry.h
Implement FilterGeometry.
restraint_geometry.h
Represent an XYZR restraint with a sphere.
LogOptimizerState.h
Write geometry to a file during optimization.
geometry_macros.h
macros for display classes
declare_Geometry.h
Implement geometry for the basic shapes from IMP.algebra.
python_only.h
Build dependency graphs on models.
writer_macros.h
macros for display classes
primitive_geometries.h
Implement geometry for the basic shapes from IMP.algebra.
ChimeraWriter.h
A writer for Chimera python files.
Writer.h
Base class for writing geometry to a file.
particle_geometry.h
Represent an XYZR particle with a sphere.
display_macros.h
macros for display classes
PymolWriter.h
Implement PymolWriter.
Color.h
Represent a color.
GeometryProcessor.h
Implement GeometryProcessor.
geometry.h
Backwards compatibility header.
GeometrySet.h
Implement geometry for the basic shapes from IMP.algebra.