|
Rosetta 3.5
|
#include <SSFeature.hh>


Public Member Functions | |
| SSFeature () | |
| SSFeature (SSFeature const &other) | |
| SSFeature (SSType bin) | |
| utility::vector1 < ResidueFeatureOP > | values_from_pose (core::pose::Pose &pose) const |
| std::string | type () const |
| ResidueFeatureOP | clone () const |
| SSType | ss_type () const |
Public Member Functions inherited from protocols::comparative_modeling::features::ResidueFeature | |
| virtual | ~ResidueFeature () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
| core::Size | resnum () const |
| void | resnum (core::Size const resnum) |
| void | remap (core::id::SequenceMapping const &mapping) |
Static Public Member Functions | |
| static SSType | char2ss_type (char const ss) |
Private Attributes | |
| SSType | ss_type_ |
Definition at line 39 of file SSFeature.hh.
| protocols::comparative_modeling::features::SSFeature::SSFeature | ( | ) |
Definition at line 30 of file SSFeature.cc.
Referenced by clone(), and values_from_pose().
| protocols::comparative_modeling::features::SSFeature::SSFeature | ( | SSFeature const & | other) |
Definition at line 34 of file SSFeature.cc.
| protocols::comparative_modeling::features::SSFeature::SSFeature | ( | SSType | bin) |
Definition at line 39 of file SSFeature.cc.
|
static |
Definition at line 75 of file SSFeature.cc.
References protocols::comparative_modeling::features::E_SS, protocols::comparative_modeling::features::H_SS, protocols::comparative_modeling::features::INVALID_SS, and protocols::comparative_modeling::features::L_SS.
Referenced by values_from_pose().
|
virtual |
Implements protocols::comparative_modeling::features::ResidueFeature.
Definition at line 66 of file SSFeature.cc.
References SSFeature().
| SSType protocols::comparative_modeling::features::SSFeature::ss_type | ( | ) | const |
Definition at line 71 of file SSFeature.cc.
References ss_type_.
|
virtual |
Implements protocols::comparative_modeling::features::ResidueFeature.
Definition at line 62 of file SSFeature.cc.
|
virtual |
Implements protocols::comparative_modeling::features::ResidueFeature.
Definition at line 44 of file SSFeature.cc.
References char2ss_type(), core::pose::Pose::secstruct(), and SSFeature().
|
private |
Definition at line 59 of file SSFeature.hh.
Referenced by ss_type().
1.8.4