|
Rosetta 3.5
|
Classes | |
| class | ResidueFeature |
| class | ResidueFeatureFactory |
| class | SSFeature |
| class | TorsionFeature |
Typedefs | |
| typedef utility::pointer::owning_ptr < ResidueFeature > | ResidueFeatureOP |
| typedef utility::pointer::owning_ptr < ResidueFeature const > | ResidueFeatureCOP |
| typedef utility::pointer::owning_ptr < SSFeature > | SSFeatureOP |
| typedef utility::pointer::owning_ptr < SSFeature const > | SSFeatureCOP |
| typedef utility::pointer::owning_ptr < TorsionFeature > | TorsionFeatureOP |
| typedef utility::pointer::owning_ptr < TorsionFeature const > | TorsionFeatureCOP |
Enumerations | |
| enum | SSType { H_SS = 1, E_SS, L_SS, INVALID_SS, n_ss_types = INVALID_SS } |
| enum | TorsionBin { A = 1, B, E, G, O, X, INVALID, n_torsion_bins = INVALID } |
| typedef utility::pointer::owning_ptr< ResidueFeature const > protocols::comparative_modeling::features::ResidueFeatureCOP |
Definition at line 25 of file ResidueFeature.fwd.hh.
| typedef utility::pointer::owning_ptr< ResidueFeature > protocols::comparative_modeling::features::ResidueFeatureOP |
Definition at line 23 of file ResidueFeature.fwd.hh.
| typedef utility::pointer::owning_ptr< SSFeature const > protocols::comparative_modeling::features::SSFeatureCOP |
Definition at line 25 of file SSFeature.fwd.hh.
| typedef utility::pointer::owning_ptr< SSFeature > protocols::comparative_modeling::features::SSFeatureOP |
Definition at line 23 of file SSFeature.fwd.hh.
| typedef utility::pointer::owning_ptr< TorsionFeature const > protocols::comparative_modeling::features::TorsionFeatureCOP |
Definition at line 25 of file TorsionFeature.fwd.hh.
| typedef utility::pointer::owning_ptr< TorsionFeature > protocols::comparative_modeling::features::TorsionFeatureOP |
Definition at line 23 of file TorsionFeature.fwd.hh.
| Enumerator | |
|---|---|
| H_SS | |
| E_SS | |
| L_SS | |
| INVALID_SS | |
| n_ss_types | |
Definition at line 31 of file SSFeature.hh.
| Enumerator | |
|---|---|
| A | |
| B | |
| E | |
| G | |
| O | |
| X | |
| INVALID | |
| n_torsion_bins | |
Definition at line 31 of file TorsionFeature.hh.
1.8.4