Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
core
pack
task
RotamerSampleOptions.hh
Go to the documentation of this file.
1
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2
// vi: set ts=2 noet:
3
//
4
// (c) Copyright Rosetta Commons Member Institutions.
5
// (c) This file is part of the Rosetta software suite and is made available under license.
6
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9
10
/// @file core/pack/task/RotamerSampleOptions.hh
11
/// @brief class to describe rotamer construction header
12
/// @author Andrew Leaver-Fay (leaverfa@email.unc.edu)
13
14
#ifndef INCLUDED_core_pack_task_RotamerSampleOptions_hh
15
#define INCLUDED_core_pack_task_RotamerSampleOptions_hh
16
17
#include <string>
18
19
namespace
core {
20
namespace
pack {
21
namespace
task {
22
23
/// @brief levels of extra rotamer sampling, i.e., step size and number of steps.
24
enum
ExtraRotSample
{
25
NO_EXTRA_CHI_SAMPLES
= 0,
//0
26
EX_ONE_STDDEV
,
//1
27
EX_ONE_HALF_STEP_STDDEV
,
//2
28
EX_TWO_FULL_STEP_STDDEVS
,
//3
29
EX_TWO_HALF_STEP_STDDEVS
,
//4
30
EX_FOUR_HALF_STEP_STDDEVS
,
//5
31
EX_THREE_THIRD_STEP_STDDEVS
,
//6
32
EX_SIX_QUARTER_STEP_STDDEVS
,
//7
33
ExtraRotSampleCardinality
34
};
35
36
ExtraRotSample
37
rot_sample_from_name
(
std::string
const
& name );
38
39
bool
40
is_rot_sample_name
(
std::string
const
& name );
41
42
const
int
EXTRACHI_CUTOFF_LIMIT
= 18;
43
44
}
// namespace task
45
}
// namespace pack
46
}
// namespace core
47
48
#endif
Generated on Sat Jun 1 2013 11:34:07 for Rosetta 3.5 by
1.8.4