|
Rosetta 3.5
|
#include <PartitionAggregateFunction.fwd.hh>


Public Types | |
| typedef utility::pointer::owning_ptr < PartitionAggregateFunction > | OP |
| typedef utility::pointer::owning_ptr < PartitionAggregateFunction const > | COP |
Public Types inherited from protocols::multistate_design::MultiStateAggregateFunction | |
| 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 |
Public Member Functions inherited from protocols::multistate_design::MultiStateAggregateFunction | |
| MultiStateAggregateFunction () | |
| virtual | ~MultiStateAggregateFunction () |
Private Attributes | |
| core::Real | temp_ |
| core::Real | anchor_offset_ |
| bool const | compare_all_to_ground_state_ |
Definition at line 21 of file PartitionAggregateFunction.fwd.hh.
| typedef utility::pointer::owning_ptr< PartitionAggregateFunction const > protocols::multistate_design::PartitionAggregateFunction< T >::COP |
Definition at line 38 of file PartitionAggregateFunction.hh.
| typedef utility::pointer::owning_ptr< PartitionAggregateFunction > protocols::multistate_design::PartitionAggregateFunction< T >::OP |
Definition at line 37 of file PartitionAggregateFunction.hh.
| protocols::multistate_design::PartitionAggregateFunction< T >::PartitionAggregateFunction | ( | ) |
Definition at line 38 of file PartitionAggregateFunction.cc.
| protocols::multistate_design::PartitionAggregateFunction< T >::PartitionAggregateFunction | ( | core::Real | temp, |
| core::Real | anchor_offset, | ||
| bool const | compare_to_ground_state = false |
||
| ) |
Definition at line 45 of file PartitionAggregateFunction.cc.
|
virtual |
Definition at line 56 of file PartitionAggregateFunction.cc.
|
virtual |
Definition at line 61 of file PartitionAggregateFunction.cc.
References protocols::multistate_design::PartitionAggregateFunction< T >::anchor_offset_.
|
virtual |
SJF see https://wiki.rosettacommons.org/index.php/IDDocumentation#ProteinInterfaceMS for explanations on the parameters
Reimplemented from protocols::multistate_design::MultiStateAggregateFunction.
Definition at line 68 of file PartitionAggregateFunction.cc.
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 |
Definition at line 62 of file PartitionAggregateFunction.cc.
References protocols::multistate_design::PartitionAggregateFunction< T >::anchor_offset_.
|
virtual |
Definition at line 59 of file PartitionAggregateFunction.cc.
References protocols::multistate_design::PartitionAggregateFunction< T >::temp(), and protocols::multistate_design::PartitionAggregateFunction< T >::temp_.
|
virtual |
Definition at line 58 of file PartitionAggregateFunction.cc.
References protocols::multistate_design::PartitionAggregateFunction< T >::temp_.
Referenced by protocols::multistate_design::PartitionAggregateFunction< T >::set_temp().
|
private |
Definition at line 65 of file PartitionAggregateFunction.hh.
Referenced by protocols::multistate_design::PartitionAggregateFunction< T >::anchor_offset(), protocols::multistate_design::PartitionAggregateFunction< T >::evaluate(), and protocols::multistate_design::PartitionAggregateFunction< T >::set_anchor_offset().
|
private |
Definition at line 69 of file PartitionAggregateFunction.hh.
Referenced by protocols::multistate_design::PartitionAggregateFunction< T >::evaluate().
|
private |
1.8.4