IMP
2.0.1
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(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_PDB_SELECTOR(Name, parent, selected, show) |
Define the basic things you need for a pdb selector. More... | |
#define | IMP_RESIDUE_TYPE_INDEX 90784334 |
#define | IMP_SIMULATOR(Name) |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file atom_macros.h.
#define IMP_FORCE_FIELD_PARAMETERS | ( | Name | ) | IMP_OBJECT(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 48 of file atom_macros.h.
#define IMP_PDB_SELECTOR | ( | Name, | |
parent, | |||
selected, | |||
show | |||
) |
In addition to the methods defined/declared by IMP_OBJECT, it defines:
Definition at line 32 of file atom_macros.h.
#define IMP_SIMULATOR | ( | Name | ) |
Add the methods needed for a Simulator
Definition at line 57 of file atom_macros.h.