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
protocols
swa
monte_carlo
RNA_SWA_MonteCarloUtil.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 RNA_SWA_MonteCarloUtil.hh
11
/// @brief
12
/// @detailed
13
///
14
/// @author Rhiju Das
15
16
17
#ifndef INCLUDED_protocols_swa_monte_carlo_RNA_SWA_MonteCarloUtil_hh
18
#define INCLUDED_protocols_swa_monte_carlo_RNA_SWA_MonteCarloUtil_hh
19
20
#include <
core/pose/Pose.fwd.hh
>
21
#include <
protocols/swa/monte_carlo/types.hh
>
22
#include <
core/types.hh
>
23
24
using namespace
core;
25
26
namespace
protocols {
27
namespace
swa {
28
namespace
monte_carlo {
29
30
MovingResidueCase
31
get_moving_residue_case
(
pose::Pose
const
& pose,
Size
const
i );
32
33
void
34
get_potential_delete_residues
(
pose::Pose
& pose,
35
utility::vector1< Size >
& possible_res,
36
utility::vector1< MovingResidueCase >
& moving_residue_cases,
37
utility::vector1< AddOrDeleteChoice >
& add_or_delete_choices );
38
39
void
40
get_potential_add_residues
(
pose::Pose
& pose,
41
utility::vector1< Size >
& possible_res,
42
utility::vector1< MovingResidueCase >
& moving_residue_cases,
43
utility::vector1< AddOrDeleteChoice >
& add_or_delete_choices );
44
45
void
46
get_random_residue_at_chain_terminus
(
pose::Pose
& pose,
47
Size
& residue_at_chain_terminus,
48
MovingResidueCase
& moving_residue_case,
49
AddOrDeleteChoice
& add_or_delete_choice,
50
bool
const
disallow_delete );
51
52
}
// monte_carlo
53
}
// swa
54
}
// protocols
55
56
#endif
Generated on Sat Jun 1 2013 12:19:00 for Rosetta 3.5 by
1.8.4