Rosetta
Public Member Functions | Private Attributes | List of all members
core::scoring::CenListInfo Class Reference

Keep track of the cenlist information. More...

#include <EnvPairPotential.hh>

Inheritance diagram for core::scoring::CenListInfo:
Inheritance graph
[legend]

Public Member Functions

 CenListInfo ()
 
basic::datacache::CacheableDataOP clone () const override
 
Size size () const
 
Real fcen6 (Size const seqpos) const
 
Realfcen6 (Size const seqpos)
 
Real fcen10 (Size const seqpos) const
 
Realfcen10 (Size const seqpos)
 
Real fcen12 (Size const seqpos) const
 
Realfcen12 (Size const seqpos)
 
bool calculated () const
 
bool & calculated ()
 
void initialize (pose::Pose const &pose)
 
void set_fcen6 (Size const seqpos, Real value)
 
void set_fcen10 (Size const seqpos, Real value)
 
void set_fcen12 (Size const seqpos, Real value)
 

Private Attributes

utility::vector1< Realfcen6_
 
utility::vector1< Realfcen10_
 
utility::vector1< Realfcen12_
 
bool calculated_
 

Detailed Description

Keep track of the cenlist information.

Constructor & Destructor Documentation

◆ CenListInfo()

core::scoring::CenListInfo::CenListInfo ( )
inline

Member Function Documentation

◆ calculated() [1/2]

bool& core::scoring::CenListInfo::calculated ( )
inline

References calculated_.

◆ calculated() [2/2]

bool core::scoring::CenListInfo::calculated ( ) const
inline

◆ clone()

basic::datacache::CacheableDataOP core::scoring::CenListInfo::clone ( ) const
inlineoverride

◆ fcen10() [1/2]

Real& core::scoring::CenListInfo::fcen10 ( Size const  seqpos)
inline

References fcen10_.

◆ fcen10() [2/2]

Real core::scoring::CenListInfo::fcen10 ( Size const  seqpos) const
inline

◆ fcen12() [1/2]

Real& core::scoring::CenListInfo::fcen12 ( Size const  seqpos)
inline

References fcen12_.

◆ fcen12() [2/2]

Real core::scoring::CenListInfo::fcen12 ( Size const  seqpos) const
inline

◆ fcen6() [1/2]

Real& core::scoring::CenListInfo::fcen6 ( Size const  seqpos)
inline

References fcen6_.

◆ fcen6() [2/2]

Real core::scoring::CenListInfo::fcen6 ( Size const  seqpos) const
inline

◆ initialize()

void core::scoring::CenListInfo::initialize ( pose::Pose const &  pose)

◆ set_fcen10()

void core::scoring::CenListInfo::set_fcen10 ( Size const  seqpos,
Real  value 
)
inline

References fcen10_.

◆ set_fcen12()

void core::scoring::CenListInfo::set_fcen12 ( Size const  seqpos,
Real  value 
)
inline

References fcen12_.

◆ set_fcen6()

void core::scoring::CenListInfo::set_fcen6 ( Size const  seqpos,
Real  value 
)
inline

References fcen6_.

◆ size()

Size core::scoring::CenListInfo::size ( ) const
inline

Member Data Documentation

◆ calculated_

bool core::scoring::CenListInfo::calculated_
private

Referenced by calculated().

◆ fcen10_

utility::vector1< Real > core::scoring::CenListInfo::fcen10_
private

Referenced by fcen10(), initialize(), and set_fcen10().

◆ fcen12_

utility::vector1< Real > core::scoring::CenListInfo::fcen12_
private

Referenced by fcen12(), initialize(), and set_fcen12().

◆ fcen6_

utility::vector1< Real > core::scoring::CenListInfo::fcen6_
private

Referenced by fcen6(), initialize(), set_fcen6(), and size().


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