![]() |
Rosetta Protocols
2014.35
|
#include <ExternalEvaluator.hh>
Public Member Functions | |
ExternalEvaluator (std::string tag, std::string command="echo NO_COMMAND_SPECIFIED") | |
virtual | ~ExternalEvaluator () |
virtual core::Real | apply (core::pose::Pose &pose) const |
evaluate pose More... | |
virtual bool | applicable (core::pose::Pose const &) const |
void | set_command (std::string const &command_in) |
std::string | scratch_dir () const |
![]() | |
SingleValuePoseEvaluator (std::string name="UNSPECIFIED_SingleValuePoseEvaluator") | |
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 core::Size | size () const |
virtual std::string | name (core::Size) const |
![]() | |
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 | |
std::string | command_ |
std::string | scratch_dir_ |
std::string | work_dir_ |
protocols::simple_filters::ExternalEvaluator::ExternalEvaluator | ( | std::string | tag, |
std::string | command = "echo NO_COMMAND_SPECIFIED" |
||
) |
|
virtual |
References protocols::simple_filters::tr, and work_dir_.
|
inlinevirtual |
Reimplemented from protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
Reimplemented in protocols::simple_filters::CamShiftEvaluator, and protocols::simple_filters::PalesEvaluator.
Referenced by apply().
|
virtual |
evaluate pose
Implements protocols::evaluation::SingleValuePoseEvaluator< core::Real >.
References applicable(), command_, core::pose::Pose::dump_pdb(), protocols::simple_filters::tr, and work_dir_.
|
inline |
References scratch_dir_.
Referenced by protocols::simple_filters::CamShiftEvaluator::CamShiftEvaluator(), and protocols::simple_filters::PalesEvaluator::PalesEvaluator().
|
inline |
References command_.
Referenced by protocols::simple_filters::CamShiftEvaluator::CamShiftEvaluator(), and protocols::simple_filters::PalesEvaluator::PalesEvaluator().
|
private |
Referenced by apply(), and set_command().
|
private |
Referenced by ExternalEvaluator(), and scratch_dir().
|
private |
Referenced by apply(), ExternalEvaluator(), and ~ExternalEvaluator().