![]() |
Rosetta Protocols
2014.35
|
Classes | |
class | BuildingBlockInterfaceOperation |
class | BuildingBlockInterfaceOperationCreator |
class | ClashCheckFilter |
class | ClashCheckFilterCreator |
class | ExtractSubposeMover |
class | ExtractSubposeMoverCreator |
class | GetRBDOFValues |
class | GetRBDOFValuesCreator |
class | InterfacePackingFilter |
class | InterfacePackingFilterCreator |
class | MatDesGreedyOptMutationMover |
class | MatDesGreedyOptMutationMoverCreator |
class | MatDesPointMutationCalculator |
class | OligomericAverageDegreeFilter |
class | OligomericAverageDegreeFilterCreator |
class | SymDofMover |
class | SymDofMoverCreator |
class | SymDofMoverSampler |
class | SymUnsatHbondFilter |
filters based on an upper bound # of buried unsatisfied polar residues More... | |
class | SymUnsatHbondFilterCreator |
Functions | |
bool | cmp_pair_by_second (pair< Size, Real > const pair1, pair< Size, Real > const pair2) |
bool | cmp_pair_by_first_vec_val (pair< AA, vector1< Real > > const pair1, pair< AA, vector1< Real > > const pair2) |
bool | cmp_pair_vec_by_first_vec_val (pair< Size, vector1< pair< AA, vector1< Real > > > > const pair1, pair< Size, vector1< pair< AA, vector1< Real > > > > const pair2) |
void | calc_pareto_front_nbrs (vector1< vector1< Real > > coords, vector1< bool > const &is_pfront, vector1< bool > &is_pfront_nbr, vector1< Real > const &nbr_dist) |
void | calc_pareto_front (vector1< vector1< Real > > coords, vector1< bool > &is_pfront, vector1< Real > const &coord_perts, bool const div, bool const incl_nbrs) |
void | insert_point_mut_filter_vals (Size const seqpos, chemical::AA const aa, vector1< Real > const vals, vector1< pair< Size, vector1< pair< AA, vector1< Real > > > > > &seqpos_aa_vals_vec) |
static void | trans_pose (Pose &pose, Vec const &trans, Size start, Size end) |
static void | rot_pose (Pose &pose, Mat const &rot, Size start, Size end) |
static void | rot_pose (Pose &pose, Mat const &rot, Vec const &cen, Size start, Size end) |
static void | rot_pose (Pose &pose, Vec const &axis, double const &ang, Size start, Size end) |
static void | rot_pose (Pose &pose, Vec const &axis, double const &ang, Vec const &cen, Size start, Size end) |
static void | alignaxis (core::pose::Pose &pose, Vec newaxis, Vec oldaxis, Vec cen, Size start, Size end) |
numeric::Real | get_intra_contacts (Pose const &pose) |
void | maximize_sub1_contact (Pose &pose, Size const &nf1, Size const &nf2, Vec const &ax1, Vec const &ax2) |
Variables | |
static basic::Tracer | TR ("protocols.matdes.InterfacePackingFilter") |
static basic::Tracer | TR ("protocols.matdes.MatDesGreedyOptMutationMover") |
static numeric::random::RandomGenerator | RG (21378) |
static basic::Tracer | TR ("protocols.matdes.MatDesPointMutationCalculator") |
static numeric::random::RandomGenerator | RG (51423) |
static basic::Tracer | TR ("protocols.matdes.SymUnsatHbondFilter") |
typedef utility::pointer::owning_ptr< BuildingBlockInterfaceOperation const > protocols::matdes::BuildingBlockInterfaceOperationCOP |
typedef utility::pointer::owning_ptr< BuildingBlockInterfaceOperation > protocols::matdes::BuildingBlockInterfaceOperationOP |
typedef utility::pointer::owning_ptr< ClashCheckFilter const > protocols::matdes::ClashCheckFilterCOP |
typedef utility::pointer::owning_ptr< ExtractSubposeMover const > protocols::matdes::ExtractSubposeMoverCOP |
typedef utility::pointer::owning_ptr< ExtractSubposeMover > protocols::matdes::ExtractSubposeMoverOP |
typedef utility::pointer::owning_ptr< InterfacePackingFilter const > protocols::matdes::InterfacePackingFilterCOP |
typedef utility::pointer::owning_ptr< InterfacePackingFilter > protocols::matdes::InterfacePackingFilterOP |
typedef utility::pointer::owning_ptr< MatDesGreedyOptMutationMover const > protocols::matdes::MatDesGreedyOptMutationMoverCOP |
typedef utility::pointer::owning_ptr< MatDesGreedyOptMutationMover > protocols::matdes::MatDesGreedyOptMutationMoverOP |
typedef utility::pointer::owning_ptr< MatDesPointMutationCalculator const > protocols::matdes::MatDesPointMutationCalculatorCOP |
typedef utility::pointer::owning_ptr< MatDesPointMutationCalculator > protocols::matdes::MatDesPointMutationCalculatorOP |
typedef utility::pointer::owning_ptr< OligomericAverageDegreeFilter const > protocols::matdes::OligomericAverageDegreeFilterCOP |
typedef utility::pointer::owning_ptr< OligomericAverageDegreeFilter > protocols::matdes::OligomericAverageDegreeFilterOP |
typedef utility::pointer::owning_ptr< SymUnsatHbondFilter const > protocols::matdes::SymUnsatHbondFilterCOP |
typedef utility::pointer::owning_ptr< SymUnsatHbondFilter > protocols::matdes::SymUnsatHbondFilterOP |
void protocols::matdes::calc_pareto_front | ( | vector1< vector1< Real > > | coords, |
vector1< bool > & | is_pfront, | ||
vector1< Real > const & | coord_perts, | ||
bool const | div, | ||
bool const | incl_nbrs | ||
) |
References calc_pareto_front_nbrs(), protocols::simple_filters::coords(), size(), and numeric::random::RandomGenerator::uniform().
Referenced by protocols::matdes::MatDesGreedyOptMutationMover::filter_pareto_opt_poses(), and protocols::matdes::MatDesGreedyOptMutationMover::filter_seqpos_pareto_opt_ptmuts().
void protocols::matdes::calc_pareto_front_nbrs | ( | vector1< vector1< Real > > | coords, |
vector1< bool > const & | is_pfront, | ||
vector1< bool > & | is_pfront_nbr, | ||
vector1< Real > const & | nbr_dist | ||
) |
References protocols::simple_filters::coords(), and size().
Referenced by calc_pareto_front().
bool protocols::matdes::cmp_pair_by_first_vec_val | ( | pair< AA, vector1< Real > > const | pair1, |
pair< AA, vector1< Real > > const | pair2 | ||
) |
Referenced by protocols::matdes::MatDesGreedyOptMutationMover::apply().
bool protocols::matdes::cmp_pair_vec_by_first_vec_val | ( | pair< Size, vector1< pair< AA, vector1< Real > > > > const | pair1, |
pair< Size, vector1< pair< AA, vector1< Real > > > > const | pair2 | ||
) |
Referenced by protocols::matdes::MatDesGreedyOptMutationMover::apply().
numeric::Real protocols::matdes::get_intra_contacts | ( | Pose const & | pose | ) |
void protocols::matdes::insert_point_mut_filter_vals | ( | Size const | seqpos, |
chemical::AA const | aa, | ||
vector1< Real > const | vals, | ||
vector1< pair< Size, vector1< pair< AA, vector1< Real > > > > > & | seqpos_aa_vals_vec | ||
) |
References pair.
|
static |
References rot_pose(), and trans_pose().
|
static |
References rot_pose(), and rotation_matrix_degrees().
|
static |
References rot_pose(), and rotation_matrix_degrees().
|
static |
References core::chemical::ResidueType::natoms(), core::pose::Pose::residue_type(), core::pose::Pose::set_xyz(), and core::pose::Pose::xyz().
Referenced by protocols::matdes::SymDofMover::apply(), and rot_pose().
|
static |
|
static |
|
static |
Referenced by protocols::matdes::SymDofMover::add_components_to_pose_if_necessary(), protocols::matdes::InterfacePackingFilter::apply(), protocols::matdes::ExtractSubposeMover::apply(), protocols::matdes::BuildingBlockInterfaceOperation::apply(), protocols::matdes::SymDofMover::apply(), protocols::matdes::SymUnsatHbondFilter::apply(), protocols::matdes::ClashCheckFilter::apply(), protocols::matdes::InterfacePackingFilter::compute(), protocols::matdes::SymUnsatHbondFilter::compute(), protocols::matdes::ClashCheckFilter::compute(), protocols::matdes::GetRBDOFValues::compute(), protocols::matdes::OligomericAverageDegreeFilter::compute(), protocols::matdes::InterfacePackingFilter::parse_def(), protocols::matdes::SymUnsatHbondFilter::parse_def(), protocols::matdes::OligomericAverageDegreeFilter::parse_def(), protocols::matdes::InterfacePackingFilter::parse_my_tag(), protocols::matdes::SymDofMover::parse_my_tag(), protocols::matdes::SymUnsatHbondFilter::parse_my_tag(), protocols::matdes::OligomericAverageDegreeFilter::parse_my_tag(), protocols::matdes::SymDofMoverSampler::set_angle_ranges(), protocols::matdes::SymDofMoverSampler::set_radial_disp_ranges(), and protocols::matdes::SymDofMoverSampler::step().
|
static |
|
static |
|
static |