![]() |
Rosetta
3.7
|
#include <Design.bench.hh>

Public Member Functions | |
| DesignBenchmark (std::string name) | |
| virtual void | setUp () |
| virtual void | run (core::Real scaleFactor) |
| virtual void | tearDown () |
Public Member Functions inherited from PerformanceBenchmark | |
| PerformanceBenchmark (std::string name) | |
| virtual | ~PerformanceBenchmark () |
| double | execute (core::Real scaleFactor) |
| std::string | name () |
Public Attributes | |
| protocols::simple_moves::PackRotamersMover | pack_mover |
| core::pose::Pose | design_pose |
Additional Inherited Members | |
Static Public Member Functions inherited from PerformanceBenchmark | |
| static void | executeOneBenchmark (std::string const &name, core::Real scaleFactor=1) |
| static void | executeAllBenchmarks (core::Real scaleFactor=1) |
| static std::string | getReport () |
| static std::string | getOneReport (std::string const &name) |
|
inline |
|
inlinevirtual |
Reimplemented from PerformanceBenchmark.
References design_pose, and pack_mover.
|
inlinevirtual |
Reimplemented from PerformanceBenchmark.
References design_pose.
|
inlinevirtual |
Reimplemented from PerformanceBenchmark.
| core::pose::Pose DesignBenchmark::design_pose |
| protocols::simple_moves::PackRotamersMover DesignBenchmark::pack_mover |
Referenced by run().
1.8.7