IMP
2.3.0
The Integrative Modeling Platform
|
Copy the derivatives from a coarse particle to its refined particles. More...
#include <IMP/core/DerivativesToRefined.h>
Inherits SingletonDerivativeModifier.
Copy the derivatives from a coarse particle to its refined particles.
Definition at line 29 of file DerivativesToRefined.h.
Public Member Functions | |
DerivativesToRefined (Refiner *r, FloatKeys ks=XYZ::get_xyz_keys()) | |
Copy ks to the particles returned by r. More... | |
virtual void | apply_index (kernel::Model *m, kernel::ParticleIndex a) const |
virtual void | apply_indexes (kernel::Model *m, const kernel::ParticleIndexes &o, unsigned int lower_bound, unsigned int upper_bound) const |
virtual kernel::ModelObjectsTemp | do_get_inputs (kernel::Model *m, const kernel::ParticleIndexes &pis) const |
virtual kernel::ModelObjectsTemp | do_get_outputs (kernel::Model *m, const kernel::ParticleIndexes &pis) const |
virtual std::string | get_type_name () const |
virtual ::IMP::base::VersionInfo | get_version_info () const |
IMP::core::DerivativesToRefined::DerivativesToRefined | ( | Refiner * | r, |
FloatKeys | ks = XYZ::get_xyz_keys() |
||
) |
Copy ks to the particles returned by r.