Rosetta
Classes | Typedefs | Functions
core::scoring::rna::data Namespace Reference

Classes

class  RNA_DMS_LowResolutionPotential
 
class  RNA_DMS_Potential
 

Typedefs

typedef utility::pointer::shared_ptr< RNA_DMS_LowResolutionPotentialRNA_DMS_LowResolutionPotentialOP
 
typedef utility::pointer::shared_ptr< RNA_DMS_LowResolutionPotential const > RNA_DMS_LowResolutionPotentialCOP
 
typedef utility::pointer::shared_ptr< RNA_DMS_PotentialRNA_DMS_PotentialOP
 
typedef utility::pointer::shared_ptr< RNA_DMS_Potential const > RNA_DMS_PotentialCOP
 

Functions

core::Size lookup_idx (Real const value, utility::vector1< Real > &values)
 
Size get_bool_idx (bool const value, utility::vector1< bool > const &values)
 
Size get_idx (Real const value, std::set< Real > const &values)
 
Size get_idx (Real const value, utility::vector1< Real > const &values)
 
core::Size lookup_idx (core::Real const value, utility::vector1< core::Real > &values)
 
core::Size get_idx (core::Real const value, utility::vector1< core::Real > const &values)
 

Typedef Documentation

◆ RNA_DMS_LowResolutionPotentialCOP

◆ RNA_DMS_LowResolutionPotentialOP

◆ RNA_DMS_PotentialCOP

typedef utility::pointer::shared_ptr< RNA_DMS_Potential const > core::scoring::rna::data::RNA_DMS_PotentialCOP

◆ RNA_DMS_PotentialOP

typedef utility::pointer::shared_ptr< RNA_DMS_Potential > core::scoring::rna::data::RNA_DMS_PotentialOP

Function Documentation

◆ get_bool_idx()

core::Size core::scoring::rna::data::get_bool_idx ( bool const  value,
utility::vector1< bool > const &  values 
)

◆ get_idx() [1/3]

core::Size core::scoring::rna::data::get_idx ( core::Real const  value,
utility::vector1< core::Real > const &  values 
)

◆ get_idx() [2/3]

core::Size core::scoring::rna::data::get_idx ( Real const  value,
std::set< Real > const &  values 
)

◆ get_idx() [3/3]

Size core::scoring::rna::data::get_idx ( Real const  value,
utility::vector1< Real > const &  values 
)

◆ lookup_idx() [1/2]

core::Size core::scoring::rna::data::lookup_idx ( core::Real const  value,
utility::vector1< core::Real > &  values 
)

◆ lookup_idx() [2/2]

core::Size core::scoring::rna::data::lookup_idx ( Real const  value,
utility::vector1< Real > &  values 
)