|
Rosetta 3.5
|
A class to hold rotamer building data on the stack and yet have it accessible to derived classes when invoking base class functions. An alternative would have been to store mutable member data in the Library class itself. This option, however, is not thread safe. This data is used by the SemiRotamericSRDL class for when building backbone dependent rotamers. More...
#include <SemiRotamericSingleResidueDunbrackLibrary.hh>


Public Types | |
| typedef RotamericData< T > | parent |
Public Member Functions | |
| BBDepSemiRotamericData (DunbrackRotamer< T, Real > const &rotamer_in, BBDepNRChiSample< Real > const &bbdep_nrchi_sample_in) | |
| virtual | ~BBDepSemiRotamericData () |
| BBDepNRChiSample< Real > const & | bbdep_nrchi_sample () const |
Public Member Functions inherited from core::pack::dunbrack::RotamericData< T > | |
| RotamericData (DunbrackRotamer< T, Real > const &rotamer_in) | |
| virtual | ~RotamericData () |
| DunbrackRotamer< T, Real > const & | rotamer () const |
Public Member Functions inherited from core::pack::dunbrack::RotamerBuildingData | |
| virtual | ~RotamerBuildingData ()=0 |
Private Attributes | |
| BBDepNRChiSample< Real > | bbdep_nrchi_sample_ |
A class to hold rotamer building data on the stack and yet have it accessible to derived classes when invoking base class functions. An alternative would have been to store mutable member data in the Library class itself. This option, however, is not thread safe. This data is used by the SemiRotamericSRDL class for when building backbone dependent rotamers.
Definition at line 94 of file SemiRotamericSingleResidueDunbrackLibrary.hh.
| typedef RotamericData< T > core::pack::dunbrack::BBDepSemiRotamericData< T >::parent |
Definition at line 97 of file SemiRotamericSingleResidueDunbrackLibrary.hh.
|
inline |
Definition at line 100 of file SemiRotamericSingleResidueDunbrackLibrary.hh.
|
inlinevirtual |
Definition at line 109 of file SemiRotamericSingleResidueDunbrackLibrary.hh.
|
inline |
Definition at line 112 of file SemiRotamericSingleResidueDunbrackLibrary.hh.
References core::pack::dunbrack::BBDepSemiRotamericData< T >::bbdep_nrchi_sample_.
Referenced by core::pack::dunbrack::SemiRotamericSingleResidueDunbrackLibrary< T >::bbdep_chisamples_for_rotamer_chi().
|
private |
Definition at line 117 of file SemiRotamericSingleResidueDunbrackLibrary.hh.
Referenced by core::pack::dunbrack::BBDepSemiRotamericData< T >::bbdep_nrchi_sample().
1.8.4