home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.20.2
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
version 2.20.2
display.h
Go to the documentation of this file.
1
/**
2
* \file IMP/display.h
3
* \brief Include all non-deprecated headers in IMP.display.
4
*
5
* Copyright 2007-2024 IMP Inventors. All rights reserved.
6
*/
7
8
#ifndef IMP_DISPLAY_H
9
#define IMP_DISPLAY_H
10
#include <
IMP/display/Color.h
>
11
#include <
IMP/display/Colored.h
>
12
#include <
IMP/display/FilterGeometry.h
>
13
#include <
IMP/display/GeometryProcessor.h
>
14
#include <
IMP/display/GeometrySet.h
>
15
#include <
IMP/display/LogOptimizerState.h
>
16
#include <
IMP/display/PymolWriter.h
>
17
#include <
IMP/display/Writer.h
>
18
#include <
IMP/display/declare_Geometry.h
>
19
#include <
IMP/display/display_macros.h
>
20
#include <
IMP/display/geometry.h
>
21
#include <
IMP/display/geometry_macros.h
>
22
#include <
IMP/display/particle_geometry.h
>
23
#include <
IMP/display/primitive_geometries.h
>
24
#include <
IMP/display/python_only.h
>
25
#include <
IMP/display/restraint_geometry.h
>
26
#include <
IMP/display/writer_macros.h
>
27
#endif
/* IMP_DISPLAY_H */
Colored.h
A decorator for a particle with a color.
FilterGeometry.h
Remove geometry which is not above a plane.
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.
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
Write a CGO file with the geometry.
Color.h
Represent a color.
GeometryProcessor.h
Provide a standard geometry processing framework.
geometry.h
Backwards compatibility header.
GeometrySet.h
Implement geometry for the basic shapes from IMP.algebra.