|
Rosetta 3.5
|
#include <JumpEvaluator.hh>


Public Member Functions | |
| JumpNrEvaluator () | |
| virtual core::Size | apply (core::pose::Pose &pose) const |
| evaluate pose More... | |
Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< core::Size > | |
| 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... | |
Definition at line 71 of file JumpEvaluator.hh.
|
inline |
Definition at line 73 of file JumpEvaluator.hh.
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Size >.
Definition at line 126 of file JumpEvaluator.cc.
References core::pose::Pose::num_jump().
1.8.4