Rosetta
Public Types | Public Member Functions | Private Attributes | List of all members
core::pack::dunbrack::BBDepSemiRotamericData< T, N > Class Template Reference

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>

Inheritance diagram for core::pack::dunbrack::BBDepSemiRotamericData< T, N >:
Inheritance graph
[legend]

Public Types

typedef RotamericData< T, N > parent
 

Public Member Functions

 BBDepSemiRotamericData (DunbrackRotamer< T, N, Real > const &rotamer_in, BBDepNRChiSample< Real > const &bbdep_nrchi_sample_in)
 
 ~BBDepSemiRotamericData () override
 
BBDepNRChiSample< Real > const & bbdep_nrchi_sample () const
 
- Public Member Functions inherited from core::pack::dunbrack::RotamericData< T, N >
 RotamericData (DunbrackRotamer< T, N, Real > const &rotamer_in)
 
 ~RotamericData () override
 
DunbrackRotamer< T, N, Real > const & rotamer () const
 
- Public Member Functions inherited from core::pack::dunbrack::RotamerBuildingData
 ~RotamerBuildingData () override=0
 

Private Attributes

BBDepNRChiSample< Realbbdep_nrchi_sample_
 

Detailed Description

template<Size T, Size N>
class core::pack::dunbrack::BBDepSemiRotamericData< T, N >

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.

Member Typedef Documentation

◆ parent

template<Size T, Size N>
typedef RotamericData< T, N > core::pack::dunbrack::BBDepSemiRotamericData< T, N >::parent

Constructor & Destructor Documentation

◆ BBDepSemiRotamericData()

template<Size T, Size N>
core::pack::dunbrack::BBDepSemiRotamericData< T, N >::BBDepSemiRotamericData ( DunbrackRotamer< T, N, Real > const &  rotamer_in,
BBDepNRChiSample< Real > const &  bbdep_nrchi_sample_in 
)
inline

◆ ~BBDepSemiRotamericData()

template<Size T, Size N>
core::pack::dunbrack::BBDepSemiRotamericData< T, N >::~BBDepSemiRotamericData ( )
inlineoverride

Member Function Documentation

◆ bbdep_nrchi_sample()

template<Size T, Size N>
BBDepNRChiSample< Real > const& core::pack::dunbrack::BBDepSemiRotamericData< T, N >::bbdep_nrchi_sample ( ) const
inline

Member Data Documentation

◆ bbdep_nrchi_sample_

template<Size T, Size N>
BBDepNRChiSample< Real > core::pack::dunbrack::BBDepSemiRotamericData< T, N >::bbdep_nrchi_sample_
private

The documentation for this class was generated from the following file: