![]() |
Rosetta
2021.16
|
#include <PartitionAggregateFunction.hh>

Public Types | |
| typedef utility::pointer::shared_ptr < PartitionAggregateFunction > | OP |
| typedef utility::pointer::shared_ptr < PartitionAggregateFunction const > | COP |
Public Types inherited from protocols::multistate_design::MultiStateAggregateFunction | |
| typedef utility::pointer::shared_ptr < MultiStateAggregateFunction > | OP |
| typedef utility::pointer::shared_ptr < MultiStateAggregateFunction const > | COP |
Public Member Functions | |
| PartitionAggregateFunction () | |
| PartitionAggregateFunction (core::Real temp, core::Real anchor_offset, bool const compare_to_ground_state=false) | |
| ~PartitionAggregateFunction () override | |
| virtual core::Real | temp () const |
| virtual void | set_temp (core::Real temp) |
| virtual core::Real | anchor_offset () const |
| virtual void | set_anchor_offset (core::Real offset) |
| core::Real | evaluate (utility::vector1< core::Real > const &single_state_fitnesses, MultiStateFitnessFunction &fitness_function) const override |
Public Member Functions inherited from protocols::multistate_design::MultiStateAggregateFunction | |
| MultiStateAggregateFunction () | |
| ~MultiStateAggregateFunction () override=default | |
Private Attributes | |
| core::Real | temp_ |
| core::Real | anchor_offset_ |
| bool const | compare_all_to_ground_state_ |
| typedef utility::pointer::shared_ptr< PartitionAggregateFunction const > protocols::multistate_design::PartitionAggregateFunction::COP |
| typedef utility::pointer::shared_ptr< PartitionAggregateFunction > protocols::multistate_design::PartitionAggregateFunction::OP |
| protocols::multistate_design::PartitionAggregateFunction::PartitionAggregateFunction | ( | ) |
| protocols::multistate_design::PartitionAggregateFunction::PartitionAggregateFunction | ( | core::Real | temp, |
| core::Real | anchor_offset, | ||
| bool const | compare_to_ground_state = false |
||
| ) |
|
overridedefault |
|
virtual |
References anchor_offset_.
|
overridevirtual |
SJF see https://wiki.rosettacommons.org/index.php/IDDocumentation#ProteinInterfaceMS for explanations on the parameters
Reimplemented from protocols::multistate_design::MultiStateAggregateFunction.
References anchor_offset_, compare_all_to_ground_state_, protocols::multistate_design::MultiStateFitnessFunction::const_states(), protocols::cryst::denom(), core::chemical::element::F, temp_, and protocols::multistate_design::TR().
|
virtual |
References anchor_offset_.
|
virtual |
|
virtual |
References temp_.
Referenced by set_temp().
|
private |
Referenced by anchor_offset(), evaluate(), and set_anchor_offset().
|
private |
Referenced by evaluate().
|
private |
Referenced by evaluate(), set_temp(), and temp().
1.8.7