Rosetta
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...
 
core::select::residue_selector::ResidueSelectorOP clone () const override
 Clone operator. More...
 
 EnvLabelSelector (LocalPositions const &)
 
 EnvLabelSelector (LocalPosition const &)
 
 EnvLabelSelector (std::string const &label, std::pair< core::Size, core::Size > const &range)
 
 ~EnvLabelSelector () override
 
core::select::residue_selector::ResidueSubset apply (core::pose::Pose const &pose) const override
 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...
 
void parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &datamap) override
 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)
 
std::string get_name () const override
 
- Public Member Functions inherited from core::select::residue_selector::ResidueSelector
 ResidueSelector ()
 Constructor. More...
 
 ~ResidueSelector () override
 Destructor. More...
 
utility::vector1< core::Sizeselection_positions (core::pose::Pose const &pose) const
 Calls apply and returns the Rosetta numbering corresponding to the selected residues. More...
 
virtual void provide_citation_info (basic::citation_manager::CitationCollectionList &) const
 Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. 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

◆ LocalPosition

◆ LocalPositions

◆ ResidueSubset

Constructor & Destructor Documentation

◆ EnvLabelSelector() [1/5]

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

◆ EnvLabelSelector() [2/5]

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

Copy constructor.

◆ EnvLabelSelector() [3/5]

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

References set_local_positions().

◆ EnvLabelSelector() [4/5]

protocols::environment::claims::EnvLabelSelector::EnvLabelSelector ( LocalPosition const &  local_pos)

◆ EnvLabelSelector() [5/5]

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

◆ ~EnvLabelSelector()

protocols::environment::claims::EnvLabelSelector::~EnvLabelSelector ( )
overridedefault

Member Function Documentation

◆ add_position()

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

References positions_.

◆ apply()

core::select::residue_selector::ResidueSubset protocols::environment::claims::EnvLabelSelector::apply ( core::pose::Pose const &  pose) const
overridevirtual

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 core::pose::Pose::conformation_ptr(), positions_, and core::pose::Pose::size().

◆ class_name()

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

Referenced by get_name().

◆ clone()

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

Clone operator.

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

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

◆ get_name()

std::string protocols::environment::claims::EnvLabelSelector::get_name ( ) const
overridevirtual

◆ local_positions()

LocalPositions const& protocols::environment::claims::EnvLabelSelector::local_positions ( ) const
inline

References positions_.

Referenced by EnvLabelSelector().

◆ parse_my_tag()

void protocols::environment::claims::EnvLabelSelector::parse_my_tag ( utility::tag::TagCOP  tag,
basic::datacache::DataMap datacache 
)
overridevirtual

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.

◆ set_local_positions()

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

References positions_.

Referenced by EnvLabelSelector().

Member Data Documentation

◆ positions_

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

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