![]() |
Rosetta
2021.16
|
#include <StrandFragment.hh>
Public Member Functions | |
| StrandFragment (core::Size start, core::Size end) | |
| StrandFragment (core::Size beta_selected_segments_id, core::Size start, core::Size end) | |
| StrandFragment () | |
| ~StrandFragment () | |
| std::string | get_pdb_source () const |
| core::Size | get_id () const |
| core::Size | get_start () const |
| core::Size | get_end () const |
| core::Size | get_i () const |
| core::Size | get_j () const |
| core::Size | get_size () const |
| void | set_pdb_source (std::string pdb_source_) |
Private Attributes | |
| core::Size | id_ |
| core::Size | start_ |
| core::Size | end_ |
| core::Size | beta_id_i_ |
| core::Size | beta_id_j_ |
| std::string | pdb_source_ |
| protocols::features::strand_assembly::StrandFragment::StrandFragment | ( | core::Size | start, |
| core::Size | end | ||
| ) |
| protocols::features::strand_assembly::StrandFragment::StrandFragment | ( | core::Size | beta_selected_segments_id, |
| core::Size | start, | ||
| core::Size | end | ||
| ) |
|
default |
|
default |
| core::Size protocols::features::strand_assembly::StrandFragment::get_end | ( | ) | const |
References end_.
Referenced by protocols::features::strand_assembly::StrandBundleFeatures::find_antiparallel(), protocols::features::strand_assembly::StrandBundleFeatures::find_parallel(), protocols::features::strand_assembly::StrandBundleFeatures::judge_facing(), protocols::features::strand_assembly::StrandBundleFeatures::sheet_dis_by_terminals(), and protocols::features::strand_assembly::StrandBundleFeatures::sheet_torsion().
| core::Size protocols::features::strand_assembly::StrandFragment::get_i | ( | ) | const |
References beta_id_i_.
| core::Size protocols::features::strand_assembly::StrandFragment::get_id | ( | ) | const |
References id_.
| core::Size protocols::features::strand_assembly::StrandFragment::get_j | ( | ) | const |
References beta_id_j_.
| std::string protocols::features::strand_assembly::StrandFragment::get_pdb_source | ( | ) | const |
References pdb_source_.
| core::Size protocols::features::strand_assembly::StrandFragment::get_size | ( | ) | const |
Referenced by protocols::features::strand_assembly::StrandBundleFeatures::check_strand_too_closeness(), protocols::features::strand_assembly::StrandBundleFeatures::check_sw_by_dis(), protocols::features::strand_assembly::StrandBundleFeatures::find_antiparallel(), protocols::features::strand_assembly::StrandBundleFeatures::find_parallel(), protocols::features::strand_assembly::StrandBundleFeatures::get_nearest_res_from_strand(), and protocols::features::strand_assembly::StrandBundleFeatures::shortest_dis_sidechain().
| core::Size protocols::features::strand_assembly::StrandFragment::get_start | ( | ) | const |
References start_.
Referenced by protocols::features::strand_assembly::StrandBundleFeatures::check_strand_too_closeness(), protocols::features::strand_assembly::StrandBundleFeatures::check_sw_by_dis(), protocols::features::strand_assembly::StrandBundleFeatures::find_antiparallel(), protocols::features::strand_assembly::StrandBundleFeatures::find_parallel(), protocols::features::strand_assembly::StrandBundleFeatures::get_nearest_res_from_strand(), protocols::features::strand_assembly::StrandBundleFeatures::judge_facing(), protocols::features::strand_assembly::StrandBundleFeatures::sheet_dis_by_terminals(), protocols::features::strand_assembly::StrandBundleFeatures::sheet_torsion(), and protocols::features::strand_assembly::StrandBundleFeatures::shortest_dis_sidechain().
| void protocols::features::strand_assembly::StrandFragment::set_pdb_source | ( | std::string | pdb_source_ | ) |
References pdb_source_.
|
private |
Referenced by get_i().
|
private |
Referenced by get_j().
|
private |
Referenced by get_end(), and get_size().
|
private |
Referenced by get_id().
|
private |
Referenced by get_pdb_source(), and set_pdb_source().
|
private |
Referenced by get_size(), and get_start().
1.8.7