Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
protocols::residue_selectors::TaskSelector Class Reference

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...

#include <TaskSelector.hh>

Inheritance diagram for protocols::residue_selectors::TaskSelector:
Inheritance graph
[legend]

Public Member Functions

 TaskSelector ()
 
virtual
core::select::residue_selector::ResidueSelectorOP 
clone () const
 Clone operator. More...
 
virtual ~TaskSelector ()
 
virtual
core::select::residue_selector::ResidueSubset 
apply (core::pose::Pose const &pose) const
 Return a ResidueSubset indicating a selection of Residues from the input Pose; the ResidueSubset is an array of booleans where a value of "true" for position i indicates that residue i is a part of the selected subset – and a value of "false" would indicate that it is not. More...
 
virtual void parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &)
 Initialize any data members of this instance from an input tag and a DataMap object. More...
 
virtual std::string get_name () const
 
void set_task_factory (core::pack::task::TaskFactoryOP tf)
 
void set_select_designable (bool const sel_designable)
 
void set_select_packable (bool const sel_packable)
 
void set_select_fixed (bool const sel_fixed)
 
- Public Member Functions inherited from core::select::residue_selector::ResidueSelector
 ResidueSelector ()
 Constructor. More...
 
virtual ~ResidueSelector ()
 Destructor. More...
 

Static Public Member Functions

static void provide_selector_xsd (utility::tag::XMLSchemaDefinition &)
 
static std::string class_name ()
 

Private Attributes

core::pack::task::TaskFactoryOP tf_
 
bool select_designable_
 
bool select_packable_
 
bool select_fixed_
 

Detailed Description

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.

Constructor & Destructor Documentation

protocols::residue_selectors::TaskSelector::TaskSelector ( )

Referenced by clone().

protocols::residue_selectors::TaskSelector::~TaskSelector ( )
virtual

Member Function Documentation

core::select::residue_selector::ResidueSubset protocols::residue_selectors::TaskSelector::apply ( core::pose::Pose const &  pose) const
virtual

Return a ResidueSubset indicating a selection of Residues from the input Pose; the ResidueSubset is an array of booleans where a value of "true" for position i indicates that residue i is a part of the selected subset – and a value of "false" would indicate that it is not.

Implements core::select::residue_selector::ResidueSelector.

References protocols::residue_selectors::quit_no_tf(), select_designable_, select_fixed_, select_packable_, tf_, and protocols::TR().

std::string protocols::residue_selectors::TaskSelector::class_name ( )
static
core::select::residue_selector::ResidueSelectorOP protocols::residue_selectors::TaskSelector::clone ( ) const
virtual

Clone operator.

Copy this object and return an owning pointer to the new object.

Implements core::select::residue_selector::ResidueSelector.

References TaskSelector().

std::string protocols::residue_selectors::TaskSelector::get_name ( ) const
virtual
void protocols::residue_selectors::TaskSelector::parse_my_tag ( utility::tag::TagCOP  tag,
basic::datacache::DataMap &  datacache 
)
virtual

Initialize any data members of this instance from an input tag and a DataMap object.

Noop implementation in the base class in the case that a derived class has no need to read data from an input tag

Reimplemented from core::select::residue_selector::ResidueSelector.

References protocols::residue_selectors::quit_no_tf(), select_designable_, select_fixed_, select_packable_, set_select_designable(), set_select_fixed(), set_select_packable(), set_task_factory(), protocols::hybridization::t, and protocols::TR().

void protocols::residue_selectors::TaskSelector::provide_selector_xsd ( utility::tag::XMLSchemaDefinition &  )
static
void protocols::residue_selectors::TaskSelector::set_select_designable ( bool const  sel_designable)

References select_designable_.

Referenced by parse_my_tag().

void protocols::residue_selectors::TaskSelector::set_select_fixed ( bool const  sel_fixed)

References select_fixed_.

Referenced by parse_my_tag().

void protocols::residue_selectors::TaskSelector::set_select_packable ( bool const  sel_packable)

References select_packable_.

Referenced by parse_my_tag().

void protocols::residue_selectors::TaskSelector::set_task_factory ( core::pack::task::TaskFactoryOP  tf)

References tf_.

Referenced by parse_my_tag().

Member Data Documentation

bool protocols::residue_selectors::TaskSelector::select_designable_
private
bool protocols::residue_selectors::TaskSelector::select_fixed_
private
bool protocols::residue_selectors::TaskSelector::select_packable_
private
core::pack::task::TaskFactoryOP protocols::residue_selectors::TaskSelector::tf_
private

Referenced by apply(), and set_task_factory().


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