Rosetta Core  2014.16.56682
Classes | Namespaces
ResidueIndexSelector.hh File Reference

The ResidueIndexSelector selects residues using a string containing pose indices. More...

#include <core/pack/task/residue_selector/ResidueIndexSelector.fwd.hh>
#include <core/types.hh>
#include <core/pack/task/residue_selector/ResidueSelector.hh>
#include <core/pose/Pose.hh>
#include <utility/tag/Tag.fwd.hh>
#include <utility/vector1.hh>
#include <set>

Classes

class  core::pack::task::residue_selector::ResidueIndexSelector
 The ResidueIndexSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which match the given residue index. The index is read as comma-separated list of either Rosetta indices (e.g. 10) or PDB numbers (e.g. 10A, residue 10 of chain A). Detection and mapping from PDB to Rosetta residue numbers is done internally. More...
 

Namespaces

 core
 A class for defining atom parameters, known as atom_types.
 
 core::pack
 
 core::pack::task
 
 core::pack::task::residue_selector
 

Detailed Description

The ResidueIndexSelector selects residues using a string containing pose indices.

Author
Robert Lindner (rlind.nosp@m.ner@.nosp@m.mpimf.nosp@m.-hei.nosp@m.delbe.nosp@m.rg.m.nosp@m.pg.de)