![]() |
Rosetta
3.7
|
#include <SS_Info.hh>
Public Types | |
typedef ObjexxFCL::FArray1D< int > | FArray1D_int |
typedef ObjexxFCL::FArray2D< int > | FArray2D_int |
Public Member Functions | |
Strands () | |
default constructor More... | |
Strands (int const &total_residue) | |
total residue constructor More... | |
Strands (Strands const &s) | |
copy constructor More... | |
~Strands () | |
default destructor More... | |
void | resize (Size const nres) |
void | clear () |
Strands & | operator= (Strands const &s) |
copy assignment More... | |
Public Attributes | |
int | total_SS_dimer |
number of strand dimers More... | |
FArray1D_int | SS_resnum |
residue number of strand dimer i More... | |
int | total_strands |
number of strands More... | |
FArray1D_int | SS_strand |
strand number containing SS_dimer i More... | |
FArray1D_int | SS_dimer |
dimer number starting with position i More... | |
FArray2D_int | SS_strand_end |
residue number of first non-E res More... | |
FArray2D_int | dimer_neighbor |
two neighbors, used for determining sheets More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, Strands const &s) |
typedef ObjexxFCL::FArray1D< int > core::scoring::Strands::FArray1D_int |
typedef ObjexxFCL::FArray2D< int > core::scoring::Strands::FArray2D_int |
core::scoring::Strands::Strands | ( | ) |
default constructor
core::scoring::Strands::Strands | ( | int const & | total_residue | ) |
total residue constructor
References resize().
core::scoring::Strands::Strands | ( | Strands const & | s | ) |
copy constructor
core::scoring::Strands::~Strands | ( | ) |
default destructor
void core::scoring::Strands::clear | ( | ) |
References dimer_neighbor, SS_dimer, SS_resnum, SS_strand, and SS_strand_end.
Referenced by resize().
copy assignment
References dimer_neighbor, SS_dimer, SS_resnum, SS_strand, SS_strand_end, total_SS_dimer, and total_strands.
void core::scoring::Strands::resize | ( | Size const | nres | ) |
References clear(), dimer_neighbor, SS_dimer, SS_resnum, SS_strand, and SS_strand_end.
Referenced by core::scoring::SS_Info::resize(), and Strands().
|
friend |
|
mutable |
two neighbors, used for determining sheets
Referenced by clear(), operator=(), and resize().
FArray1D_int core::scoring::Strands::SS_dimer |
dimer number starting with position i
Referenced by clear(), core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), operator=(), and resize().
FArray1D_int core::scoring::Strands::SS_resnum |
residue number of strand dimer i
Referenced by clear(), core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), operator=(), and resize().
FArray1D_int core::scoring::Strands::SS_strand |
strand number containing SS_dimer i
Referenced by clear(), core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), operator=(), and resize().
FArray2D_int core::scoring::Strands::SS_strand_end |
residue number of first non-E res
Referenced by clear(), core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), operator=(), and resize().
int core::scoring::Strands::total_SS_dimer |
number of strand dimers
Referenced by core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), and operator=().
int core::scoring::Strands::total_strands |
number of strands
Referenced by core::scoring::SecondaryStructurePotential::identify_ss(), core::scoring::operator<<(), and operator=().