Rosetta
Namespaces | Typedefs
AACompositionEnergySetup.fwd.hh File Reference

Forward declarations for a helper class that stores the setup information for the AACompositionEnergy score term. More...

#include <utility/pointer/owning_ptr.hh>

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::scoring
 
 core::scoring::aa_composition_energy
 

Typedefs

typedef utility::pointer::shared_ptr< AACompositionPropertiesSet > core::scoring::aa_composition_energy::AACompositionPropertiesSetOP
 
typedef utility::pointer::shared_ptr< AACompositionPropertiesSet const > core::scoring::aa_composition_energy::AACompositionPropertiesSetCOP
 
typedef utility::pointer::shared_ptr< AACompositionEnergySetup > core::scoring::aa_composition_energy::AACompositionEnergySetupOP
 
typedef utility::pointer::shared_ptr< AACompositionEnergySetup const > core::scoring::aa_composition_energy::AACompositionEnergySetupCOP
 

Detailed Description

Forward declarations for a helper class that stores the setup information for the AACompositionEnergy score term.

This energy method is inherently not pairwise decomposible. However, it is intended for very rapid calculation, and has been designed to plug into Alex Ford's modifications to the packer that permit it to work with non-pairwise scoring terms.

Author
Vikram K. Mulligan (vmull.nosp@m.ig@u.nosp@m.w.edu).