|
Rosetta 3.5
|
#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 const & | 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) |
Definition at line 188 of file SS_Info.hh.
| typedef ObjexxFCL::FArray1D< int > core::scoring::Helices::FArray1D_int |
Definition at line 190 of file SS_Info.hh.
| typedef ObjexxFCL::FArray2D< int > core::scoring::Helices::FArray2D_int |
Definition at line 191 of file SS_Info.hh.
| core::scoring::Helices::Helices | ( | ) |
default constructor
Definition at line 228 of file SS_Info.cc.
| core::scoring::Helices::Helices | ( | int const & | total_residue) |
| core::scoring::Helices::Helices | ( | Helices const & | h) |
copy constructor
Definition at line 247 of file SS_Info.cc.
| core::scoring::Helices::~Helices | ( | ) |
default destructor
Definition at line 254 of file SS_Info.cc.
copy assignment
Definition at line 258 of file SS_Info.cc.
References HH_helix_end, HH_resnum, and total_HH_dimer.
| void core::scoring::Helices::resize | ( | int const | nres) |
Definition at line 241 of file SS_Info.cc.
References HH_helix_end, and HH_resnum.
Referenced by Helices(), and core::scoring::SS_Info::resize().
|
friend |
Definition at line 269 of file SS_Info.cc.
| FArray2D_int core::scoring::Helices::HH_helix_end |
Definition at line 229 of file SS_Info.hh.
Referenced by core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), operator=(), and resize().
| FArray1D_int core::scoring::Helices::HH_resnum |
Definition at line 228 of file SS_Info.hh.
Referenced by core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), operator=(), and resize().
| int core::scoring::Helices::total_helices |
number of helices
Definition at line 222 of file SS_Info.hh.
| int core::scoring::Helices::total_HH_dimer |
PRIVATE: !
Definition at line 227 of file SS_Info.hh.
Referenced by core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), and operator=().
1.8.4