Rosetta
Classes | Typedefs | Functions
protocols::scoring::methods::pcs Namespace Reference

Classes

class  GridSearchIterator
 
class  PCS_data_per_lanthanides
 
class  PCS_data
 
class  PCS_Energy
 
class  PCS_Energy_parameters_manager
 
class  PseudocontactShiftEnergyCreator
 
class  PCS_line_data
 PCS_line_data class: hold a line of the input file information (.npc format) One PCS_line_data per line in the input file. More...
 
class  PCS_file_data
 PCS_file_data contain all the information of a .npc file one per lanthanide. More...
 
class  PCS_data_input
 PCS_data_input contain all the input information for the PCS. This includes all the information from the .npc files. More...
 
class  PCS_data_input_manager
 
class  PCS_tensor
 
class  TensorsOptimizer
 

Typedefs

typedef utility::pointer::shared_ptr< GridSearchIteratorGridSearchIteratorOP
 
typedef utility::pointer::shared_ptr< GridSearchIterator const > GridSearchIteratorCOP
 
typedef utility::pointer::shared_ptr< PCS_dataPCS_dataOP
 
typedef utility::pointer::shared_ptr< PCS_EnergyPCS_EnergyOP
 
typedef utility::pointer::shared_ptr< PCS_Energy const > PCS_EnergyCOP
 

Functions

static basic::Tracer TR_pcs_d_p_l ("protocols.scoring.methods.pcs.PCS_data_per_lanthanides")
 
static basic::Tracer TR_pcs_d ("protocols.scoring.methods.pcs.PCS_data")
 
void fill_A_line (utility::vector1< core::Real > &A_line, core::Real const xM, core::Real const yM, core::Real const zM, core::Real const x, core::Real const y, core::Real const z)
 
std::ostream & operator<< (std::ostream &out, const PCS_data &P_d)
 
std::ostream & operator<< (std::ostream &out, const PCS_data_per_lanthanides &PCS_d_p_l)
 
static basic::Tracer TR_PCS_Energy ("protocols.scoring.methods.pcs.PCS_Energy")
 
static basic::Tracer TR_PCS_d_i ("protocols.scoring.methods.pcs.PCS_data_input")
 
std::ostream & operator<< (std::ostream &out, const PCS_line_data &PCS_l_d)
 
std::ostream & operator<< (std::ostream &out, const PCS_file_data &PCS_f_d)
 
std::ostream & operator<< (std::ostream &out, const PCS_data_input &PCS_d_i)
 
std::ostream & operator<< (std::ostream &out, const PCS_tensor &PCS_t)
 
static basic::Tracer TR_tsr_opt ("protocols.scoring.methods.pcs.TensorsOptimizer")
 

Typedef Documentation

◆ GridSearchIteratorCOP

typedef utility::pointer::shared_ptr< GridSearchIterator const > protocols::scoring::methods::pcs::GridSearchIteratorCOP

◆ GridSearchIteratorOP

◆ PCS_dataOP

typedef utility::pointer::shared_ptr< PCS_data > protocols::scoring::methods::pcs::PCS_dataOP

◆ PCS_EnergyCOP

typedef utility::pointer::shared_ptr< PCS_Energy const > protocols::scoring::methods::pcs::PCS_EnergyCOP

◆ PCS_EnergyOP

typedef utility::pointer::shared_ptr< PCS_Energy > protocols::scoring::methods::pcs::PCS_EnergyOP

Function Documentation

◆ fill_A_line()

void protocols::scoring::methods::pcs::fill_A_line ( utility::vector1< core::Real > &  A_line,
core::Real const  xM,
core::Real const  yM,
core::Real const  zM,
core::Real const  x,
core::Real const  y,
core::Real const  z 
)

◆ operator<<() [1/6]

std::ostream& protocols::scoring::methods::pcs::operator<< ( std::ostream &  out,
const PCS_data P_d 
)

◆ operator<<() [2/6]

std::ostream& protocols::scoring::methods::pcs::operator<< ( std::ostream &  out,
const PCS_data_input PCS_d_i 
)

◆ operator<<() [3/6]

std::ostream& protocols::scoring::methods::pcs::operator<< ( std::ostream &  out,
const PCS_data_per_lanthanides PCS_d_p_l 
)

◆ operator<<() [4/6]

std::ostream& protocols::scoring::methods::pcs::operator<< ( std::ostream &  out,
const PCS_file_data PCS_f_d 
)

◆ operator<<() [5/6]

std::ostream& protocols::scoring::methods::pcs::operator<< ( std::ostream &  out,
const PCS_line_data PCS_l_d 
)

◆ operator<<() [6/6]

std::ostream& protocols::scoring::methods::pcs::operator<< ( std::ostream &  out,
const PCS_tensor PCS_t 
)

◆ TR_pcs_d()

static basic::Tracer protocols::scoring::methods::pcs::TR_pcs_d ( "protocols.scoring.methods.pcs.PCS_data"  )
static

◆ TR_PCS_d_i()

static basic::Tracer protocols::scoring::methods::pcs::TR_PCS_d_i ( "protocols.scoring.methods.pcs.PCS_data_input"  )
static

◆ TR_pcs_d_p_l()

static basic::Tracer protocols::scoring::methods::pcs::TR_pcs_d_p_l ( "protocols.scoring.methods.pcs.PCS_data_per_lanthanides"  )
static

◆ TR_PCS_Energy()

static basic::Tracer protocols::scoring::methods::pcs::TR_PCS_Energy ( "protocols.scoring.methods.pcs.PCS_Energy"  )
static

◆ TR_tsr_opt()

static basic::Tracer protocols::scoring::methods::pcs::TR_tsr_opt ( "protocols.scoring.methods.pcs.TensorsOptimizer"  )
static