![]() |
Rosetta
2021.16
|
Utility functions for mainchain torsional potentials. More...
#include <core/chemical/mainchain_potential/util.hh>#include <core/chemical/mainchain_potential/MainchainScoreTable.hh>#include <utility/string_util.hh>#include <utility/io/izstream.hh>#include <basic/Tracer.hh>#include <basic/database/open.hh>#include <basic/options/keys/corrections.OptionKeys.gen.hh>#include <basic/options/option.hh>Namespaces | |
| core | |
| A class for reading in the atom type properties. | |
| core::chemical | |
| core::chemical::mainchain_potential | |
Functions | |
| static basic::Tracer | core::chemical::mainchain_potential::TR ("core.chemical.mainchain_potential.util") |
| void | core::chemical::mainchain_potential::read_rama_map_file_shapovalov (std::string const &filename, utility::vector1< std::string > const &res_type_names, bool const use_polycubic_interpolation, std::map< std::string, MainchainScoreTableCOP > &mainchain_score_table_map) |
| Read a Shapovalov/Ramachandran-style mainchain torsion file, parse it for mainchain potentials corresponding to a vector of ResidueType names, and return a map of (name->MainchainScoreTableCOP). More... | |
| void | core::chemical::mainchain_potential::read_rama_map_file_shapovalov (std::string const &filename, bool const use_polycubic_interpolation, utility::vector1< std::pair< std::string, MainchainScoreTableOP > > &newtables) |
| Read a Shapovalov/Ramachandran-style mainchain torsion file, parse it for all the mainchain potentials that it contains, and return a vector of pairs of (map name, MainchainScoreTableOP). More... | |
Utility functions for mainchain torsional potentials.
1.8.7