Rosetta
Public Member Functions | Private Attributes | List of all members
protocols::stepwise::screener::StepWiseScreener Class Referenceabstract

#include <StepWiseScreener.hh>

Inheritance diagram for protocols::stepwise::screener::StepWiseScreener:
Inheritance graph
[legend]

Public Member Functions

 StepWiseScreener ()
 
 ~StepWiseScreener () override
 
virtual void get_update (sampler::StepWiseSamplerOP)
 
virtual void apply_mover (moves::CompositionMoverOP, core::Size const, core::Size const)
 
virtual void add_mover (moves::CompositionMoverOP update_mover, moves::CompositionMoverOP restore_mover)
 
virtual bool check_screen ()
 
virtual std::string name () const =0
 
virtual StepWiseScreenerType type () const =0
 
virtual void fast_forward (sampler::StepWiseSamplerOP)
 
core::Size const & count () const
 
void increment_count ()
 
void reset ()
 
void set_ok_to_increment (bool const setting)
 

Private Attributes

core::Size count_
 
bool ok_to_increment_
 

Constructor & Destructor Documentation

◆ StepWiseScreener()

protocols::stepwise::screener::StepWiseScreener::StepWiseScreener ( )

◆ ~StepWiseScreener()

protocols::stepwise::screener::StepWiseScreener::~StepWiseScreener ( )
overridedefault

Member Function Documentation

◆ add_mover()

void protocols::stepwise::screener::StepWiseScreener::add_mover ( moves::CompositionMoverOP  update_mover,
moves::CompositionMoverOP  restore_mover 
)
virtual

◆ apply_mover()

virtual void protocols::stepwise::screener::StepWiseScreener::apply_mover ( moves::CompositionMoverOP  ,
core::Size const  ,
core::Size const   
)
inlinevirtual

◆ check_screen()

virtual bool protocols::stepwise::screener::StepWiseScreener::check_screen ( )
inlinevirtual

◆ count()

core::Size const& protocols::stepwise::screener::StepWiseScreener::count ( ) const
inline

References count_.

◆ fast_forward()

virtual void protocols::stepwise::screener::StepWiseScreener::fast_forward ( sampler::StepWiseSamplerOP  )
inlinevirtual

◆ get_update()

virtual void protocols::stepwise::screener::StepWiseScreener::get_update ( sampler::StepWiseSamplerOP  )
inlinevirtual

◆ increment_count()

void protocols::stepwise::screener::StepWiseScreener::increment_count ( )

References count_, and ok_to_increment_.

◆ name()

virtual std::string protocols::stepwise::screener::StepWiseScreener::name ( ) const
pure virtual

Implemented in protocols::stepwise::screener::StepWiseResiduePairScreener, protocols::stepwise::screener::VDW_BinScreener, protocols::stepwise::screener::TagDefinition, protocols::stepwise::screener::SugarInstantiator, protocols::stepwise::screener::StubDistanceScreener, protocols::stepwise::screener::StubApplier, protocols::stepwise::screener::Scorer, protocols::stepwise::screener::SampleApplier, protocols::stepwise::screener::RNA_ChainClosureScreener, protocols::stepwise::screener::RNA_ChainClosableGeometryStubBasedScreener, protocols::stepwise::screener::RNA_ChainClosableGeometryScreener, protocols::stepwise::screener::RNA_ChainClosableGeometryResidueBasedScreener, protocols::stepwise::screener::ResidueContactScreener, protocols::stepwise::screener::ProteinCCD_ClosureScreener, protocols::stepwise::screener::PoseSelectionScreener, protocols::stepwise::screener::PhosphateScreener, protocols::stepwise::screener::PartitionContactScreener, protocols::stepwise::screener::PackScreener, protocols::stepwise::screener::O2PrimeScreener, protocols::stepwise::screener::IntegrationTestBreaker, protocols::stepwise::screener::FastForwardToNextRigidBody, protocols::stepwise::screener::FastForwardToNextResidueAlternative, protocols::stepwise::screener::CentroidDistanceScreener, protocols::stepwise::screener::BulgeApplier, protocols::stepwise::screener::BaseCentroidScreener, protocols::stepwise::screener::BaseBinMapUpdater, protocols::stepwise::screener::AnchorSugarScreener, protocols::stepwise::screener::AlignRMSD_Screener, protocols::stepwise::legacy::screener::SimpleRMSD_Screener, protocols::stepwise::legacy::screener::SimplePoseSelection, protocols::stepwise::legacy::screener::RNA_AtrRepScreener, and protocols::stepwise::legacy::screener::ProteinAtrRepScreener.

◆ reset()

void protocols::stepwise::screener::StepWiseScreener::reset ( void  )
inline

References count_.

◆ set_ok_to_increment()

void protocols::stepwise::screener::StepWiseScreener::set_ok_to_increment ( bool const  setting)
inline

References ok_to_increment_.

◆ type()

virtual StepWiseScreenerType protocols::stepwise::screener::StepWiseScreener::type ( ) const
pure virtual

Implemented in protocols::stepwise::screener::StepWiseResiduePairScreener, protocols::stepwise::screener::VDW_BinScreener, protocols::stepwise::screener::TagDefinition, protocols::stepwise::screener::SugarInstantiator, protocols::stepwise::screener::StubDistanceScreener, protocols::stepwise::screener::StubApplier, protocols::stepwise::screener::Scorer, protocols::stepwise::screener::SampleApplier, protocols::stepwise::screener::RNA_ChainClosureScreener, protocols::stepwise::screener::RNA_ChainClosableGeometryStubBasedScreener, protocols::stepwise::screener::RNA_ChainClosableGeometryScreener, protocols::stepwise::screener::RNA_ChainClosableGeometryResidueBasedScreener, protocols::stepwise::screener::ResidueContactScreener, protocols::stepwise::screener::ProteinCCD_ClosureScreener, protocols::stepwise::screener::PoseSelectionScreener, protocols::stepwise::screener::PhosphateScreener, protocols::stepwise::screener::PartitionContactScreener, protocols::stepwise::screener::PackScreener, protocols::stepwise::screener::O2PrimeScreener, protocols::stepwise::screener::IntegrationTestBreaker, protocols::stepwise::screener::FastForwardToNextRigidBody, protocols::stepwise::screener::FastForwardToNextResidueAlternative, protocols::stepwise::screener::CentroidDistanceScreener, protocols::stepwise::screener::BulgeApplier, protocols::stepwise::screener::BaseCentroidScreener, protocols::stepwise::screener::BaseBinMapUpdater, protocols::stepwise::screener::AnchorSugarScreener, protocols::stepwise::screener::AlignRMSD_Screener, protocols::stepwise::legacy::screener::SimpleRMSD_Screener, protocols::stepwise::legacy::screener::SimplePoseSelection, protocols::stepwise::legacy::screener::RNA_AtrRepScreener, and protocols::stepwise::legacy::screener::ProteinAtrRepScreener.

Member Data Documentation

◆ count_

core::Size protocols::stepwise::screener::StepWiseScreener::count_
private

Referenced by count(), increment_count(), and reset().

◆ ok_to_increment_

bool protocols::stepwise::screener::StepWiseScreener::ok_to_increment_
private

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