Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
core::pack::task::EX Class Reference

EX handles the various extrachi options. More...

#include <ResfileReader.hh>

Inheritance diagram for core::pack::task::EX:
Inheritance graph
[legend]

Public Member Functions

virtual ResfileCommandOP clone () const
 
virtual void initialize_from_tokens (utility::vector1< std::string > const &tokens, Size &which_token, Size resid)
 EX handles extrachi options. one EX command is necessary for each chi and sampling level you wish to turn on, so multiple EX commands may appear on a line. EX must be followed by an integer (which chi) EX recognizes an optional subcommand LEVEL following the chi integer LEVEL must be followed by a second integer for the level you want. More...
 
virtual void residue_action (PackerTask &, Size resid) const
 Modify the packer task with the command that was read in. More...
 
- Public Member Functions inherited from core::pack::task::ResfileCommand
virtual ~ResfileCommand ()
 Automatically generated virtual destructor for class deriving directly from ReferenceCount. More...
 

Static Public Member Functions

static std::string name ()
 

Private Attributes

bool aro_specified_
 
Size which_chi_
 
ExtraRotSample chi_sample_level_
 

Detailed Description

EX handles the various extrachi options.

Member Function Documentation

virtual ResfileCommandOP core::pack::task::EX::clone ( ) const
inlinevirtual
void core::pack::task::EX::initialize_from_tokens ( utility::vector1< std::string > const &  tokens,
Size which_token,
Size  resid 
)
virtual

EX handles extrachi options. one EX command is necessary for each chi and sampling level you wish to turn on, so multiple EX commands may appear on a line. EX must be followed by an integer (which chi) EX recognizes an optional subcommand LEVEL following the chi integer LEVEL must be followed by a second integer for the level you want.

Implements core::pack::task::ResfileCommand.

References core::pack::task::EX_ONE_STDDEV, core::pack::task::ExtraRotSampleCardinality, core::pack::task::get_token(), and core::pack::task::onError().

static std::string core::pack::task::EX::name ( )
inlinestatic
void core::pack::task::EX::residue_action ( PackerTask ,
Size  resid 
) const
virtual

Member Data Documentation

bool core::pack::task::EX::aro_specified_
private
ExtraRotSample core::pack::task::EX::chi_sample_level_
private
Size core::pack::task::EX::which_chi_
private

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