![]() |
Rosetta
2021.16
|
Application source code for testing carbohydrate scoring methods. More...
#include <devel/init.hh>#include <core/types.hh>#include <core/chemical/carbohydrates/CarbohydrateInfo.hh>#include <core/conformation/Residue.hh>#include <core/conformation/carbohydrates/GlycanTreeSet.hh>#include <core/kinematics/MoveMap.hh>#include <core/pose/Pose.hh>#include <core/pose/annotated_sequence.hh>#include <core/pose/carbohydrates/util.hh>#include <core/import_pose/import_pose.hh>#include <core/scoring/Energies.hh>#include <core/scoring/ScoreFunction.hh>#include <core/scoring/ScoreFunctionFactory.hh>#include <protocols/minimization_packing/MinMover.hh>#include <utility/excn/Exceptions.hh>#include <iostream>Functions | |
| int const | SUCCESS (0) |
| int const | FAILURE (-1) |
| string const | PATH ("input/") |
| Real | output_score (Pose &sugar, core::uint res_num, ScoreFunction const &sf, bool silently=false) |
| void | sample_torsions (Pose &pose, core::uint res_num, ScoreFunction const &sf) |
| int | main (int argc, char *argv[]) |
Application source code for testing carbohydrate scoring methods.
| Real output_score | ( | Pose & | sugar, |
| core::uint | res_num, | ||
| ScoreFunction const & | sf, | ||
| bool | silently = false |
||
| ) |
References utility::io::oc::cout, and basic::options::OptionKeys::out::sf.
Referenced by main(), and sample_torsions().
| string const PATH | ( | "input/" | ) |
Referenced by main().
| void sample_torsions | ( | Pose & | pose, |
| core::uint | res_num, | ||
| ScoreFunction const & | sf | ||
| ) |
1.8.7