Rosetta Protocols  2014.16.56682
Public Member Functions | Private Member Functions | Private Attributes | List of all members
protocols::simple_filters::PredictedBurialEvaluator Class Reference

#include <PredictedBurialEvaluator.hh>

Public Member Functions

 PredictedBurialEvaluator (std::string const &fn)
 
 ~PredictedBurialEvaluator ()
 
virtual void apply (core::pose::Pose &pose, std::string tag, core::io::silent::SilentStruct &ss) 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::Real apply (core::pose::Pose &) const
 evaluate pose More...
 
- Public Member Functions inherited from protocols::evaluation::SingleValuePoseEvaluator< core::Real >
 SingleValuePoseEvaluator (std::string name)
 
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 Member Functions

void init_from_file (std::string const &fn)
 

Private Attributes

utility::vector1< core::Realpredicted_burial_
 

Constructor & Destructor Documentation

protocols::simple_filters::PredictedBurialEvaluator::PredictedBurialEvaluator ( std::string const &  fn)

References evaluation, and init_from_file().

protocols::simple_filters::PredictedBurialEvaluator::~PredictedBurialEvaluator ( )

Member Function Documentation

void protocols::simple_filters::PredictedBurialEvaluator::apply ( core::pose::Pose ,
std::string  tag,
core::io::silent::SilentStruct pss 
) const
virtual

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.

Reimplemented from protocols::evaluation::SingleValuePoseEvaluator< core::Real >.

References distance(), predicted_burial_, resi, core::pose::Pose::residue(), resj, score, and core::pose::Pose::total_residue().

virtual core::Real protocols::simple_filters::PredictedBurialEvaluator::apply ( core::pose::Pose ) const
inlinevirtual
void protocols::simple_filters::PredictedBurialEvaluator::init_from_file ( std::string const &  fn)
private

References getline(), and predicted_burial_.

Referenced by PredictedBurialEvaluator().

Member Data Documentation

utility::vector1< core::Real > protocols::simple_filters::PredictedBurialEvaluator::predicted_burial_
private

Referenced by apply(), and init_from_file().


The documentation for this class was generated from the following files: