home
about
news
download
doc
source
systems
tests
bugs
contact
IMP Reference Guide
develop.eb1b99edaa,2026/06/22
The Integrative Modeling Platform
IMP Manual
Reference Guide
Tutorial Index
Modules
Classes
Examples
include
IMP
algebra
version 20260622.develop.eb1b99edaa
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>
12
#include <
IMP/algebra/geometric_primitive_macros.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 */
vectord_macros.h
Various helper macros for the VectorD class.
geometric_primitive_macros.h
Various important macros for implementing geometry.