8 #ifndef IMPATOM_CHAIN_H
9 #define IMPATOM_CHAIN_H
11 #include <IMP/atom/atom_config.h>
16 IMPATOM_BEGIN_NAMESPACE
26 if (!Hierarchy::get_is_setup(m, pi)) {
32 do_setup_particle(m, pi, std::string(1, c));
36 do_setup_particle(m, pi, o.
get_id());
46 return m->get_has_attribute(get_id_key(), pi) &&
57 IMPATOM_DEPRECATED_FUNCTION_DECL(2.2)
58 char get_id_char()
const {
74 IMPATOMEXPORT Chain
get_chain(Hierarchy h);
Import IMP/kernel/Decorator.h in the namespace.
ParticleIndex get_particle_index() const
Chain get_chain(Hierarchy h)
#define IMP_DECORATOR_METHODS(Name, Parent)
Model * get_model() const
Returns the Model containing the particle.
static bool get_is_setup(kernel::Model *m, kernel::ParticleIndex p)
std::string get_id() const
Return the chain id.
Import IMP/kernel/macros.h in the namespace.
Type get_attribute(TypeKey attribute_key, ParticleIndex particle)
Decorator for helping deal with a hierarchy of molecules.
The standard decorator for manipulating molecular structures.
static Hierarchy setup_particle(kernel::Model *m, kernel::ParticleIndex pi, kernel::ParticleIndexesAdaptor children=kernel::ParticleIndexesAdaptor())
void set_id(std::string c)
Set the chain id.
void set_attribute(TypeKey attribute_key, ParticleIndex particle, Type value)
void add_attribute(TypeKey attribute_key, ParticleIndex particle, Type value)
Store info for a chain of a protein.
std::string get_chain_id(Hierarchy h)
#define IMP_DECORATOR_SETUP_1(Name, FirstArgumentType, first_argument_name)
#define IMP_DECORATORS(Name, PluralName, Parent)
Define the types for storing sets of decorators.
Class for storing model, its restraints, constraints, and particles.