![]() |
Rosetta Protocols
2014.16.56682
|
#include <IgnoreSubsetConstraintSet.hh>
Private Types | |
| typedef core::scoring::constraints::ConstraintSetOP | ConstraintSetOP |
Private Attributes | |
| std::set< int > | ignore_list_ |
Additional Inherited Members | |
Public Types inherited from core::scoring::constraints::ConstraintSet | |
| typedef id::AtomID | AtomID |
| typedef id::DOF_ID | DOF_ID |
| typedef conformation::Residue | Residue |
| typedef pose::Pose | Pose |
| typedef utility::vector1 < ResidueConstraintsOP > | ResiduePairConstraints |
| typedef ResidueConstraints::const_iterator | ResiduePairConstraintsIterator |
Protected Member Functions inherited from core::scoring::constraints::ConstraintSet | |
| virtual void | deprecated_eval_atom_derivative_for_residue_pairs (id::AtomID const &atom_id, pose::Pose const &pose, ScoreFunction const &, EnergyMap const &weights, Vector &F1, Vector &F2) const |
| void | mark_revision_id_expired () |
| ResiduePairConstraints const & | residue_pair_constraints () const |
| Constraints const & | non_residue_pair_constraints () const |
|
private |
| protocols::comparative_modeling::IgnoreSubsetConstraintSet::IgnoreSubsetConstraintSet | ( | IgnoreSubsetConstraintSet const & | other | ) |
constructor. Does nothing.
Referenced by clone().
| protocols::comparative_modeling::IgnoreSubsetConstraintSet::IgnoreSubsetConstraintSet | ( | std::set< int > | residues_to_ignore, |
| ConstraintSet const & | other | ||
| ) |
|
inlinevirtual |
Reimplemented from core::scoring::constraints::ConstraintSet.
References IgnoreSubsetConstraintSet().
Returns true if we're supposed to ignore this sequence position, false otherwise.
References ignore_list_.
Referenced by residue_pair_constraint_exists(), residue_pair_energy(), setup_for_minimizing_for_residue(), and setup_for_minimizing_for_residue_pair().
| std::set< int > protocols::comparative_modeling::IgnoreSubsetConstraintSet::ignore_list | ( | ) | const |
References ignore_list_.
| void protocols::comparative_modeling::IgnoreSubsetConstraintSet::ignore_residue | ( | int const | pos | ) |
References ignore_list_.
|
inlinevirtual |
Reimplemented from core::scoring::constraints::ConstraintSet.
References ignore().
|
virtual |
Reimplemented from core::scoring::constraints::ConstraintSet.
References ignore(), and core::conformation::Residue::seqpos().
|
virtual |
Allow the parent class implementation to add the residue constraints for this residue to the res_data_cache if this residue is not being ignored.
Reimplemented from core::scoring::constraints::ConstraintSet.
References ignore(), and core::conformation::Residue::seqpos().
|
virtual |
Allow the parent class implenetation to add the residue-pair constraints for this residue pair to the respair_data_cache if neither residues are being ignored.
Reimplemented from core::scoring::constraints::ConstraintSet.
References ignore(), and core::conformation::Residue::seqpos().
|
private |
Referenced by ignore(), ignore_list(), and ignore_residue().
1.8.7