Rosetta
Classes | Typedefs | Functions
core::scoring::facts Namespace Reference

Classes

class  FACTSPoseInfo
 
class  FACTSPotential
 
class  FACTSRsdTypeInfo
 
class  FACTSRsdTypeMap
 The FACTSRsdTypeMap is a collection of FACTSRsdTypeInfo for a number of residue types (This is a separate class to shield the raw pointer usage here. More...
 
class  FACTSResidueInfo
 
class  FACTSRotamerSetInfo
 

Typedefs

typedef utility::pointer::shared_ptr< FACTSRsdTypeInfoFACTSRsdTypeInfoOP
 
typedef utility::pointer::shared_ptr< FACTSRsdTypeInfo const > FACTSRsdTypeInfoCOP
 
typedef utility::pointer::shared_ptr< FACTSResidueInfoFACTSResidueInfoOP
 
typedef utility::pointer::shared_ptr< FACTSPoseInfoFACTSPoseInfoOP
 
typedef utility::pointer::shared_ptr< FACTSRotamerSetInfoFACTSRotamerSetInfoOP
 
typedef utility::pointer::shared_ptr< FACTSPotentialFACTSPotentialOP
 

Functions

float fastpow2 (float p)
 
float fastlog2 (float x)
 
float fastexp (float p)
 
float fastpow (float x, float p)
 

Typedef Documentation

◆ FACTSPoseInfoOP

typedef utility::pointer::shared_ptr< FACTSPoseInfo > core::scoring::facts::FACTSPoseInfoOP

◆ FACTSPotentialOP

typedef utility::pointer::shared_ptr< FACTSPotential > core::scoring::facts::FACTSPotentialOP

◆ FACTSResidueInfoOP

typedef utility::pointer::shared_ptr< FACTSResidueInfo > core::scoring::facts::FACTSResidueInfoOP

◆ FACTSRotamerSetInfoOP

typedef utility::pointer::shared_ptr< FACTSRotamerSetInfo > core::scoring::facts::FACTSRotamerSetInfoOP

◆ FACTSRsdTypeInfoCOP

typedef utility::pointer::shared_ptr< FACTSRsdTypeInfo const > core::scoring::facts::FACTSRsdTypeInfoCOP

◆ FACTSRsdTypeInfoOP

typedef utility::pointer::shared_ptr< FACTSRsdTypeInfo > core::scoring::facts::FACTSRsdTypeInfoOP

Function Documentation

◆ fastexp()

float core::scoring::facts::fastexp ( float  p)
inline

◆ fastlog2()

float core::scoring::facts::fastlog2 ( float  x)
inline

Referenced by fastpow().

◆ fastpow()

float core::scoring::facts::fastpow ( float  x,
float  p 
)
inline

References fastlog2(), and fastpow2().

◆ fastpow2()

float core::scoring::facts::fastpow2 ( float  p)
inline

Referenced by fastexp(), and fastpow().