![]() |
Rosetta
2021.16
|
The ResidueSpanSelector selects residues using start/end defintions. More...
#include <core/select/residue_selector/ResidueSpanSelector.fwd.hh>#include <core/types.hh>#include <core/select/residue_selector/ResidueSelector.hh>#include <core/pose/Pose.fwd.hh>#include <core/pose/ResidueIndexDescription.fwd.hh>#include <utility/tag/Tag.fwd.hh>#include <utility/tag/XMLSchemaGeneration.fwd.hh>#include <utility/vector1.hh>#include <set>Classes | |
| class | core::select::residue_selector::ResidueSpanSelector |
| The ResidueSpanSelector returns a ResidueSubset, i.e. a utility::vector1< bool > containing 'true' for residue positions which are within a given span. A span is defined by start and end point, each as 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. (The span is defined based on Rosetta indicies, even if residues are given by PDB numbers.) More... | |
Namespaces | |
| core | |
| A class for reading in the atom type properties. | |
| core::select | |
| core::select::residue_selector | |
The ResidueSpanSelector selects residues using start/end defintions.
The ResidueSpanSelector selects residues using a span designation.
1.8.7