IMP logo
IMP Reference Guide  develop.eb1b99edaa,2026/06/22
The Integrative Modeling Platform
algebra_macros.h
Go to the documentation of this file.
1 /**
2  * \file IMP/algebra/algebra_macros.h
3  *
4  * Copyright 2007-2026 IMP Inventors. All rights reserved.
5  *
6  */
7 
8 #ifndef IMPALGEBRA_ALGEBRA_MACROS_H
9 #define IMPALGEBRA_ALGEBRA_MACROS_H
10 
11 #include <IMP/algebra/algebra_config.h>
13 #include <IMP/vectord_macros.h>
14 
15 IMPALGEBRA_BEGIN_NAMESPACE
16 
17 IMPALGEBRA_DEPRECATED_HEADER(
18  2.25, "Use IMP/vectord_macros.h or IMP/algebra/geometric_primitive_macros.h instead")
19 
20 IMPALGEBRA_END_NAMESPACE
21 
22 #endif /* IMPALGEBRA_ALGEBRA_MACROS_H */
Various helper macros for the VectorD class.
Various important macros for implementing geometry.