Rosetta
Public Types | Public Member Functions | Static 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
 

Public Member Functions

 LigDSasaFilter ()
 
 LigDSasaFilter (core::Real const lower_threshold, core::Real const upper_threshold)
 
bool apply (core::pose::Pose const &pose) const override
 Returns true if the given pose passes the filter, false otherwise. More...
 
void report (std::ostream &out, core::pose::Pose const &pose) const override
 
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 &pose) const
 
FilterOP clone () const override
 
FilterOP fresh_instance () const override
 
 ~LigDSasaFilter () override
 
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...
 
std::string name () const override
 
- Public Member Functions inherited from protocols::filters::Filter
 Filter ()
 
 Filter (std::string const &)
 
 ~Filter () override
 
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 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

◆ Filter

◆ FilterOP

Constructor & Destructor Documentation

◆ LigDSasaFilter() [1/2]

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

◆ LigDSasaFilter() [2/2]

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

◆ ~LigDSasaFilter()

protocols::enzdes::LigDSasaFilter::~LigDSasaFilter ( )
overridedefault

Member Function Documentation

◆ apply()

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

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_.

◆ class_name()

std::string protocols::enzdes::LigDSasaFilter::class_name ( )
static

◆ clone()

FilterOP protocols::enzdes::LigDSasaFilter::clone ( ) const
inlineoverridevirtual

◆ compute()

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

◆ fresh_instance()

FilterOP protocols::enzdes::LigDSasaFilter::fresh_instance ( ) const
inlineoverridevirtual

◆ name()

std::string protocols::enzdes::LigDSasaFilter::name ( ) const
overridevirtual

◆ parse_my_tag()

void protocols::enzdes::LigDSasaFilter::parse_my_tag ( utility::tag::TagCOP  ,
basic::datacache::DataMap  
)
overridevirtual

Called by FilterFactory when constructing new Filter. Takes care of the specific mover's parsing.

Reimplemented from protocols::filters::Filter.

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

◆ provide_xml_schema()

void protocols::enzdes::LigDSasaFilter::provide_xml_schema ( utility::tag::XMLSchemaDefinition &  xsd)
static

◆ report()

void protocols::enzdes::LigDSasaFilter::report ( std::ostream &  out,
core::pose::Pose const &  pose 
) const
overridevirtual

◆ report_sm()

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

used to report filter internals through a score or silent file

Reimplemented from protocols::filters::Filter.

References compute().

Member Data Documentation

◆ lower_threshold_

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

Referenced by apply(), and parse_my_tag().

◆ upper_threshold_

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: