![]() |
Rosetta
2020.50
|
#include <core/scoring/dssp/PairingsList.fwd.hh>
#include <core/types.hh>
#include <utility/vector1.hh>
#include <utility/exit.hh>
#include <ObjexxFCL/FArray1A.hh>
#include <string>
#include <cmath>
Classes | |
class | core::scoring::dssp::Pairing |
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::scoring | |
core::scoring::dssp | |
Functions | |
std::ostream & | core::scoring::dssp::operator<< (std::ostream &out, Pairing const &) |
list of pairings More... | |
std::ostream & | core::scoring::dssp::operator<< (std::ostream &out, PairingsList const &p) |
void | core::scoring::dssp::read_pairing_list (std::string pairing_file, PairingsList &pairings) |
add pairings in pairing_file to list "pairings" More... | |
void | core::scoring::dssp::read_pairing_list (std::istream &pairing_stream, PairingsList &pairings) |
bool | core::scoring::dssp::has_orientation_and_pleating (PairingsList const &pairings) |