Rosetta
Classes | Typedefs | Functions | Variables
TracerTest.cc File Reference
#include <devel/init.hh>
#include <core/chemical/ChemicalManager.hh>
#include <basic/Tracer.hh>
#include <core/types.hh>
#include <protocols/moves/Mover.hh>
#include <utility/pointer/owning_ptr.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <basic/options/option.hh>
#include <numeric/random/random.hh>
#include <core/scoring/etable/Etable.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/Energies.hh>
#include <core/scoring/Ramachandran.hh>
#include <core/pack/dunbrack/RotamerLibrary.hh>
#include <core/scoring/hbonds/HBondSet.hh>
#include <core/kinematics/FoldTree.hh>
#include <core/kinematics/MoveMap.hh>
#include <core/id/AtomID_Map.hh>
#include <core/optimization/AtomTreeMinimizer.hh>
#include <core/optimization/MinimizerOptions.hh>
#include <core/pose/Pose.hh>
#include <basic/database/open.hh>
#include <core/io/pdb/build_pose_as_is.hh>
#include <core/io/pdb/pdb_writer.hh>
#include <core/import_pose/import_pose.hh>
#include <core/pose/annotated_sequence.hh>
#include <ostream>
#include <fstream>
#include <iostream>
#include <basic/options/keys/james.OptionKeys.gen.hh>
#include <basic/options/keys/run.OptionKeys.gen.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <utility/exit.hh>

Classes

class  OutputMover
 
class  AA
 

Typedefs

typedef utility::pointer::owning_ptr< OutputMoverOutputMoverOP
 
typedef utility::pointer::owning_ptr< OutputMover const > OutputMoverCOP
 

Functions

void TracerDiskSpaceTest (void)
 
void show (std::ostream &tr)
 
std::ostream & operator<< (std::ostream &tr, AA)
 
void test_Tracer ()
 
void test_Random (void)
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TM ("TMemory")
 
static basic::Tracer TR_ ("global")
 

Detailed Description

Author
Sergey Lyskov

Typedef Documentation

◆ OutputMoverCOP

typedef utility::pointer::owning_ptr< OutputMover const > OutputMoverCOP

◆ OutputMoverOP

typedef utility::pointer::owning_ptr< OutputMover > OutputMoverOP

Function Documentation

◆ main()

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

◆ operator<<()

std::ostream& operator<< ( std::ostream &  tr,
AA   
)

References tr.

◆ show()

void show ( std::ostream &  tr)

References tr.

Referenced by test_Tracer().

◆ test_Random()

void test_Random ( void  )

◆ test_Tracer()

void test_Tracer ( )

◆ TracerDiskSpaceTest()

void TracerDiskSpaceTest ( void  )

References create_a3b_hbs::i, and TM.

Referenced by OutputMover::apply().

Variable Documentation

◆ TM

basic::Tracer TM("TMemory") ( "TMemory"  )
static

Referenced by TracerDiskSpaceTest().

◆ TR_

basic::Tracer TR_("global") ( "global"  )
static

Referenced by test_Random().