IMP logo
IMP Reference Guide  develop.cb6747d2d1,2024/03/28
The Integrative Modeling Platform
atom_macros.h
Go to the documentation of this file.
1 /**
2  * \file IMP/atom/atom_macros.h
3  * \brief Macros for maintaining molecular hierarchies.
4  *
5  * Copyright 2007-2022 IMP Inventors. All rights reserved.
6  *
7  */
8 
9 #ifndef IMPATOM_MACROS_H
10 #define IMPATOM_MACROS_H
11 
12 #define IMP_ATOM_TYPE_INDEX 8974343
13 #define IMP_RESIDUE_TYPE_INDEX 90784334
14 #define IMP_HIERARCHY_TYPE_INDEX 90784335
15 #define IMP_CHAIN_TYPE_INDEX 90784336
16 
17 #endif /* IMPATOM_MACROS_H */