Package rosetta :: Package protocols :: Package denovo_design :: Module _protocols_denovo_design_
[hide private]
[frames] | no frames]

Module _protocols_denovo_design_

Functions [hide private]
 
construct_poly_ala_pose(...)
construct_poly_ala_pose( (Pose)pose, (bool)keep_disulf, (set_Size)res_set) -> None : creates a poly-ala pose where every non-gly, non-cyd, protein residue except those in the given set are converted to alanine
 
get_residue_selector(...)
get_residue_selector( (DataMap)data, (str)name) -> ResidueSelector : protocols/denovo_design/util.hh:58
 
same_pose(...)
same_pose( (Pose)pose1, (Pose)pose2) -> bool : Tells whether the two given poses are identical based on # resides and dihedrals
Variables [hide private]
  __package__ = None
Function Details [hide private]

construct_poly_ala_pose(...)

 

construct_poly_ala_pose( (Pose)pose, (bool)keep_disulf, (set_Size)res_set) -> None :
    creates a poly-ala pose where every non-gly, non-cyd, protein residue except those in the given set are converted to alanine
    

    C++ signature :
        void construct_poly_ala_pose(core::pose::Pose {lvalue},bool,std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >)

construct_poly_ala_pose( (Pose)pose, (bool)keep_disulf, (set_Size)set1, (set_Size)set2) -> None :
    creates a poly-ala pose where every non-gly, non-cyd, protein residue except those in the given set are converted to alanine
    

    C++ signature :
        void construct_poly_ala_pose(core::pose::Pose {lvalue},bool,std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >,std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >)

get_residue_selector(...)

 

get_residue_selector( (DataMap)data, (str)name) -> ResidueSelector :
    protocols/denovo_design/util.hh:58

    C++ signature :
        boost::shared_ptr<core::pack::task::residue_selector::ResidueSelector const> get_residue_selector(basic::datacache::DataMap,std::string)

same_pose(...)

 

same_pose( (Pose)pose1, (Pose)pose2) -> bool :
    Tells whether the two given poses are identical based on # resides and dihedrals
    

    C++ signature :
        bool same_pose(core::pose::Pose,core::pose::Pose)