|
Rosetta 3.5
|
#include <CamShiftEvaluator.hh>


Public Member Functions | |
| CamShiftEvaluator (std::string tag, std::string cst_file) | |
| virtual bool | applicable (core::pose::Pose const &pose) const |
Public Member Functions inherited from protocols::simple_filters::ExternalEvaluator | |
| 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... | |
| void | set_command (std::string const &command_in) |
| std::string | scratch_dir () const |
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 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 48 of file CamShiftEvaluator.hh.
| protocols::simple_filters::CamShiftEvaluator::CamShiftEvaluator | ( | std::string | tag, |
| std::string | cst_file | ||
| ) |
Definition at line 56 of file CamShiftEvaluator.cc.
References protocols::simple_filters::ExternalEvaluator::scratch_dir(), and protocols::simple_filters::ExternalEvaluator::set_command().
|
virtual |
Reimplemented from protocols::simple_filters::ExternalEvaluator.
Definition at line 83 of file CamShiftEvaluator.cc.
References core::pose::Pose::is_fullatom().
1.8.4