|
Rosetta 3.5
|
#include <StrandFragment.hh>

Public Member Functions | |
| StrandFragment (core::Size start, core::Size end) | |
| StrandFragment (core::Size start, core::Size end, bool direction) | |
| StrandFragment () | |
| ~StrandFragment () | |
| core::Size | get_end () const |
| std::string | get_pdb_source () const |
| core::Size | get_start () const |
| core::Size | get_size () const |
| bool | get_direction () const |
| void | set_pdb_source (std::string pdb_source_) |
| void | set_direction (bool direction) |
Private Attributes | |
| core::Size | start_ |
| core::Size | end_ |
| std::string | pdb_source_ |
| bool | direction_ |
Definition at line 44 of file StrandFragment.hh.
| protocols::features::strand_assembly::StrandFragment::StrandFragment | ( | core::Size | start, |
| core::Size | end | ||
| ) |
Definition at line 35 of file StrandFragment.cc.
| protocols::features::strand_assembly::StrandFragment::StrandFragment | ( | core::Size | start, |
| core::Size | end, | ||
| bool | direction | ||
| ) |
Definition at line 44 of file StrandFragment.cc.
| protocols::features::strand_assembly::StrandFragment::StrandFragment | ( | ) |
Definition at line 33 of file StrandFragment.cc.
| protocols::features::strand_assembly::StrandFragment::~StrandFragment | ( | ) |
Definition at line 53 of file StrandFragment.cc.
| bool protocols::features::strand_assembly::StrandFragment::get_direction | ( | ) | const |
Definition at line 76 of file StrandFragment.cc.
References direction_.
| core::Size protocols::features::strand_assembly::StrandFragment::get_end | ( | ) | const |
Definition at line 60 of file StrandFragment.cc.
References end_.
Referenced by protocols::features::strand_assembly::StrandBundleFeatures::sheet_torsion().
| std::string protocols::features::strand_assembly::StrandFragment::get_pdb_source | ( | ) | const |
Definition at line 71 of file StrandFragment.cc.
References pdb_source_.
| core::Size protocols::features::strand_assembly::StrandFragment::get_size | ( | ) | const |
Definition at line 65 of file StrandFragment.cc.
Referenced by protocols::features::strand_assembly::StrandBundleFeatures::check_sheet_dis_antiparallel(), protocols::features::strand_assembly::StrandBundleFeatures::check_sheet_dis_parallel(), protocols::features::strand_assembly::StrandBundleFeatures::find_antiparallel(), protocols::features::strand_assembly::StrandBundleFeatures::find_parallel(), and protocols::features::strand_assembly::StrandBundleFeatures::shortest_dis_sidechain().
| core::Size protocols::features::strand_assembly::StrandFragment::get_start | ( | ) | const |
Definition at line 55 of file StrandFragment.cc.
References start_.
Referenced by protocols::features::strand_assembly::StrandBundleFeatures::check_sheet_dis_antiparallel(), protocols::features::strand_assembly::StrandBundleFeatures::check_sheet_dis_parallel(), protocols::features::strand_assembly::StrandBundleFeatures::find_antiparallel(), protocols::features::strand_assembly::StrandBundleFeatures::find_parallel(), protocols::features::strand_assembly::StrandBundleFeatures::sheet_torsion(), and protocols::features::strand_assembly::StrandBundleFeatures::shortest_dis_sidechain().
| void protocols::features::strand_assembly::StrandFragment::set_direction | ( | bool | direction) |
Definition at line 86 of file StrandFragment.cc.
References direction_.
| void protocols::features::strand_assembly::StrandFragment::set_pdb_source | ( | std::string | pdb_source_) |
Definition at line 81 of file StrandFragment.cc.
References pdb_source_.
|
private |
Definition at line 92 of file StrandFragment.hh.
Referenced by get_direction(), and set_direction().
|
private |
Definition at line 90 of file StrandFragment.hh.
Referenced by get_end(), and get_size().
|
private |
Definition at line 91 of file StrandFragment.hh.
Referenced by get_pdb_source(), and set_pdb_source().
|
private |
Definition at line 89 of file StrandFragment.hh.
Referenced by get_size(), and get_start().
1.8.4