Rosetta
Functions | Variables
pose_serialize_test.cc File Reference
#include <devel/init.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <core/import_pose/import_pose.hh>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <basic/options/option.hh>
#include <basic/options/option_macros.hh>
#include <basic/options/keys/OptionKeys.hh>
#include <utility/excn/Exceptions.hh>
#include <iostream>
#include <sstream>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/ScoreFunction.hh>
#include <basic/Tracer.hh>

Functions

int main (int argc, char *argv[])
 

Variables

static basic::Tracer trmain ("test")
 serialize test for pose this really doesn't test a lot of things, datacache, energies, residuetypes, symmetry, etc. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ trmain

basic::Tracer trmain("test") ( "test"  )
static

serialize test for pose this really doesn't test a lot of things, datacache, energies, residuetypes, symmetry, etc.

Author
Ken Jung

Referenced by main().