Rosetta  2016.11
 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::LigDSasaFilter Class Reference

#include <EnzFilters.hh>

Inheritance diagram for protocols::enzdes::LigDSasaFilter:
Inheritance graph
[legend]

Public Types

typedef protocols::filters::Filter Filter
 
typedef
protocols::filters::FilterOP 
FilterOP
 
typedef
protocols::filters::Filters_map 
Filters_map
 

Public Member Functions

 LigDSasaFilter ()
 
 LigDSasaFilter (core::Real const lower_threshold, core::Real const upper_threshold)
 
bool apply (core::pose::Pose const &pose) const
 Returns true if the given pose passes the filter, false otherwise. More...
 
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...
 
core::Real compute (core::pose::Pose const &pose) const
 
FilterOP clone () const
 
FilterOP fresh_instance () const
 
virtual ~LigDSasaFilter ()
 
void parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &, Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &)
 
- 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 core::Real score (core::pose::Pose &pose)
 
virtual std::string name () const
 

Private Attributes

core::Real lower_threshold_
 
core::Real upper_threshold_
 

Additional Inherited Members

- Protected Attributes inherited from protocols::filters::Filter
std::string scorename_
 

Member Typedef Documentation

Constructor & Destructor Documentation

protocols::enzdes::LigDSasaFilter::LigDSasaFilter ( )
inline

Referenced by clone(), and fresh_instance().

protocols::enzdes::LigDSasaFilter::LigDSasaFilter ( core::Real const  lower_threshold,
core::Real const  upper_threshold 
)
protocols::enzdes::LigDSasaFilter::~LigDSasaFilter ( )
virtual

Member Function Documentation

bool protocols::enzdes::LigDSasaFilter::apply ( core::pose::Pose const &  pose) const
virtual

Returns true if the given pose passes the filter, false otherwise.

Implements protocols::filters::Filter.

References compute(), lower_threshold_, protocols::enzdes::TR(), and upper_threshold_.

FilterOP protocols::enzdes::LigDSasaFilter::clone ( ) const
inlinevirtual
core::Real protocols::enzdes::LigDSasaFilter::compute ( core::pose::Pose const &  pose) const
FilterOP protocols::enzdes::LigDSasaFilter::fresh_instance ( ) const
inlinevirtual
void protocols::enzdes::LigDSasaFilter::parse_my_tag ( utility::tag::TagCOP  tag,
basic::datacache::DataMap &  ,
Filters_map const &  ,
protocols::moves::Movers_map const &  ,
core::pose::Pose const &   
)
virtual
void protocols::enzdes::LigDSasaFilter::report ( std::ostream &  out,
core::pose::Pose const &  pose 
) const
virtual

Reimplemented from protocols::filters::Filter.

References compute().

core::Real protocols::enzdes::LigDSasaFilter::report_sm ( core::pose::Pose const &  ) const
virtual

used to report filter internals through a score or silent file

Reimplemented from protocols::filters::Filter.

References compute().

Member Data Documentation

core::Real protocols::enzdes::LigDSasaFilter::lower_threshold_
private

Referenced by apply(), and parse_my_tag().

core::Real protocols::enzdes::LigDSasaFilter::upper_threshold_
private

Referenced by apply(), and parse_my_tag().


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