|
Rosetta 3.5
|
#include <EnzFilters.hh>


Public Types | |
| typedef protocols::filters::Filter | Filter |
| typedef protocols::filters::FilterOP | FilterOP |
| typedef protocols::filters::Filters_map | Filters_map |
Public Member Functions | |
| DiffAtomSasaFilter () | |
| DiffAtomSasaFilter (core::Size resid1, core::Size resid2, std::string atomname1, std::string atomane2, std::string sample_type) | |
| bool | apply (core::pose::Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. More... | |
| FilterOP | clone () const |
| FilterOP | fresh_instance () const |
| void | report (std::ostream &out, core::pose::Pose const &pose) const |
| core::Real | report_sm (core::pose::Pose const &pose) const |
| used to report filter internals through a score or silent file More... | |
| bool | compute (core::pose::Pose const &pose) const |
| virtual | ~DiffAtomSasaFilter () |
| void | parse_my_tag (utility::tag::TagPtr const tag, protocols::moves::DataMap &, Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &pose) |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter const &) | |
| virtual | ~Filter () |
| 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 void | apply (core::io::serialization::PipeMap &pmap) |
| virtual void | score (core::io::serialization::PipeMap &pmap) |
| virtual core::Real | score (core::pose::Pose &pose) |
| virtual void | parse_def (utility::lua::LuaObject const &def, utility::lua::LuaObject const &score_fxns, utility::lua::LuaObject const &tasks) |
| virtual std::string | name () const |
Private Attributes | |
| core::Size | resid1_ |
| core::Size | resid2_ |
| std::string | aname1_ |
| std::string | aname2_ |
| std::string | sample_type_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
Definition at line 185 of file EnzFilters.hh.
Definition at line 189 of file EnzFilters.hh.
Definition at line 190 of file EnzFilters.hh.
Definition at line 191 of file EnzFilters.hh.
|
inline |
Definition at line 194 of file EnzFilters.hh.
Referenced by clone(), and fresh_instance().
| protocols::enzdes::DiffAtomSasaFilter::DiffAtomSasaFilter | ( | core::Size | resid1, |
| core::Size | resid2, | ||
| std::string | atomname1, | ||
| std::string | atomane2, | ||
| std::string | sample_type | ||
| ) |
Definition at line 160 of file EnzFilters.cc.
|
virtual |
Definition at line 229 of file EnzFilters.cc.
|
virtual |
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
Definition at line 163 of file EnzFilters.cc.
References compute(), and protocols::enzdes::TR().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 199 of file EnzFilters.hh.
References DiffAtomSasaFilter().
| bool protocols::enzdes::DiffAtomSasaFilter::compute | ( | core::pose::Pose const & | pose) | const |
Definition at line 190 of file EnzFilters.cc.
References aname1_, aname2_, core::conformation::Residue::atom_index(), core::pose::Pose::metric(), resid1_, resid2_, core::pose::Pose::residue(), sample_type_, and protocols::enzdes::TR().
Referenced by apply(), report(), and report_sm().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 202 of file EnzFilters.hh.
References DiffAtomSasaFilter().
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 207 of file EnzFilters.cc.
References aname1_, aname2_, protocols::ligand_docking::LigandBaseProtocol::get_ligand_id(), core::pose::get_resnum(), core::conformation::Residue::has(), resid1_, resid2_, core::pose::Pose::residue(), sample_type_, core::pose::Pose::total_residue(), and protocols::enzdes::TR().
|
virtual |
Reimplemented from protocols::filters::Filter.
Definition at line 177 of file EnzFilters.cc.
References compute().
|
virtual |
used to report filter internals through a score or silent file
Reimplemented from protocols::filters::Filter.
Definition at line 183 of file EnzFilters.cc.
References compute().
|
private |
Definition at line 213 of file EnzFilters.hh.
Referenced by compute(), and parse_my_tag().
|
private |
Definition at line 213 of file EnzFilters.hh.
Referenced by compute(), and parse_my_tag().
|
private |
Definition at line 212 of file EnzFilters.hh.
Referenced by compute(), and parse_my_tag().
|
private |
Definition at line 212 of file EnzFilters.hh.
Referenced by compute(), and parse_my_tag().
|
private |
Definition at line 213 of file EnzFilters.hh.
Referenced by compute(), and parse_my_tag().
1.8.4