IMP
2.2.1
The Integrative Modeling Platform
|
A decorator for a residue with probability of secondary structure. More...
#include <IMP/atom/SecondaryStructureResidue.h>
Public Member Functions | |
SecondaryStructureResidue (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id) | |
SecondaryStructureResidue (const IMP::kernel::ParticleAdaptor &d) | |
Floats | get_all_probabilities () |
Return all probabilities in one vector. | |
kernel::Particle * | get_particle () const |
Float | get_prob_coil () const |
Float | get_prob_helix () const |
Float | get_prob_strand () const |
void | set_prob_coil (Float t) |
void | set_prob_helix (Float t) |
void | set_prob_strand (Float t) |
void | show (std::ostream &out=std::cout) const |
Public Member Functions inherited from IMP::kernel::Decorator | |
Model * | get_model () const |
Returns the Model containing the particle. | |
Particle * | get_particle () const |
ParticleIndex | get_particle_index () const |
operator Particle * () const | |
operator ParticleIndex () const | |
Particle * | operator-> () const |
Static Public Member Functions | |
static SecondaryStructureResidue | decorate_particle (::IMP::kernel::Particle *p) |
static bool | get_is_setup (const IMP::kernel::ParticleAdaptor &p) |
static bool | get_is_setup (kernel::Model *m, kernel::ParticleIndex pi) |
Return true if the particle is a secondary structure residue. | |
static FloatKey | get_prob_coil_key () |
static FloatKey | get_prob_helix_key () |
static FloatKey | get_prob_strand_key () |
static SecondaryStructureResidue | setup_particle (IMP::kernel::ParticleAdaptor decorator, Float prob_helix, Float prob_strand, Float prob_coil) |
static SecondaryStructureResidue | setup_particle (kernel::Model *m, ParticleIndex pi, Float prob_helix, Float prob_strand, Float prob_coil) |
static SecondaryStructureResidue | setup_particle (kernel::Particle *res_p) |
Set up SecondaryStructureResidue with default probabilities. | |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::kernel::Decorator | |
Decorator (Model *m, ParticleIndex pi) | |
Decorator (ParticleAdaptor p) | |
Contains probabilities for each sse type (helix, strand, coil)
Definition at line 26 of file SecondaryStructureResidue.h.
|
static |
Definition at line 44 of file SecondaryStructureResidue.h.
|
static |
Setup the particle so it can be used with this decorator.
Definition at line 46 of file SecondaryStructureResidue.h.