![]() |
Rosetta Protocols
2014.35
|
Classes | |
class | ChiralMover |
Typedefs | |
typedef utility::pointer::owning_ptr < ChiralMover > | ChiralMoverOP |
typedef utility::pointer::owning_ptr < ChiralMover const > | ChiralMoverCOP |
Enumerations | |
enum | Chirality { L_CHIRALITY =1, D_CHIRALITY, FLIP_CHIRALITY } |
Functions | |
std::map< std::string, std::string > | L2DChiralMap (L2DChiralData, L2DChiralData+sizeof L2DChiralData/sizeof L2DChiralData[0]) |
std::map< std::string, std::string > | D2LChiralMap (D2LChiralData, D2LChiralData+sizeof D2LChiralData/sizeof D2LChiralData[0]) |
bool | is_d_chiral (core::chemical::ResidueType restype) |
bool | is_l_chiral (core::chemical::ResidueType restype) |
ResidueType const & | get_chiral_residue_type (ResidueType const &rt, Chirality chirality) |
Variables | |
std::pair< std::string, std::string > | L2DChiralData [] |
std::pair< std::string, std::string > | D2LChiralData [] |
typedef utility::pointer::owning_ptr< ChiralMover const > protocols::simple_moves::chiral::ChiralMoverCOP |
std::map<std::string, std::string> protocols::simple_moves::chiral::D2LChiralMap | ( | D2LChiralData | , |
D2LChiralData+sizeof D2LChiralData/sizeof | D2LChiralData[0] | ||
) |
Referenced by get_chiral_residue_type(), and is_d_chiral().
core::chemical::ResidueType const & protocols::simple_moves::chiral::get_chiral_residue_type | ( | ResidueType const & | rt, |
Chirality | chirality | ||
) |
References core::chemical::ResidueType::aa(), protocols::vip::base_name(), D2LChiralMap(), D_CHIRALITY, FA_STANDARD, L2DChiralMap(), L_CHIRALITY, core::chemical::ResidueType::name(), residue_type_all_patches_name(), residue_type_base_name(), residue_type_set, and core::conformation::TR.
Referenced by protocols::simple_moves::chiral::ChiralMover::apply().
bool protocols::simple_moves::chiral::is_d_chiral | ( | core::chemical::ResidueType | restype | ) |
bool protocols::simple_moves::chiral::is_l_chiral | ( | core::chemical::ResidueType | restype | ) |
References protocols::vip::base_name(), L2DChiralMap(), residue_type_base_name(), and core::conformation::TR.
Referenced by protocols::ncbb::oop::OopCreatorMover::apply().
std::map<std::string, std::string> protocols::simple_moves::chiral::L2DChiralMap | ( | L2DChiralData | , |
L2DChiralData+sizeof L2DChiralData/sizeof | L2DChiralData[0] | ||
) |
Referenced by get_chiral_residue_type(), and is_l_chiral().
std::pair< std::string, std::string > protocols::simple_moves::chiral::D2LChiralData[] |
std::pair< std::string, std::string > protocols::simple_moves::chiral::L2DChiralData[] |