Rosetta
Public Types | Public Member Functions | Private Attributes | List of all members
core::pack::dunbrack::BBIndSemiRotamericData< 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 independent rotamers. More...

#include <SemiRotamericSingleResidueDunbrackLibrary.hh>

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

Public Types

typedef RotamericData< T, N > parent
 

Public Member Functions

 BBIndSemiRotamericData (DunbrackRotamer< T, N, Real > const &rotamer, BBIndNRChiSample<> const &bbind_nrchi_sample_in, Size const nrchi_bin_id_in)
 
virtual ~BBIndSemiRotamericData ()
 
BBIndNRChiSample const & bbind_nrchi_sample () const
 
Size nrchi_bin_id () 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

BBIndNRChiSample bbind_nrchi_sample_
 
Size nrchi_bin_id_
 

Detailed Description

template<Size T, Size N>
class core::pack::dunbrack::BBIndSemiRotamericData< 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 independent rotamers.

Member Typedef Documentation

◆ parent

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

Constructor & Destructor Documentation

◆ BBIndSemiRotamericData()

template<Size T, Size N>
core::pack::dunbrack::BBIndSemiRotamericData< T, N >::BBIndSemiRotamericData ( DunbrackRotamer< T, N, Real > const &  rotamer,
BBIndNRChiSample<> const &  bbind_nrchi_sample_in,
Size const  nrchi_bin_id_in 
)
inline

◆ ~BBIndSemiRotamericData()

template<Size T, Size N>
virtual core::pack::dunbrack::BBIndSemiRotamericData< T, N >::~BBIndSemiRotamericData ( )
inlinevirtual

Member Function Documentation

◆ bbind_nrchi_sample()

template<Size T, Size N>
BBIndNRChiSample const& core::pack::dunbrack::BBIndSemiRotamericData< T, N >::bbind_nrchi_sample ( ) const
inline

◆ nrchi_bin_id()

template<Size T, Size N>
Size core::pack::dunbrack::BBIndSemiRotamericData< T, N >::nrchi_bin_id ( ) const
inline

Member Data Documentation

◆ bbind_nrchi_sample_

template<Size T, Size N>
BBIndNRChiSample core::pack::dunbrack::BBIndSemiRotamericData< T, N >::bbind_nrchi_sample_
private

◆ nrchi_bin_id_

template<Size T, Size N>
Size core::pack::dunbrack::BBIndSemiRotamericData< T, N >::nrchi_bin_id_
private

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