Rosetta 3.5
|
#include <PartitionAggregateFunction.hh>
Public Types | |
typedef utility::pointer::owning_ptr < PartitionAggregateFunction > | OP |
typedef utility::pointer::owning_ptr < PartitionAggregateFunction const > | COP |
![]() | |
typedef utility::pointer::owning_ptr < MultiStateAggregateFunction > | OP |
typedef utility::pointer::owning_ptr < MultiStateAggregateFunction const > | COP |
Public Member Functions | |
PartitionAggregateFunction () | |
PartitionAggregateFunction (core::Real temp, core::Real anchor_offset, bool const compare_to_ground_state=false) | |
virtual | ~PartitionAggregateFunction () |
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) |
virtual core::Real | evaluate (utility::vector1< core::Real > const &single_state_fitnesses, MultiStateFitnessFunction &fitness_function) const |
![]() | |
MultiStateAggregateFunction () | |
virtual | ~MultiStateAggregateFunction () |
Private Attributes | |
core::Real | temp_ |
core::Real | anchor_offset_ |
bool const | compare_all_to_ground_state_ |
typedef utility::pointer::owning_ptr< PartitionAggregateFunction const > protocols::multistate_design::PartitionAggregateFunction< T >::COP |
typedef utility::pointer::owning_ptr< PartitionAggregateFunction > protocols::multistate_design::PartitionAggregateFunction< T >::OP |
protocols::multistate_design::PartitionAggregateFunction< T >::PartitionAggregateFunction | ( | ) |
protocols::multistate_design::PartitionAggregateFunction< T >::PartitionAggregateFunction | ( | core::Real | temp, |
core::Real | anchor_offset, | ||
bool const | compare_to_ground_state = false |
||
) |
|
virtual |
|
virtual |
|
virtual |
SJF see https://wiki.rosettacommons.org/index.php/IDDocumentation#ProteinInterfaceMS for explanations on the parameters
Reimplemented from protocols::multistate_design::MultiStateAggregateFunction.
References protocols::multistate_design::PartitionAggregateFunction< T >::anchor_offset_, protocols::multistate_design::PartitionAggregateFunction< T >::compare_all_to_ground_state_, protocols::multistate_design::MultiStateFitnessFunction::const_states(), protocols::multistate_design::PartitionAggregateFunction< T >::temp_, and protocols::multistate_design::TR().
|
virtual |
|
virtual |
|
virtual |
|
private |
|
private |
|
private |