|
| | MaxSeqSepConstraintSet (ConstraintSet const &other, core::kinematics::FoldTree const &f) |
| |
| | MaxSeqSepConstraintSet (MaxSeqSepConstraintSet const &other) |
| | constructor. Does nothing. More...
|
| |
| | ~MaxSeqSepConstraintSet () |
| | a ConstraintsSet whose constraints can be switched off, according to sequence separation in residues between residue pair constraints. More...
|
| |
| ConstraintSetOP | clone () const |
| |
| virtual ConstraintSetOP | remapped_clone (core::pose::Pose const &src, core::pose::Pose const &dest, core::id::SequenceMappingCOP smap=NULL) const |
| |
| Size | max_seq_sep () const |
| |
| void | set_max_seq_sep (Size setting) |
| |
| void | residue_pair_energy (Residue const &rsd1, Residue const &rsd2, Pose const &pose, core::scoring::ScoreFunction const &scorefxn, core::scoring::EnergyMap &emap) const |
| |
| bool | too_far (int const pos1, int const pos2) const |
| |
| Size | largest_possible_sequence_sep (core::pose::Pose const &pose) const |
| |
| bool | residue_pair_constraint_exists (int const pos1, int const pos2) const |
| |
| virtual void | setup_for_minimizing_for_residue_pair (core::conformation::Residue const &rsd1, core::conformation::Residue const &rsd2, core::pose::Pose const &pose, core::scoring::ScoreFunction const &sfxn, core::kinematics::MinimizerMapBase const &minmap, core::scoring::ResSingleMinimizationData const &res1_data_cache, core::scoring::ResSingleMinimizationData const &res2_data_cache, core::scoring::ResPairMinimizationData &respair_data_cache) const |
| | If a pair of residues are not too far, then let the parent class implementation add the constraints for this respair to the respair_data_cache. This is the only opportunity the MaxSeqSepConstraint set has to influence how constraints are evaluated during minimization. More...
|
| |
| Size | show_violations (std::ostream &out, core::pose::Pose &, Size verbose_level, core::Real threshold=1) |
| |
core::kinematics::ShortestPathInFoldTree
const & | shortest_path () const |
| |
| virtual void | eval_non_residue_pair_energy (core::pose::Pose const &pose, core::scoring::ScoreFunction const &sfxn, core::scoring::EnergyMap &emap) const |
| |
| | ConstraintSet () |
| |
| | ConstraintSet (ConstraintSet const &other) |
| |
| | ConstraintSet (ConstraintSet const &other, core::Size start_residue, core::Size end_residue) |
| |
| virtual | ~ConstraintSet () |
| |
| virtual ConstraintSetOP | steal_def_clone (pose::Pose const &src, pose::Pose const &dest, id::SequenceMappingCOP smap=NULL) const |
| |
| void | remap_residue_positions (id::SequenceMapping const &smap) |
| |
| virtual void | setup_for_minimizing_for_residue (conformation::Residue const &rsd, pose::Pose const &pose, ScoreFunction const &sfxn, kinematics::MinimizerMapBase const &minmap, ResSingleMinimizationData &res_data_cache) const |
| |
| virtual void | setup_for_scoring (pose::Pose &pose, ScoreFunction const &scfxn) const |
| |
| virtual void | setup_for_derivatives (pose::Pose &pose, ScoreFunction const &scfxn) const |
| |
| virtual void | deprecated_eval_atom_derivative (id::AtomID const &atom_id, pose::Pose const &pose, ScoreFunction const &, EnergyMap const &weights, Vector &F1, Vector &F2) const |
| |
| virtual void | eval_multibody_atom_derivative (id::AtomID const &atom_id, pose::Pose const &pose, ScoreFunction const &, EnergyMap const &weights, Vector &F1, Vector &F2) const |
| |
| virtual bool | residue_pair_constraints_exists (Size const pos) const |
| |
| virtual void | eval_intrares_energy (conformation::Residue const &rsd, pose::Pose const &pose, ScoreFunction const &sfxn, EnergyMap &emap) const |
| |
| void | eval_intrares_energy (conformation::Residue const &rsd, EnergyMap &emap) const |
| |
| void | add_constraint (ConstraintCOP cst) |
| |
| void | add_constraints (ConstraintCOPs cst_list) |
| |
| void | add_constraints (ConstraintSetCOP const cst_set) |
| |
| bool | remove_constraint (ConstraintCOP cst, bool object_comparison) |
| |
| bool | remove_constraints (ConstraintCOPs cst_list, bool object_comparison) |
| |
| void | add_dof_constraint (DOF_ID const &id, core::scoring::func::FuncOP func, ScoreType const &t=dof_constraint) |
| |
| ConstraintCOPs | get_all_constraints () const |
| |
| ResiduePairConstraintsIterator | residue_pair_constraints_begin (Size resid) const |
| |
| ResiduePairConstraintsIterator | residue_pair_constraints_end (Size resid) const |
| |
| void | on_length_change (conformation::signals::LengthEvent const &event) |
| |
| void | on_connection_change (core::conformation::signals::ConnectionEvent const &event) |
| |
| void | attach_to_conformation (core::conformation::Conformation *conformation) |
| |
| void | detach_from_conformation () |
| |
| Size | revision_id () const |
| |
| virtual void | show (std::ostream &out) const |
| |
| virtual void | show_definition (std::ostream &out, core::pose::Pose const &) const |
| |
| virtual void | show_numbers (std::ostream &out) const |
| |
| virtual Size | show_violations (std::ostream &out, pose::Pose &, Size verbose_level, Real threshold=1) const |
| |
| bool | has_residue_pair_constraints () const |
| |
| bool | has_intra_residue_constraints () const |
| |
| bool | has_dof_constraints () const |
| |
| bool | has_non_residue_pair_constraints () const |
| |
| bool | has_constraints () const |
| |
| void | clear () |
| |
| bool | is_empty () const |
| |