Rosetta
|
#include <AtomicContactCountFilter.hh>
Public Member Functions | |
AtomicContactCountFilter () | |
AtomicContactCountFilter (core::Real distance_cutoff) | |
AtomicContactCountFilter (AtomicContactCountFilter const ©) | |
protocols::filters::FilterOP | clone () const override |
protocols::filters::FilterOP | fresh_instance () const override |
~AtomicContactCountFilter () override | |
void | initialize_all_atoms (core::pack::task::TaskFactoryOP task_factoryA=nullptr, bool individual_tasks=false, core::pack::task::TaskFactoryOP task_factoryB=nullptr, bool normalize_by_carbon_count=false, bool non_local=false, bool res_contact=false, bool count_SD_NE1=false) |
void | initialize_cross_jump (core::Size jump=0, std::string sym_dof_name="", core::pack::task::TaskFactoryOP task_factoryA=nullptr, bool normalize_by_sasa=false, bool individual_tasks=false, core::pack::task::TaskFactoryOP task_factoryB=nullptr, bool normalize_by_carbon_count=false, bool non_local=false, bool res_contact=false, bool count_SD_NE1=false) |
void | initialize_cross_chain (core::pack::task::TaskFactoryOP task_factoryA=nullptr, bool normalize_by_sasa=false, bool detect_chains_for_interface_by_task=false, bool individual_tasks=false, core::pack::task::TaskFactoryOP task_factoryB=nullptr, bool normalize_by_carbon_count=false, bool non_local=false, bool res_contact=false, bool count_SD_NE1=false) |
void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) override |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing. More... | |
bool | apply (core::pose::Pose const &) const override |
Returns true if the given pose passes the filter, false otherwise. More... | |
core::Real | report_sm (core::pose::Pose const &pose) const override |
used to report filter internals through a score or silent file More... | |
core::Real | compute (core::pose::Pose const &) const |
std::string | name () const override |
![]() | |
Filter () | |
Filter (std::string const &) | |
~Filter () override | |
virtual void | report (std::ostream &, core::pose::Pose const &) const |
virtual std::string | get_type () const |
std::string | get_user_defined_name () const |
void | set_user_defined_name (std::string const &name) |
virtual void | clear () |
used to clear internal variables if needed. Using fresh_instance is preferred since it's a pure virtual More... | |
virtual core::Real | score (core::pose::Pose &pose) |
virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
static std::string | class_name () |
static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Types | |
enum | Mode { ALL , CROSS_CHAIN_DETECTED , CROSS_CHAIN_ALL , CROSS_JUMP } |
Private Attributes | |
core::pack::task::TaskFactoryOP | task_factoryA_ |
core::pack::task::TaskFactoryOP | task_factoryB_ |
core::Real | distance_cutoff_ |
bool | non_local_ |
bool | res_contact_ |
bool | count_SD_NE1_ |
Mode | filter_mode_ |
bool | normalize_by_sasa_ |
bool | ss_only_ |
bool | normalize_by_carbon_count_ |
bool | individual_tasks_ |
core::Size | jump_ |
std::string | sym_dof_name_ |
Additional Inherited Members | |
![]() | |
std::string | scorename_ |
protocols::protein_interface_design::filters::AtomicContactCountFilter::AtomicContactCountFilter | ( | ) |
References initialize_all_atoms().
protocols::protein_interface_design::filters::AtomicContactCountFilter::AtomicContactCountFilter | ( | core::Real | distance_cutoff | ) |
References initialize_all_atoms().
|
default |
|
overridedefault |
|
inlineoverridevirtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
|
static |
|
overridevirtual |
Implements protocols::filters::Filter.
core::Real protocols::protein_interface_design::filters::AtomicContactCountFilter::compute | ( | core::pose::Pose const & | pose | ) | const |
References ALL, core::conformation::Residue::atom_name(), core::conformation::Residue::atom_type(), core::conformation::Residue::chain(), core::pose::Pose::chain(), core::conformation::Conformation::chain_begin(), core::conformation::Conformation::chain_end(), protocols::simple_filters::InterfaceSasaFilter::compute(), core::pose::Pose::conformation(), count_SD_NE1_, core::pack::task::TaskFactory::create_packer_task(), CROSS_CHAIN_ALL, CROSS_CHAIN_DETECTED, CROSS_JUMP, core::conformation::Conformation::delete_residue_range_slow(), distance_cutoff_, protocols::simple_filters::dssp(), core::chemical::AtomType::element(), filter_mode_, core::conformation::Residue::first_sidechain_atom(), core::pose::Pose::fold_tree(), core::pose::symmetry::get_sym_aware_jump_num(), individual_tasks_, core::pose::symmetry::is_symmetric(), jump_, protocols::simple_filters::InterfaceSasaFilter::jumps(), core::pack::make_new_symmetric_PackerTask_by_requested_method(), core::conformation::Residue::nheavyatoms(), non_local_, normalize_by_carbon_count_, normalize_by_sasa_, core::conformation::Conformation::num_chains(), core::pose::Pose::num_jump(), core::kinematics::FoldTree::partition_by_jump(), core::pose::symmetry::partition_by_symm_jumps(), res_contact_, core::pose::Pose::residue(), core::pose::Pose::size(), ss_only_, core::pose::symmetry::sym_dof_jump_num(), sym_dof_name_, protocols::simple_filters::InterfaceSasaFilter::sym_dof_names(), core::pose::symmetry::symmetry_info(), task_factoryA_, task_factoryB_, protocols::protein_interface_design::filters::TR(), and core::conformation::Residue::xyz().
Referenced by report_sm().
|
overridevirtual |
Implements protocols::filters::Filter.
void protocols::protein_interface_design::filters::AtomicContactCountFilter::initialize_all_atoms | ( | core::pack::task::TaskFactoryOP | task_factoryA = nullptr , |
bool | individual_tasks = false , |
||
core::pack::task::TaskFactoryOP | task_factoryB = nullptr , |
||
bool | normalize_by_carbon_count = false , |
||
bool | non_local = false , |
||
bool | res_contact = false , |
||
bool | count_SD_NE1 = false |
||
) |
References ALL, count_SD_NE1_, filter_mode_, individual_tasks_, jump_, non_local_, normalize_by_carbon_count_, normalize_by_sasa_, res_contact_, ss_only_, sym_dof_name_, task_factoryA_, and task_factoryB_.
Referenced by AtomicContactCountFilter(), and parse_my_tag().
void protocols::protein_interface_design::filters::AtomicContactCountFilter::initialize_cross_chain | ( | core::pack::task::TaskFactoryOP | task_factoryA = nullptr , |
bool | normalize_by_sasa = false , |
||
bool | detect_chains_for_interface_by_task = false , |
||
bool | individual_tasks = false , |
||
core::pack::task::TaskFactoryOP | task_factoryB = nullptr , |
||
bool | normalize_by_carbon_count = false , |
||
bool | non_local = false , |
||
bool | res_contact = false , |
||
bool | count_SD_NE1 = false |
||
) |
References count_SD_NE1_, CROSS_CHAIN_ALL, CROSS_CHAIN_DETECTED, filter_mode_, individual_tasks_, jump_, non_local_, normalize_by_carbon_count_, normalize_by_sasa_, res_contact_, sym_dof_name_, task_factoryA_, and task_factoryB_.
Referenced by parse_my_tag().
void protocols::protein_interface_design::filters::AtomicContactCountFilter::initialize_cross_jump | ( | core::Size | jump = 0 , |
std::string | sym_dof_name = "" , |
||
core::pack::task::TaskFactoryOP | task_factoryA = nullptr , |
||
bool | normalize_by_sasa = false , |
||
bool | individual_tasks = false , |
||
core::pack::task::TaskFactoryOP | task_factoryB = nullptr , |
||
bool | normalize_by_carbon_count = false , |
||
bool | non_local = false , |
||
bool | res_contact = false , |
||
bool | count_SD_NE1 = false |
||
) |
References count_SD_NE1_, CROSS_JUMP, filter_mode_, individual_tasks_, jump_, non_local_, normalize_by_carbon_count_, normalize_by_sasa_, res_contact_, sym_dof_name_, task_factoryA_, and task_factoryB_.
Referenced by parse_my_tag().
|
overridevirtual |
Reimplemented from protocols::filters::Filter.
References class_name().
|
overridevirtual |
Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing.
Reimplemented from protocols::filters::Filter.
References ALL, count_SD_NE1_, CROSS_CHAIN_DETECTED, distance_cutoff_, filter_mode_, initialize_all_atoms(), initialize_cross_chain(), initialize_cross_jump(), jump_, non_local_, normalize_by_sasa_, core::pack::task::parse_task_operations(), res_contact_, ss_only_, and protocols::protein_interface_design::filters::TR().
|
static |
|
inlineoverridevirtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
References compute().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), initialize_cross_jump(), and parse_my_tag().
|
private |
Referenced by compute(), and parse_my_tag().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), initialize_cross_jump(), and parse_my_tag().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), and initialize_cross_jump().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), initialize_cross_jump(), and parse_my_tag().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), initialize_cross_jump(), and parse_my_tag().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), and initialize_cross_jump().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), initialize_cross_jump(), and parse_my_tag().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), initialize_cross_jump(), and parse_my_tag().
|
private |
Referenced by compute(), initialize_all_atoms(), and parse_my_tag().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), and initialize_cross_jump().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), and initialize_cross_jump().
|
private |
Referenced by compute(), initialize_all_atoms(), initialize_cross_chain(), and initialize_cross_jump().