IMP
2.1.0
The Integrative Modeling Platform
|
Copy the derivatives from the particle to its refined particles. More...
#include <IMP/core/DerivativesToRefined.h>
Inherits SingletonDerivativeModifier.
Public Member Functions | |
DerivativesToRefined (Refiner *r, FloatKeys ks=XYZ::get_xyz_keys()) | |
Copy ks to the particles returned by r. | |
virtual void | apply_index (kernel::Model *m, kernel::ParticleIndex a) const |
virtual void | apply_indexes (kernel::Model *m, const 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 |
Definition at line 29 of file DerivativesToRefined.h.