Rosetta
Classes | Typedefs
protocols::forge::constraints Namespace Reference

Classes

class  InverseRotamersCstGeneratorCreator
 
class  InverseRotamersRCG
 a RemodelConstraintGenerator that creates AmbiguousConstraints for all positions in a remodeled region towards a list of inverse rotamers. For every remodel position/inverse rotamer pair, there will be one MultiConstraint consisting of three CoordinateConstraints. the three coordinate constraints will be between: 1) remodel res N - invrot N coords 2) remodel res Ca - invrot Ca coords 3) remodel res Cb - invrot Cb coords All of these MultiConstraints are combined to form one AmbiguousConstraint. In effect, this RCG should bias the remodel trajectory such that one remodel residue backbone overlays with one inverse rotamer backbone More...
 
class  InvrotTreeCstGeneratorCreator
 
class  InvrotTreeRCG
 a RemodelConstraintGenerator wrapper that makes the constraints generated by an InvrotTree available in VLB or XML More...
 
class  NtoCConstraintGenerator
 
class  NtoCConstraintGeneratorCreator
 
class  RemoveRemodelCsts
 
class  RemoveRemodelCstsCreator
 

Typedefs

typedef utility::pointer::shared_ptr< InverseRotamersRCGInverseRotamersRCGOP
 
typedef utility::pointer::weak_ptr< InverseRotamersRCG const > InverseRotamersRCGCAP
 
typedef utility::pointer::shared_ptr< InvrotTreeRCGInvrotTreeRCGOP
 
typedef utility::pointer::weak_ptr< InvrotTreeRCG const > InvrotTreeRCGCAP
 
typedef utility::pointer::shared_ptr< NtoCConstraintGeneratorNtoCConstraintGeneratorOP
 

Typedef Documentation

◆ InverseRotamersRCGCAP

typedef utility::pointer::weak_ptr< InverseRotamersRCG const > protocols::forge::constraints::InverseRotamersRCGCAP

◆ InverseRotamersRCGOP

◆ InvrotTreeRCGCAP

typedef utility::pointer::weak_ptr< InvrotTreeRCG const > protocols::forge::constraints::InvrotTreeRCGCAP

◆ InvrotTreeRCGOP

typedef utility::pointer::shared_ptr< InvrotTreeRCG > protocols::forge::constraints::InvrotTreeRCGOP

◆ NtoCConstraintGeneratorOP