| 
    Rosetta
    
   | 
 
Application source code for testing CarbohydrateInfo. More...
#include <devel/init.hh>#include <core/types.hh>#include <core/chemical/ChemicalManager.hh>#include <core/conformation/Residue.hh>#include <core/conformation/Conformation.hh>#include <core/pose/Pose.hh>#include <core/pose/annotated_sequence.hh>#include <core/pose/PDBInfo.hh>#include <core/pose/carbohydrates/util.hh>#include <core/io/carbohydrates/pose_io.hh>#include <core/import_pose/import_pose.hh>#include <utility/pointer/owning_ptr.hh>#include <utility/excn/Exceptions.hh>#include <utility/file/FileName.hh>#include <iostream>Functions | |
| int const | SUCCESS (0) | 
| int const | FAILURE (-1) | 
| string const | PATH ("input/") | 
| void | test_sugar (Pose const &sugar) | 
| int | main (int argc, char *argv[]) | 
Application source code for testing CarbohydrateInfo.
| int const FAILURE | ( | - | 1 | ) | 
Referenced by main().
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
References argv, utility::io::oc::cout, test.T009_Exceptions::e, FAILURE(), basic::init(), test.C001_Carbohydrates_Demo01::isomaltose, test.C001_Carbohydrates_Demo01::lactose, test.C001_Carbohydrates_Demo01::Lex, test.C001_Carbohydrates_Demo01::maltotriose, test.C001_Carbohydrates_Demo01::O_linked, PATH(), pyrosetta.distributed.io::pose_from_file, basic::options::OptionKeys::in::file::residue_type_set, SUCCESS(), and test_sugar().
| string const PATH | ( | "input/" | ) | 
Referenced by main().
| int const SUCCESS | ( | 0 | ) | 
Referenced by main().
| void test_sugar | ( | Pose const & | sugar | ) | 
References utility::io::oc::cout, lactamize::filename, create_a3b_hbs::i, and res.
Referenced by main().