home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
2.20.0
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
display
version 2.20.0
geometry.h
Go to the documentation of this file.
1
/**
2
* \file IMP/display/geometry.h
3
* \brief Backwards compatibility header.
4
*
5
* Copyright 2007-2022 IMP Inventors. All rights reserved.
6
*/
7
8
#ifndef IMPDISPLAY_GEOMETRY_H
9
#define IMPDISPLAY_GEOMETRY_H
10
11
#include <IMP/display/display_config.h>
12
#include "
declare_Geometry.h
"
13
#include "
primitive_geometries.h
"
14
15
IMPDISPLAY_BEGIN_NAMESPACE
16
17
IMPDISPLAY_END_NAMESPACE
18
19
#endif
/* IMPDISPLAY_GEOMETRY_H */
declare_Geometry.h
Implement geometry for the basic shapes from IMP.algebra.
primitive_geometries.h
Implement geometry for the basic shapes from IMP.algebra.