|
Rosetta 3.5
|
#include <SheetTopologyFilter.hh>


Public Types | |
| typedef protocols::filters::Filter | Super |
| typedef protocols::filters::Filter | Filter |
| typedef std::string | String |
| typedef protocols::filters::FilterOP | FilterOP |
| typedef core::pose::Pose | Pose |
| typedef protocols::fldsgn::topology::StrandPairingSet | StrandPairingSet |
| typedef protocols::fldsgn::topology::StrandPairingSetOP | StrandPairingSetOP |
| typedef protocols::fldsgn::topology::SS_Info2 | SS_Info2 |
| typedef protocols::fldsgn::topology::SS_Info2_OP | SS_Info2_OP |
| typedef utility::tag::TagPtr | TagPtr |
| typedef protocols::filters::Filters_map | Filters_map |
| typedef protocols::moves::DataMap | DataMap |
| typedef protocols::moves::Movers_map | Movers_map |
Public Member Functions | |
| SheetTopologyFilter () | |
| SheetTopologyFilter (StrandPairingSetOP const &sps) | |
| SheetTopologyFilter (String const &sheet_topology) | |
| SheetTopologyFilter (SheetTopologyFilter const &rval) | |
| virtual | ~SheetTopologyFilter () |
| virtual FilterOP | clone () const |
| virtual FilterOP | fresh_instance () const |
| void | filtered_sheet_topology (StrandPairingSetOP const &sps) |
| void | filtered_sheet_topology (String const &sheet_topology) |
| virtual std::string | name () const |
| virtual void | parse_my_tag (TagPtr const tag, DataMap &, Filters_map const &, Movers_map const &, Pose const &) |
| parse xml More... | |
| virtual bool | apply (Pose const &pose) const |
| Returns true if the given pose passes the filter, false otherwise. More... | |
Public Member Functions inherited from protocols::filters::Filter | |
| Filter () | |
| Filter (std::string const &) | |
| Filter (Filter const &) | |
| virtual | ~Filter () |
| virtual void | report (std::ostream &, core::pose::Pose const &) const |
| virtual core::Real | report_sm (core::pose::Pose const &) const |
| used to report filter internals through a score or silent file More... | |
| 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) |
Private Attributes | |
| String | filtered_sheet_topology_ |
| bool | secstruct_input_ |
| SS_Info2_OP | ssinfo_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::filters::Filter | |
| std::string | scorename_ |
Definition at line 47 of file SheetTopologyFilter.hh.
Definition at line 62 of file SheetTopologyFilter.hh.
Definition at line 51 of file SheetTopologyFilter.hh.
Definition at line 53 of file SheetTopologyFilter.hh.
| typedef protocols::filters::Filters_map protocols::fldsgn::filters::SheetTopologyFilter::Filters_map |
Definition at line 61 of file SheetTopologyFilter.hh.
Definition at line 63 of file SheetTopologyFilter.hh.
Definition at line 54 of file SheetTopologyFilter.hh.
| typedef protocols::fldsgn::topology::SS_Info2 protocols::fldsgn::filters::SheetTopologyFilter::SS_Info2 |
Definition at line 57 of file SheetTopologyFilter.hh.
| typedef protocols::fldsgn::topology::SS_Info2_OP protocols::fldsgn::filters::SheetTopologyFilter::SS_Info2_OP |
Definition at line 58 of file SheetTopologyFilter.hh.
| typedef protocols::fldsgn::topology::StrandPairingSet protocols::fldsgn::filters::SheetTopologyFilter::StrandPairingSet |
Definition at line 55 of file SheetTopologyFilter.hh.
| typedef protocols::fldsgn::topology::StrandPairingSetOP protocols::fldsgn::filters::SheetTopologyFilter::StrandPairingSetOP |
Definition at line 56 of file SheetTopologyFilter.hh.
| typedef std::string protocols::fldsgn::filters::SheetTopologyFilter::String |
Definition at line 52 of file SheetTopologyFilter.hh.
Definition at line 50 of file SheetTopologyFilter.hh.
| typedef utility::tag::TagPtr protocols::fldsgn::filters::SheetTopologyFilter::TagPtr |
Definition at line 60 of file SheetTopologyFilter.hh.
| protocols::fldsgn::filters::SheetTopologyFilter::SheetTopologyFilter | ( | ) |
Definition at line 53 of file SheetTopologyFilter.cc.
Referenced by clone(), and fresh_instance().
| protocols::fldsgn::filters::SheetTopologyFilter::SheetTopologyFilter | ( | StrandPairingSetOP const & | sps) |
Definition at line 60 of file SheetTopologyFilter.cc.
References filtered_sheet_topology_.
| protocols::fldsgn::filters::SheetTopologyFilter::SheetTopologyFilter | ( | String const & | sheet_topology) |
Definition at line 69 of file SheetTopologyFilter.cc.
| protocols::fldsgn::filters::SheetTopologyFilter::SheetTopologyFilter | ( | SheetTopologyFilter const & | rval) |
Definition at line 77 of file SheetTopologyFilter.cc.
|
inlinevirtual |
Definition at line 81 of file SheetTopologyFilter.hh.
Returns true if the given pose passes the filter, false otherwise.
Implements protocols::filters::Filter.
Definition at line 100 of file SheetTopologyFilter.cc.
References protocols::fldsgn::topology::calc_strand_pairing_set(), filtered_sheet_topology_, protocols::fldsgn::topology::StrandPairingSet::name(), protocols::fldsgn::topology::NO_STRANDS, secstruct_input_, protocols::fldsgn::topology::StrandPairingSet::size(), ssinfo_, protocols::fldsgn::topology::StrandPairingSet::strand_pairing(), and tr().
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 88 of file SheetTopologyFilter.hh.
References SheetTopologyFilter().
| void protocols::fldsgn::filters::SheetTopologyFilter::filtered_sheet_topology | ( | StrandPairingSetOP const & | sps) |
Definition at line 86 of file SheetTopologyFilter.cc.
References filtered_sheet_topology_.
| void protocols::fldsgn::filters::SheetTopologyFilter::filtered_sheet_topology | ( | String const & | sheet_topology) |
Definition at line 93 of file SheetTopologyFilter.cc.
References filtered_sheet_topology_.
|
inlinevirtual |
Implements protocols::filters::Filter.
Definition at line 91 of file SheetTopologyFilter.hh.
References SheetTopologyFilter().
|
inlinevirtual |
Reimplemented from protocols::filters::Filter.
Definition at line 108 of file SheetTopologyFilter.hh.
|
virtual |
parse xml
Reimplemented from protocols::filters::Filter.
Definition at line 156 of file SheetTopologyFilter.cc.
References filtered_sheet_topology_, protocols::jd2::parser::BluePrint::secstruct(), secstruct_input_, ssinfo_, protocols::jd2::parser::BluePrint::strand_pairings(), and tr().
|
private |
Definition at line 130 of file SheetTopologyFilter.hh.
Referenced by apply(), filtered_sheet_topology(), parse_my_tag(), and SheetTopologyFilter().
|
private |
Definition at line 132 of file SheetTopologyFilter.hh.
Referenced by apply(), and parse_my_tag().
|
private |
Definition at line 134 of file SheetTopologyFilter.hh.
Referenced by apply(), and parse_my_tag().
1.8.4