IMP
2.4.0
The Integrative Modeling Platform
|
#include <IMP/em2d/ProjectionParameters.h>
Decorator for particles representing the parameters Rotation and translation. In this cases, the translation is the translation to apply to the model in 3D, in order to perform the registration
Definition at line 23 of file ProjectionParameters.h.
Public Member Functions | |
ProjectionParameters (::IMP::kernel::Model *m,::IMP::kernel::ParticleIndex id) | |
ProjectionParameters (const IMP::kernel::ParticleAdaptor &d) | |
bool | get_parameters_optimized () const |
Get whether the parameters are optimized. More... | |
double | get_quaternion_1 () const |
Get and set functions for the parameters. More... | |
double | get_quaternion_2 () const |
double | get_quaternion_3 () const |
double | get_quaternion_4 () const |
algebra::Rotation3D | get_rotation () const |
algebra::Vector3D | get_translation () const |
double | get_translation_x () const |
double | get_translation_y () const |
void | set_parameters_optimized (bool tf) const |
Set whether the parameters are optimized. More... | |
void | set_proper_ranges_for_keys (kernel::Model *m, const algebra::Vector3D &min_translation_values, const algebra::Vector3D &max_translation_values) |
void | set_quaternion_1 (double t) |
void | set_quaternion_2 (double t) |
void | set_quaternion_3 (double t) |
void | set_quaternion_4 (double t) |
void | set_rotation (const algebra::Rotation3D &R) |
void | set_translation (const algebra::Vector3D &v) |
void | set_translation_x (double t) |
void | set_translation_y (double t) |
void | show (std::ostream &out=std::cout) const |
Public Member Functions inherited from IMP::kernel::Decorator | |
bool | get_is_valid () const |
Model * | get_model () const |
Returns the Model containing the particle. More... | |
Particle * | get_particle () const |
Returns the particle decorated by this decorator. More... | |
ParticleIndex | get_particle_index () const |
Returns the particle index decorated by this decorator. More... | |
operator Particle * () const | |
operator ParticleIndex () const | |
Particle * | operator-> () const |
Static Public Member Functions | |
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 set of projection parameters. More... | |
static const FloatKeys & | get_keys () |
Keys of the decorator. More... | |
static ProjectionParameters | setup_particle (IMP::kernel::ParticleAdaptor decorator) |
static ProjectionParameters | setup_particle (kernel::Model *m, ParticleIndex pi) |
Additional Inherited Members | |
Protected Member Functions inherited from IMP::kernel::Decorator | |
Decorator (Model *m, ParticleIndex pi) | |
Decorator (ParticleAdaptor p) | |
|
static |
Return true if the particle is a set of projection parameters.
|
static |
Keys of the decorator.
bool IMP::em2d::ProjectionParameters::get_parameters_optimized | ( | ) | const |
Get whether the parameters are optimized.
Definition at line 48 of file ProjectionParameters.h.
double IMP::em2d::ProjectionParameters::get_quaternion_1 | ( | ) | const |
Get and set functions for the parameters.
Definition at line 90 of file ProjectionParameters.h.
void IMP::em2d::ProjectionParameters::set_parameters_optimized | ( | bool | tf | ) | const |
Set whether the parameters are optimized.
Definition at line 83 of file ProjectionParameters.h.
void IMP::em2d::ProjectionParameters::set_proper_ranges_for_keys | ( | kernel::Model * | m, |
const algebra::Vector3D & | min_translation_values, | ||
const algebra::Vector3D & | max_translation_values | ||
) |
ranges for the keys. Only adjust the translations, the rotations are self adjusted
|
static |
Setup the particle so it can be used with this decorator.
Definition at line 28 of file ProjectionParameters.h.