|
Rosetta 3.5
|
#include <TimeEvaluator.hh>


Public Member Functions | |
| TimeEvaluator (std::string const &tag="") | |
| void | reset () |
| reset start_time More... | |
| virtual core::Real | apply (core::pose::Pose &) const |
| evaluate pose More... | |
Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< core::Real > | |
| SingleValuePoseEvaluator (std::string name) | |
| virtual void | apply (core::pose::Pose &, std::string tag, core::io::silent::SilentStruct &pss) const |
| evaluate pose and store values in Silent_Struct why is this specific to a specific type of SilentStruct? that seems needlessly pointless and overly constraining. More... | |
| virtual bool | applicable (core::pose::Pose const &) const |
| virtual core::Size | size () const |
| virtual std::string | name (core::Size) const |
Public Member Functions inherited from protocols::evaluation::PoseEvaluator | |
| PoseEvaluator () | |
| virtual | ~PoseEvaluator () |
| virtual void | apply (core::io::silent::SilentStruct &pss) const |
| direct application to SilentStruct... default implementation makes pose and calls "apply", you can overload if you don't need the pose-step More... | |
Private Attributes | |
| time_t | start_time_ |
Definition at line 47 of file TimeEvaluator.hh.
| protocols::evaluation::TimeEvaluator::TimeEvaluator | ( | std::string const & | tag = "") |
Definition at line 45 of file TimeEvaluator.cc.
References reset().
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Definition at line 58 of file TimeEvaluator.cc.
References start_time_.
| void protocols::evaluation::TimeEvaluator::reset | ( | void | ) |
reset start_time
Definition at line 52 of file TimeEvaluator.cc.
References start_time_.
Referenced by TimeEvaluator().
|
private |
Definition at line 57 of file TimeEvaluator.hh.
1.8.4