IMP logo
IMP Reference Guide  develop.eb1b99edaa,2026/06/22
The Integrative Modeling Platform
algebra/GeometricPrimitiveD.h
Go to the documentation of this file.
1 /**
2  * \file IMP/algebra/GeometricPrimitiveD.h
3  * \brief Base class for geometric types.
4  *
5  * Copyright 2007-2026 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPALGEBRA_GEOMETRIC_PRIMITIVE_D_H
10 #define IMPALGEBRA_GEOMETRIC_PRIMITIVE_D_H
11 
12 #include <IMP/algebra/algebra_config.h>
14 
15 IMPALGEBRA_BEGIN_NAMESPACE
16 
17 IMPALGEBRA_DEPRECATED_HEADER(2.25, "Use IMP/GeometricPrimitiveD.h instead")
18 
19 using IMP::GeometricPrimitiveD;
20 
21 IMPALGEBRA_END_NAMESPACE
22 
23 #endif /* IMPALGEBRA_GEOMETRIC_PRIMITIVE_D_H */
Base class for geometric types.