|
Rosetta 3.5
|
container for BBDofs, providing a convenient operator [], size, other methods and iterators that allow splice to treat ResidueBBDofs as a simple vector (even though it contains other elements as well) More...
#include <Splice.hh>


Public Types | |
| typedef utility::vector1< BBDofs > | bbdof_list |
| typedef bbdof_list::iterator | iterator |
| typedef bbdof_list::const_iterator | const_iterator |
Public Member Functions | |
| ResidueBBDofs () | |
| virtual | ~ResidueBBDofs () |
| void | cut_site (core::Size const c) |
| core::Size | cut_site () const |
| void | clear () |
| void | push_back (BBDofs const b) |
| const_iterator | begin () const |
| const_iterator | end () const |
| iterator | begin () |
| iterator | end () |
| core::Size | size () const |
| BBDofs & | operator[] (int const i) |
| core::Size | start_loop () const |
| void | start_loop (core::Size const s) |
| core::Size | stop_loop () const |
| void | stop_loop (core::Size const s) |
| std::string | source_pdb () const |
| void | source_pdb (std::string const s) |
Private Attributes | |
| core::Size | cut_site_ |
| core::Size | start_loop_ |
| core::Size | stop_loop_ |
| bbdof_list | bbdofs_ |
| std::string | source_pdb_ |
container for BBDofs, providing a convenient operator [], size, other methods and iterators that allow splice to treat ResidueBBDofs as a simple vector (even though it contains other elements as well)
| typedef bbdof_list::const_iterator protocols::protein_interface_design::movers::ResidueBBDofs::const_iterator |
| typedef bbdof_list::iterator protocols::protein_interface_design::movers::ResidueBBDofs::iterator |
|
inline |
|
virtual |
|
inline |
|
inline |
|
inline |
Definition at line 71 of file Splice.hh.
References bbdofs_.
Referenced by protocols::protein_interface_design::movers::Splice::apply(), protocols::protein_interface_design::movers::Splice::read_torsion_database(), and ResidueBBDofs().
|
inline |
Definition at line 69 of file Splice.hh.
References core::pack::dunbrack::c, and cut_site_.
Referenced by protocols::protein_interface_design::movers::Splice::read_torsion_database().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 72 of file Splice.hh.
References bbdofs_.
Referenced by protocols::protein_interface_design::movers::Splice::read_torsion_database().
|
inline |
Definition at line 77 of file Splice.hh.
References bbdofs_.
Referenced by protocols::protein_interface_design::movers::Splice::find_dbase_entry().
|
inline |
Definition at line 83 of file Splice.hh.
References source_pdb_.
Referenced by protocols::protein_interface_design::movers::Splice::read_torsion_database().
|
inline |
Definition at line 84 of file Splice.hh.
References source_pdb_.
|
inline |
Definition at line 79 of file Splice.hh.
References start_loop_.
Referenced by protocols::protein_interface_design::movers::Splice::find_dbase_entry(), and protocols::protein_interface_design::movers::Splice::read_torsion_database().
|
inline |
Definition at line 80 of file Splice.hh.
References start_loop_.
|
inline |
Definition at line 81 of file Splice.hh.
References stop_loop_.
Referenced by protocols::protein_interface_design::movers::Splice::find_dbase_entry(), and protocols::protein_interface_design::movers::Splice::read_torsion_database().
|
inline |
Definition at line 82 of file Splice.hh.
References stop_loop_.
|
private |
Definition at line 87 of file Splice.hh.
Referenced by begin(), clear(), end(), operator[](), push_back(), and size().
|
private |
Definition at line 86 of file Splice.hh.
Referenced by cut_site().
|
private |
Definition at line 88 of file Splice.hh.
Referenced by source_pdb().
|
private |
Definition at line 86 of file Splice.hh.
Referenced by start_loop().
|
private |
Definition at line 86 of file Splice.hh.
Referenced by stop_loop().
1.8.4