IMP
2.2.0
The Integrative Modeling Platform
|
Various important macros for implementing decorators. More...
Go to the source code of this file.
Macros | |
#define | IMP_ATOM_TYPE_INDEX 8974343 |
#define | IMP_FORCE_FIELD_PARAMETERS(Name) IMP_OBJECT_NO_WARNING(Name) |
Define the basic things you need for a ForceFieldParameters. More... | |
#define | IMP_HIERARCHY_TYPE_INDEX 90784335 |
#define | IMP_MOL2_SELECTOR(Name, selected, show) |
Define the basic things you need for a mol2 selector. More... | |
#define | IMP_RESIDUE_TYPE_INDEX 90784334 |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file atom_macros.h.
#define IMP_FORCE_FIELD_PARAMETERS | ( | Name | ) | IMP_OBJECT_NO_WARNING(Name) |
In addition to the methods done by all the macros, it declares
Definition at line 22 of file atom_macros.h.
#define IMP_MOL2_SELECTOR | ( | Name, | |
selected, | |||
show | |||
) |
In addition to the methods defined/declared by IMP_OBJECT, it defines:
Definition at line 31 of file atom_macros.h.