Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
protocols::simple_moves::FragmentCost Class Referenceabstract

#include <SmoothFragmentMover.hh>

Inheritance diagram for protocols::simple_moves::FragmentCost:
Inheritance graph
[legend]
Collaboration diagram for protocols::simple_moves::FragmentCost:
Collaboration graph
[legend]

Public Member Functions

std::string const & type ()
 
core::Real cutoff () const
 
virtual void score (core::fragment::Frame const &, core::pose::Pose const &pose, ScoreList &scores)=0
 

Protected Member Functions

 FragmentCost (std::string type, core::Real cutoff)
 
virtual ~FragmentCost ()
 

Private Attributes

std::string type_
 
core::Real cutoff_
 

Detailed Description

Definition at line 42 of file SmoothFragmentMover.hh.

Constructor & Destructor Documentation

protocols::simple_moves::FragmentCost::FragmentCost ( std::string  type,
core::Real  cutoff 
)
inlineprotected

Definition at line 45 of file SmoothFragmentMover.hh.

protocols::simple_moves::FragmentCost::~FragmentCost ( )
protectedvirtual

Auto-generated virtual destructor

Definition at line 51 of file SmoothFragmentMover.cc.

Member Function Documentation

core::Real protocols::simple_moves::FragmentCost::cutoff ( ) const
inline

Definition at line 53 of file SmoothFragmentMover.hh.

References cutoff_.

Referenced by protocols::nonlocal::SmoothPolicy::choose().

virtual void protocols::simple_moves::FragmentCost::score ( core::fragment::Frame const &  ,
core::pose::Pose const &  pose,
ScoreList scores 
)
pure virtual
std::string const& protocols::simple_moves::FragmentCost::type ( )
inline

Definition at line 49 of file SmoothFragmentMover.hh.

References type_.

Member Data Documentation

core::Real protocols::simple_moves::FragmentCost::cutoff_
private

Definition at line 64 of file SmoothFragmentMover.hh.

Referenced by cutoff().

std::string protocols::simple_moves::FragmentCost::type_
private

Definition at line 61 of file SmoothFragmentMover.hh.

Referenced by type().


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