Rosetta Protocols  2014.16.56682
Classes | Typedefs
protocols::loop_modeling::utilities Namespace Reference

Generally useful loop-sampling meta-algorithms. More...

Classes

class  AcceptanceCheck
 Apply an additional Monte Carlo acceptance check. More...
 
class  LoopFilter
 Apply any filter in the context of a loop modeling simulation. More...
 
class  LoopMoverGroup
 Manage a collection of loop-sampling algorithms. More...
 
class  PeriodicMover
 Apply another mover at regular intervals. More...
 
class  RepeatedMover
 Apply another mover multiple times. More...
 

Typedefs

typedef
utility::pointer::owning_ptr
< AcceptanceCheck
AcceptanceCheckOP
 
typedef
utility::pointer::owning_ptr
< AcceptanceCheck const > 
AcceptanceCheckCOP
 
typedef
utility::pointer::owning_ptr
< LoopFilter
LoopFilterOP
 
typedef
utility::pointer::owning_ptr
< LoopFilter const > 
LoopFilterCOP
 
typedef
utility::pointer::owning_ptr
< LoopMoverGroup
LoopMoverGroupOP
 
typedef
utility::pointer::owning_ptr
< LoopMoverGroup const > 
LoopMoverGroupCOP
 
typedef
utility::pointer::owning_ptr
< PeriodicMover
PeriodicMoverOP
 
typedef
utility::pointer::owning_ptr
< PeriodicMover const > 
PeriodicMoverCOP
 
typedef
utility::pointer::owning_ptr
< RepeatedMover
RepeatedMoverOP
 
typedef
utility::pointer::owning_ptr
< RepeatedMover const > 
RepeatedMoverCOP
 

Detailed Description

Generally useful loop-sampling meta-algorithms.

This namespace contains generally useful LoopMover subclasses that don't directly perform loop sampling. For example, the PeriodicMover and RepeatedMover classes just control how often a given loop mover is called. The LoopMoverGroup classes makes it easy to work with a collection of loop movers.

Typedef Documentation