![]() |
Rosetta
2021.16
|
#include <SS_Info.hh>
Public Types | |
| typedef ObjexxFCL::FArray1D< int > | FArray1D_int |
| typedef ObjexxFCL::FArray2D< int > | FArray2D_int |
Public Member Functions | |
| Helices () | |
| default constructor More... | |
| Helices (int const &total_residue) | |
| total residue constructor More... | |
| void | resize (int const nres) |
| Helices (Helices const &h) | |
| copy constructor More... | |
| ~Helices () | |
| default destructor More... | |
| Helices & | operator= (Helices const &h) |
| copy assignment More... | |
Public Attributes | |
| int | total_helices |
| number of helices More... | |
| int | total_HH_dimer |
| PRIVATE: ! More... | |
| FArray1D_int | HH_resnum |
| FArray2D_int | HH_helix_end |
Friends | |
| std::ostream & | operator<< (std::ostream &out, Helices const &s) |
| typedef ObjexxFCL::FArray1D< int > core::scoring::Helices::FArray1D_int |
| typedef ObjexxFCL::FArray2D< int > core::scoring::Helices::FArray2D_int |
|
default |
default constructor
| core::scoring::Helices::Helices | ( | int const & | total_residue | ) |
total residue constructor
References resize().
| core::scoring::Helices::Helices | ( | Helices const & | h | ) |
copy constructor
|
default |
default destructor
copy assignment
References HH_helix_end, HH_resnum, and total_HH_dimer.
| void core::scoring::Helices::resize | ( | int const | nres | ) |
References HH_helix_end, and HH_resnum.
Referenced by Helices(), and core::scoring::SS_Info::resize().
|
friend |
| FArray2D_int core::scoring::Helices::HH_helix_end |
| FArray1D_int core::scoring::Helices::HH_resnum |
| int core::scoring::Helices::total_helices |
number of helices
| int core::scoring::Helices::total_HH_dimer |
PRIVATE: !
Referenced by core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), and operator=().
1.8.7