#include "../core/coords.h"#include "minimol_data.h"Go to the source code of this file.
Classes | |
| class | clipper::MAtom |
| MiniMol atom object. More... | |
| class | clipper::MMonomer |
| MiniMol monomer (e.g. residue) object. More... | |
| class | clipper::MPolymer |
| MiniMol polymer (e.g. chain) object. More... | |
| class | clipper::MModel |
| MiniMol model object. More... | |
| class | clipper::MiniMol |
| MiniMol lightweight coordinate model object. More... | |
Namespaces | |
| namespace | clipper |
| namespace | clipper::MM |
dummy namespace to hold search modes | |
Typedefs | |
| typedef MMonomer | clipper::MResidue |
| MResidue: an alternative name for an MMonomer. | |
| typedef MPolymer | clipper::MChain |
| MChain: an alternative name for an MPolymer. | |
Enumerations | |
| enum | MODE { UNIQUE, ANY } |
| enum | COPY { COPY_NONE, COPY_M, COPY_P, COPY_MP, COPY_C, COPY_MC, COPY_PC, COPY_MPC, MEMBERS = COPY_M, PROPERTIES = COPY_P, CHILDREN = COPY_C } |
Header file for atomic model types
1.6.1