Rosetta
Namespaces | Functions
HBondOptions.cc File Reference

HBondOptions class, holds the options for the hbond energy function. More...

#include <core/scoring/hbonds/HBondOptions.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/corrections.OptionKeys.gen.hh>
#include <basic/options/keys/dna.OptionKeys.gen.hh>
#include <basic/options/keys/score.OptionKeys.gen.hh>
#include <basic/options/keys/membrane.OptionKeys.gen.hh>
#include <basic/options/keys/mp.OptionKeys.gen.hh>
#include <string>
#include <iostream>
#include <utility/tag/Tag.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <utility/options/keys/OptionKeyList.hh>

Namespaces

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

Functions

bool core::scoring::hbonds::operator== (HBondOptions const &a, HBondOptions const &b)
 
bool core::scoring::hbonds::operator!= (HBondOptions const &a, HBondOptions const &b)
 
std::ostream & core::scoring::hbonds::operator<< (std::ostream &out, const HBondOptions &options)
 
HBondOptionsOP core::scoring::hbonds::deep_copy (HBondOptions const &source)
 Needed to allow this to be used with DeepCopyOPs. More...
 

Detailed Description

HBondOptions class, holds the options for the hbond energy function.

Author
Matthew O'Meara