Rosetta
Public Member Functions | Private Attributes | List of all members
Benchmark Class Reference
Inheritance diagram for Benchmark:
Inheritance graph
[legend]

Public Member Functions

 Benchmark ()
 
 ~Benchmark ()
 
virtual MoverOP clone () const
 
virtual MoverOP fresh_instance () const
 
virtual void apply (Pose &pose)
 
virtual std::string get_name () const
 
virtual void test_move (Pose &pose)
 

Private Attributes

ScoreFunctionOP score_function_
 

Constructor & Destructor Documentation

◆ Benchmark()

Benchmark::Benchmark ( )

Referenced by clone(), fresh_instance(), and main().

◆ ~Benchmark()

Benchmark::~Benchmark ( )

Member Function Documentation

◆ apply()

void Benchmark::apply ( Pose pose)
virtual

◆ clone()

MoverOP Benchmark::clone ( ) const
virtual

References Benchmark().

◆ fresh_instance()

MoverOP Benchmark::fresh_instance ( ) const
virtual

References Benchmark().

◆ get_name()

std::string Benchmark::get_name ( ) const
virtual

◆ test_move()

virtual void Benchmark::test_move ( Pose pose)
inlinevirtual

Member Data Documentation

◆ score_function_

ScoreFunctionOP Benchmark::score_function_
private

Referenced by apply().


The documentation for this class was generated from the following file: