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

Public Types

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

Public Member Functions

 DiffAtomSasaFilter ()
 
 DiffAtomSasaFilter (std::string const &resid1, std::string const &resid2, std::string const &atomname1, std::string const &atomane2, std::string const &sample_type)
 
bool apply (core::pose::Pose const &pose) const override
 Returns true if the given pose passes the filter, false otherwise. More...
 
FilterOP clone () const override
 
FilterOP fresh_instance () const override
 
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...
 
bool compute (core::pose::Pose const &pose) const
 
 ~DiffAtomSasaFilter () 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

std::string resid1_
 
std::string resid2_
 
std::string aname1_
 
std::string aname2_
 
std::string sample_type_
 

Additional Inherited Members

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

Member Typedef Documentation

◆ Filter

◆ FilterOP

Constructor & Destructor Documentation

◆ DiffAtomSasaFilter() [1/2]

protocols::enzdes::DiffAtomSasaFilter::DiffAtomSasaFilter ( )
inline

◆ DiffAtomSasaFilter() [2/2]

protocols::enzdes::DiffAtomSasaFilter::DiffAtomSasaFilter ( std::string const &  resid1,
std::string const &  resid2,
std::string const &  atomname1,
std::string const &  atomane2,
std::string const &  sample_type 
)

◆ ~DiffAtomSasaFilter()

protocols::enzdes::DiffAtomSasaFilter::~DiffAtomSasaFilter ( )
overridedefault

Member Function Documentation

◆ apply()

bool protocols::enzdes::DiffAtomSasaFilter::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(), and protocols::enzdes::TR().

◆ class_name()

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

◆ clone()

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

◆ compute()

bool protocols::enzdes::DiffAtomSasaFilter::compute ( core::pose::Pose const &  pose) const

◆ fresh_instance()

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

◆ name()

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

Reimplemented from protocols::filters::Filter.

References class_name().

◆ parse_my_tag()

void protocols::enzdes::DiffAtomSasaFilter::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 aname1_, aname2_, core::pose::get_resnum_string(), resid1_, resid2_, sample_type_, and protocols::enzdes::TR().

◆ provide_xml_schema()

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

◆ report()

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

◆ report_sm()

core::Real protocols::enzdes::DiffAtomSasaFilter::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

◆ aname1_

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

Referenced by compute(), and parse_my_tag().

◆ aname2_

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

Referenced by compute(), and parse_my_tag().

◆ resid1_

std::string protocols::enzdes::DiffAtomSasaFilter::resid1_
private

Referenced by compute(), and parse_my_tag().

◆ resid2_

std::string protocols::enzdes::DiffAtomSasaFilter::resid2_
private

Referenced by compute(), and parse_my_tag().

◆ sample_type_

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

Referenced by compute(), and parse_my_tag().


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