Rosetta
Public Member Functions | Static Public Member Functions | Private Types | Private Attributes | List of all members
protocols::constraint_filters::SavePoseConstraintToFileFilter Class Reference

detects atomic contacts between two atoms of two residues More...

#include <SavePoseConstraintToFileFilter.hh>

Inheritance diagram for protocols::constraint_filters::SavePoseConstraintToFileFilter:
Inheritance graph
[legend]

Public Member Functions

 SavePoseConstraintToFileFilter ()
 default ctor More...
 
bool apply (core::pose::Pose const &pose) const override
 
core::Real compute (core::pose::Pose const &pose) const
 
void report (std::ostream &out, core::pose::Pose const &pose) const override
 
core::Real report_sm (core::pose::Pose const &pose) const override
 
filters::FilterOP clone () const override
 
filters::FilterOP fresh_instance () const override
 
 ~SavePoseConstraintToFileFilter () override=default
 
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 Types

typedef protocols::filters::Filter parent
 

Private Attributes

std::string filename_
 
bool overwrite_
 

Additional Inherited Members

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

Detailed Description

detects atomic contacts between two atoms of two residues

Member Typedef Documentation

◆ parent

Constructor & Destructor Documentation

◆ SavePoseConstraintToFileFilter()

protocols::constraint_filters::SavePoseConstraintToFileFilter::SavePoseConstraintToFileFilter ( )

default ctor

◆ ~SavePoseConstraintToFileFilter()

protocols::constraint_filters::SavePoseConstraintToFileFilter::~SavePoseConstraintToFileFilter ( )
overridedefault

Member Function Documentation

◆ apply()

bool protocols::constraint_filters::SavePoseConstraintToFileFilter::apply ( core::pose::Pose const &  pose) const
overridevirtual
Returns
Print pose information and return true

Implements protocols::filters::Filter.

References compute().

◆ class_name()

std::string protocols::constraint_filters::SavePoseConstraintToFileFilter::class_name ( )
static

◆ clone()

filters::FilterOP protocols::constraint_filters::SavePoseConstraintToFileFilter::clone ( ) const
inlineoverridevirtual

◆ compute()

core::Real protocols::constraint_filters::SavePoseConstraintToFileFilter::compute ( core::pose::Pose const &  pose) const

References report(), and protocols::constraint_filters::TR().

Referenced by apply(), and report_sm().

◆ fresh_instance()

filters::FilterOP protocols::constraint_filters::SavePoseConstraintToFileFilter::fresh_instance ( ) const
inlineoverridevirtual

◆ name()

std::string protocols::constraint_filters::SavePoseConstraintToFileFilter::name ( ) const
overridevirtual

Reimplemented from protocols::filters::Filter.

References class_name().

◆ parse_my_tag()

void protocols::constraint_filters::SavePoseConstraintToFileFilter::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 filename_, core::conformation::membrane::in, core::conformation::membrane::out, overwrite_, and protocols::constraint_filters::TR().

◆ provide_xml_schema()

void protocols::constraint_filters::SavePoseConstraintToFileFilter::provide_xml_schema ( utility::tag::XMLSchemaDefinition &  xsd)
static

◆ report()

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

◆ report_sm()

core::Real protocols::constraint_filters::SavePoseConstraintToFileFilter::report_sm ( core::pose::Pose const &  pose) const
overridevirtual
Returns
Print pose information and return true

Reimplemented from protocols::filters::Filter.

References compute().

Member Data Documentation

◆ filename_

std::string protocols::constraint_filters::SavePoseConstraintToFileFilter::filename_
private

Referenced by parse_my_tag(), and report().

◆ overwrite_

bool protocols::constraint_filters::SavePoseConstraintToFileFilter::overwrite_
private

Referenced by parse_my_tag().


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