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
dunbrack
CoarseRotamer.cc
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/scoring/dunbrack/CoarseRotamer.cc
11
/// @brief
12
/// @author Andrew Leaver-Fay
13
14
15
// Unit headers
16
#include <
core/pack/dunbrack/CoarseRotamer.hh
>
17
18
namespace
core {
19
namespace
pack {
20
namespace
dunbrack {
21
22
CoarseRotamer::CoarseRotamer
(
23
Real
prob,
24
Size
nchi_aa,
25
RotVector
const
& rot_in,
26
ChiVector
const
& chi_mean_in,
27
ChiVector
const
& chi_sdev_in,
28
AngleVector
const
& phi_mean,
29
AngleVector
const
& phi_sdev
30
) :
31
probability_( prob ),
32
nchi_aa( nchi_aa ),
33
rot_( rot_in ),
34
chi_mean_( chi_mean_in ),
35
chi_sd_( chi_sdev_in ),
36
phi_mean_( phi_mean ),
37
phi_sdev_( phi_sdev )
38
{}
39
40
CoarseRotamerSet::CoarseRotamerSet
()
41
{}
42
43
void
44
CoarseRotamerSet::push_back
(
CoarseRotamerOP
rot
)
45
{
46
rotamers_
.push_back( rot );
47
}
48
49
50
51
52
}
// namespace dunbrack
53
}
// namespace scoring
54
}
// namespace core
55
Generated on Sat Jun 1 2013 11:33:11 for Rosetta 3.5 by
1.8.4