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 utility::vector1< BBDofs > protocols::protein_interface_design::movers::ResidueBBDofs::bbdof_list |
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 |
References clear().
|
virtual |
|
inline |
References bbdofs_.
|
inline |
References bbdofs_.
|
inline |
|
inline |
References core::pack::dunbrack::c, and cut_site_.
Referenced by protocols::protein_interface_design::movers::Splice::read_torsion_database().
|
inline |
References cut_site_.
|
inline |
References bbdofs_.
|
inline |
References bbdofs_.
|
inline |
References bbdofs_.
|
inline |
References bbdofs_.
Referenced by protocols::protein_interface_design::movers::Splice::read_torsion_database().
|
inline |
References bbdofs_.
Referenced by protocols::protein_interface_design::movers::Splice::find_dbase_entry().
|
inline |
References source_pdb_.
Referenced by protocols::protein_interface_design::movers::Splice::read_torsion_database().
|
inline |
References source_pdb_.
|
inline |
|
inline |
References start_loop_.
|
inline |
|
inline |
References stop_loop_.
|
private |
Referenced by begin(), clear(), end(), operator[](), push_back(), and size().
|
private |
Referenced by cut_site().
|
private |
Referenced by source_pdb().
|
private |
Referenced by start_loop().
|
private |
Referenced by stop_loop().