![]() |
Rosetta Protocols
2014.35
|
Interface to this class is in AntibodyInfo. More...
#include <AntibodyEnumManager.hh>
Private Member Functions | |
void | setup () |
Private Attributes | |
utility::vector1< std::string > | cdr_name_to_string_ |
std::map< std::string, CDRNameEnum > | cdr_name_to_enum_ |
utility::vector1< std::string > | numbering_scheme_to_string_ |
std::map< std::string, AntibodyNumberingSchemeEnum > | numbering_scheme_to_enum_ |
utility::vector1< std::string > | cdr_definition_to_string_ |
std::map< std::string, CDRDefinitionEnum > | cdr_definition_to_enum_ |
utility::vector1< std::string > | h3_base_type_to_string_ |
std::map< std::string, H3BaseTypeEnum > | h3_base_type_to_enum_ |
utility::vector1< std::string > | packing_angle_to_string_ |
std::map< std::string, PackingAngleEnum > | packing_angle_to_enum_ |
utility::vector1< std::string > | cdr_landmark_to_string_ |
std::map< std::string, CDRLandmarkEnum > | cdr_landmark_to_enum_ |
Interface to this class is in AntibodyInfo.
protocols::antibody::AntibodyEnumManager::AntibodyEnumManager | ( | ) |
References setup().
|
virtual |
std::string protocols::antibody::AntibodyEnumManager::cdr_definition_enum_to_string | ( | CDRDefinitionEnum const | cdr_definition | ) | const |
References cdr_definition_to_string_.
bool protocols::antibody::AntibodyEnumManager::cdr_definition_is_present | ( | std::string const & | cdr_definition | ) | const |
References cdr_definition_to_enum_.
CDRDefinitionEnum protocols::antibody::AntibodyEnumManager::cdr_definition_string_to_enum | ( | std::string const & | cdr_definition | ) | const |
References cdr_definition_to_enum_.
Referenced by protocols::antibody::AntibodyFeatures::parse_my_tag().
std::string protocols::antibody::AntibodyEnumManager::cdr_landmark_enum_to_string | ( | CDRLandmarkEnum const | landmark | ) | const |
References cdr_landmark_to_string_.
bool protocols::antibody::AntibodyEnumManager::cdr_landmark_is_present | ( | std::string const & | landmark | ) | const |
References cdr_landmark_to_enum_.
CDRLandmarkEnum protocols::antibody::AntibodyEnumManager::cdr_landmark_string_to_enum | ( | std::string const & | landmark | ) | const |
References cdr_landmark_to_enum_.
std::string protocols::antibody::AntibodyEnumManager::cdr_name_enum_to_string | ( | CDRNameEnum const | cdr_name | ) | const |
References cdr_name_to_string_.
bool protocols::antibody::AntibodyEnumManager::cdr_name_is_present | ( | std::string const & | cdr_name | ) | const |
References cdr_name_to_enum_.
Referenced by protocols::antibody::clusters::CDRClusterFeatures::parse_my_tag().
CDRNameEnum protocols::antibody::AntibodyEnumManager::cdr_name_string_to_enum | ( | std::string const & | cdr_name | ) | const |
std::string protocols::antibody::AntibodyEnumManager::h3_base_type_enum_to_string | ( | H3BaseTypeEnum const | base_type | ) | const |
References h3_base_type_to_string_.
Referenced by protocols::antibody::operator<<().
H3BaseTypeEnum protocols::antibody::AntibodyEnumManager::h3_base_type_string_to_enum | ( | std::string const & | base_type | ) | const |
References h3_base_type_to_enum_.
std::string protocols::antibody::AntibodyEnumManager::numbering_scheme_enum_to_string | ( | AntibodyNumberingSchemeEnum const | numbering_scheme | ) | const |
References numbering_scheme_to_string_.
bool protocols::antibody::AntibodyEnumManager::numbering_scheme_is_present | ( | std::string | numbering_scheme | ) | const |
References numbering_scheme_to_enum_.
Referenced by protocols::antibody::clusters::CDRClusterFeatures::parse_my_tag().
AntibodyNumberingSchemeEnum protocols::antibody::AntibodyEnumManager::numbering_scheme_string_to_enum | ( | std::string const & | numbering_scheme | ) | const |
std::string protocols::antibody::AntibodyEnumManager::packing_angle_enum_to_string | ( | PackingAngleEnum const | angle_type | ) | const |
References packing_angle_to_string_.
PackingAngleEnum protocols::antibody::AntibodyEnumManager::packing_angle_string_to_enum | ( | std::string const & | angle_type | ) | const |
References packing_angle_to_enum_.
|
private |
References protocols::antibody::AHO_Scheme, protocols::antibody::AntibodyNumberingSchemeEnum_total, protocols::antibody::Aroop, cdr_definition_to_enum_, cdr_definition_to_string_, protocols::antibody::cdr_end, cdr_landmark_to_enum_, cdr_landmark_to_string_, cdr_name_to_enum_, cdr_name_to_string_, protocols::antibody::cdr_start, protocols::antibody::CDRDefinitionEnum_total, protocols::antibody::CDRLandmarkEnum_total, protocols::antibody::Chothia, protocols::antibody::Chothia_Scheme, protocols::antibody::Enhanced_Chothia_Scheme, protocols::antibody::Extended, protocols::antibody::h1, protocols::antibody::h2, protocols::antibody::h3, h3_base_type_to_enum_, h3_base_type_to_string_, protocols::antibody::H3BaseTypeEnum_total, protocols::antibody::IMGT_Scheme, protocols::antibody::Kabat, protocols::antibody::Kabat_Scheme, protocols::antibody::Kinked, protocols::antibody::l1, protocols::antibody::l2, protocols::antibody::l3, protocols::antibody::Martin, protocols::antibody::Neutral, protocols::antibody::North, protocols::antibody::num_cdr_loops, numbering_scheme_to_enum_, numbering_scheme_to_string_, packing_angle_to_enum_, packing_angle_to_string_, protocols::antibody::PackingAngleEnum_total, protocols::antibody::Unknown, protocols::antibody::VH_sheet_1, protocols::antibody::VH_sheet_2, protocols::antibody::VL_sheet_1, and protocols::antibody::VL_sheet_2.
Referenced by AntibodyEnumManager().
|
private |
Referenced by cdr_definition_is_present(), cdr_definition_string_to_enum(), and setup().
|
private |
Referenced by cdr_definition_enum_to_string(), and setup().
|
private |
Referenced by cdr_landmark_is_present(), cdr_landmark_string_to_enum(), and setup().
|
private |
Referenced by cdr_landmark_enum_to_string(), and setup().
|
private |
Referenced by cdr_name_is_present(), cdr_name_string_to_enum(), and setup().
|
private |
Referenced by cdr_name_enum_to_string(), and setup().
|
private |
Referenced by h3_base_type_string_to_enum(), and setup().
|
private |
Referenced by h3_base_type_enum_to_string(), and setup().
|
private |
Referenced by numbering_scheme_is_present(), numbering_scheme_string_to_enum(), and setup().
|
private |
Referenced by numbering_scheme_enum_to_string(), and setup().
|
private |
Referenced by packing_angle_string_to_enum(), and setup().
|
private |
Referenced by packing_angle_enum_to_string(), and setup().