Rosetta  3.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Private Types | Private Attributes | List of all members
protocols::environment::claims::EnvLabelSelector Class Reference

#include <EnvLabelSelector.hh>

Inheritance diagram for protocols::environment::claims::EnvLabelSelector:
Inheritance graph
[legend]

Public Member Functions

 EnvLabelSelector ()
 
 EnvLabelSelector (EnvLabelSelector const &src)
 Copy constructor. More...
 
virtual
core::select::residue_selector::ResidueSelectorOP 
clone () const
 Clone operator. More...
 
 EnvLabelSelector (LocalPositions const &)
 
 EnvLabelSelector (LocalPosition const &)
 
 EnvLabelSelector (std::string const &label, std::pair< core::Size, core::Size > const &range)
 
virtual ~EnvLabelSelector ()
 
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 &datamap)
 Initialize any data members of this instance from an input tag and a DataMap object. More...
 
void set_local_positions (LocalPositions const &)
 
LocalPositions const & local_positions () const
 
void add_position (LocalPosition const &p)
 
virtual std::string get_name () const
 
- Public Member Functions inherited from core::select::residue_selector::ResidueSelector
 ResidueSelector ()
 Constructor. More...
 
virtual ~ResidueSelector ()
 Destructor. More...
 

Static Public Member Functions

static std::string class_name ()
 

Private Types

typedef
core::select::residue_selector::ResidueSubset 
ResidueSubset
 
typedef
core::environment::LocalPositions 
LocalPositions
 
typedef
core::environment::LocalPosition 
LocalPosition
 

Private Attributes

LocalPositions positions_
 

Member Typedef Documentation

Constructor & Destructor Documentation

protocols::environment::claims::EnvLabelSelector::EnvLabelSelector ( )

Referenced by clone().

protocols::environment::claims::EnvLabelSelector::EnvLabelSelector ( EnvLabelSelector const &  src)

Copy constructor.

protocols::environment::claims::EnvLabelSelector::EnvLabelSelector ( LocalPositions const &  positions_in)

References set_local_positions().

protocols::environment::claims::EnvLabelSelector::EnvLabelSelector ( LocalPosition const &  local_pos)
protocols::environment::claims::EnvLabelSelector::EnvLabelSelector ( std::string const &  label,
std::pair< core::Size, core::Size > const &  range 
)
protocols::environment::claims::EnvLabelSelector::~EnvLabelSelector ( )
virtual

Member Function Documentation

void protocols::environment::claims::EnvLabelSelector::add_position ( LocalPosition const &  p)
inline

References positions_.

core::select::residue_selector::ResidueSubset protocols::environment::claims::EnvLabelSelector::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::environment::ProtectedConformation::annotations(), core::pose::Pose::conformation_ptr(), positions_, and core::pose::Pose::size().

std::string protocols::environment::claims::EnvLabelSelector::class_name ( )
static

Referenced by get_name().

core::select::residue_selector::ResidueSelectorOP protocols::environment::claims::EnvLabelSelector::clone ( ) const
virtual

Clone operator.

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

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

References EnvLabelSelector().

std::string protocols::environment::claims::EnvLabelSelector::get_name ( ) const
virtual
LocalPositions const& protocols::environment::claims::EnvLabelSelector::local_positions ( ) const
inline

References positions_.

Referenced by EnvLabelSelector().

void protocols::environment::claims::EnvLabelSelector::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.

void protocols::environment::claims::EnvLabelSelector::set_local_positions ( LocalPositions const &  positions_in)

References positions_.

Referenced by EnvLabelSelector().

Member Data Documentation

LocalPositions protocols::environment::claims::EnvLabelSelector::positions_
private

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