Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Private Attributes | List of all members
protocols::enzdes::DiffAtomSasaFilter Class Reference

#include <EnzFilters.hh>

Inheritance diagram for protocols::enzdes::DiffAtomSasaFilter:
Inheritance graph
[legend]
Collaboration diagram for protocols::enzdes::DiffAtomSasaFilter:
Collaboration graph
[legend]

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_
 

Detailed Description

Definition at line 185 of file EnzFilters.hh.

Member Typedef Documentation

Definition at line 189 of file EnzFilters.hh.

Definition at line 190 of file EnzFilters.hh.

Definition at line 191 of file EnzFilters.hh.

Constructor & Destructor Documentation

protocols::enzdes::DiffAtomSasaFilter::DiffAtomSasaFilter ( )
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.

protocols::enzdes::DiffAtomSasaFilter::~DiffAtomSasaFilter ( )
virtual

Definition at line 229 of file EnzFilters.cc.

Member Function Documentation

bool protocols::enzdes::DiffAtomSasaFilter::apply ( core::pose::Pose const &  pose) const
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().

FilterOP protocols::enzdes::DiffAtomSasaFilter::clone ( ) const
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
FilterOP protocols::enzdes::DiffAtomSasaFilter::fresh_instance ( ) const
inlinevirtual

Implements protocols::filters::Filter.

Definition at line 202 of file EnzFilters.hh.

References DiffAtomSasaFilter().

void protocols::enzdes::DiffAtomSasaFilter::parse_my_tag ( utility::tag::TagPtr const  tag,
protocols::moves::DataMap ,
Filters_map const &  ,
protocols::moves::Movers_map const &  ,
core::pose::Pose const &  pose 
)
virtual
void protocols::enzdes::DiffAtomSasaFilter::report ( std::ostream &  out,
core::pose::Pose const &  pose 
) const
virtual

Reimplemented from protocols::filters::Filter.

Definition at line 177 of file EnzFilters.cc.

References compute().

core::Real protocols::enzdes::DiffAtomSasaFilter::report_sm ( core::pose::Pose const &  ) const
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().

Member Data Documentation

std::string protocols::enzdes::DiffAtomSasaFilter::aname1_
private

Definition at line 213 of file EnzFilters.hh.

Referenced by compute(), and parse_my_tag().

std::string protocols::enzdes::DiffAtomSasaFilter::aname2_
private

Definition at line 213 of file EnzFilters.hh.

Referenced by compute(), and parse_my_tag().

core::Size protocols::enzdes::DiffAtomSasaFilter::resid1_
private

Definition at line 212 of file EnzFilters.hh.

Referenced by compute(), and parse_my_tag().

core::Size protocols::enzdes::DiffAtomSasaFilter::resid2_
private

Definition at line 212 of file EnzFilters.hh.

Referenced by compute(), and parse_my_tag().

std::string protocols::enzdes::DiffAtomSasaFilter::sample_type_
private

Definition at line 213 of file EnzFilters.hh.

Referenced by compute(), and parse_my_tag().


The documentation for this class was generated from the following files: