Rosetta
Classes | Typedefs | Functions
protocols::residue_selectors Namespace Reference

Classes

class  HBondSelector
 
class  HBondSelectorCreator
 
class  LigandMetalContactSelector
 This residue selector takes a selector or residue number of a ligand and returns any residues in contact with metal atoms in the ligand. More...
 
class  LigandMetalContactSelectorCreator
 
class  NativeSelector
 
class  NativeSelectorCreator
 
class  StoredResidueSubsetSelector
 The StoredResidueSubsetSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which are located near the given selected residues in primary sequence space. More...
 
class  StoredResidueSubsetSelectorCreator
 
class  StoreResidueSubsetMover
 mover that can be used to save or restore a task at an arbitrary point during a rosetta scripts protocol. other task operations, movers, or filters can be set up to access tasks saved by this mover during their apply calls. More...
 
class  StoreResidueSubsetMoverCreator
 
class  TaskSelector
 The TaskSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which are located near the given selected residues in primary sequence space. More...
 
class  TaskSelectorCreator
 

Typedefs

typedef utility::pointer::shared_ptr< HBondSelectorHBondSelectorOP
 
typedef utility::pointer::shared_ptr< HBondSelector const > HBondSelectorCOP
 
typedef utility::pointer::shared_ptr< LigandMetalContactSelectorLigandMetalContactSelectorOP
 
typedef utility::pointer::shared_ptr< LigandMetalContactSelector const > LigandMetalContactSelectorCOP
 
typedef utility::pointer::shared_ptr< NativeSelectorNativeSelectorOP
 
typedef utility::pointer::shared_ptr< NativeSelector const > NativeSelectorCOP
 
typedef utility::pointer::shared_ptr< StoredResidueSubsetSelectorStoredResidueSubsetSelectorOP
 
typedef utility::pointer::shared_ptr< StoredResidueSubsetSelector const > StoredResidueSubsetSelectorCOP
 
typedef utility::pointer::shared_ptr< StoreResidueSubsetMoverStoreResidueSubsetMoverOP
 
typedef utility::pointer::shared_ptr< StoreResidueSubsetMover const > StoreResidueSubsetMoverCOP
 
typedef utility::pointer::shared_ptr< TaskSelectorTaskSelectorOP
 
typedef utility::pointer::shared_ptr< TaskSelector const > TaskSelectorCOP
 

Functions

static basic::Tracer TR ("protocols.residue_selectors.NativeSelector")
 
void quit_no_subset ()
 
void quit_no_tf ()
 

Typedef Documentation

◆ HBondSelectorCOP

typedef utility::pointer::shared_ptr< HBondSelector const > protocols::residue_selectors::HBondSelectorCOP

◆ HBondSelectorOP

typedef utility::pointer::shared_ptr< HBondSelector > protocols::residue_selectors::HBondSelectorOP

◆ LigandMetalContactSelectorCOP

◆ LigandMetalContactSelectorOP

◆ NativeSelectorCOP

typedef utility::pointer::shared_ptr< NativeSelector const > protocols::residue_selectors::NativeSelectorCOP

◆ NativeSelectorOP

typedef utility::pointer::shared_ptr< NativeSelector > protocols::residue_selectors::NativeSelectorOP

◆ StoredResidueSubsetSelectorCOP

◆ StoredResidueSubsetSelectorOP

◆ StoreResidueSubsetMoverCOP

◆ StoreResidueSubsetMoverOP

◆ TaskSelectorCOP

typedef utility::pointer::shared_ptr< TaskSelector const > protocols::residue_selectors::TaskSelectorCOP

◆ TaskSelectorOP

typedef utility::pointer::shared_ptr< TaskSelector > protocols::residue_selectors::TaskSelectorOP

Function Documentation

◆ quit_no_subset()

void protocols::residue_selectors::quit_no_subset ( )

◆ quit_no_tf()

void protocols::residue_selectors::quit_no_tf ( )

◆ TR()

static basic::Tracer protocols::residue_selectors::TR ( "protocols.residue_selectors.NativeSelector"  )
static