Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
SecondaryStructureSelector.cc File Reference

The SecondaryStructureSelector selects residues based on secondary structure. More...

#include <core/select/residue_selector/SecondaryStructureSelector.hh>
#include <core/select/residue_selector/ResidueSelectorCreators.hh>
#include <core/select/residue_selector/ResidueRanges.hh>
#include <core/select/residue_selector/ResidueSelectorFactory.hh>
#include <core/select/residue_selector/util.hh>
#include <core/pose/Pose.hh>
#include <core/pose/variant_util.hh>
#include <core/scoring/dssp/Dssp.hh>
#include <basic/Tracer.hh>
#include <utility/tag/Tag.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <utility/string_util.hh>
#include <utility/vector1.hh>
#include <utility/assert.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::select
 
 core::select::residue_selector
 

Functions

static basic::Tracer TR ("core.select.residue_selector.SecondaryStructureSelector")
 
void core::select::residue_selector::set_pose_secstruct (std::string const &ss)
 

Detailed Description

The SecondaryStructureSelector selects residues based on secondary structure.

Author
Tom Linsky (tlinsky at uw dot edu)

Function Documentation

static basic::Tracer TR ( "core.select.residue_selector.SecondaryStructureSelector"  )
static