Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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>
22 #include <core/types.hh>
23 
24 using namespace core;
25 
26 namespace protocols {
27 namespace swa {
28 namespace monte_carlo {
29 
31  get_moving_residue_case( pose::Pose const & pose, Size const i );
32 
33  void
35  utility::vector1< Size > & possible_res,
36  utility::vector1< MovingResidueCase > & moving_residue_cases,
37  utility::vector1< AddOrDeleteChoice > & add_or_delete_choices );
38 
39  void
41  utility::vector1< Size > & possible_res,
42  utility::vector1< MovingResidueCase > & moving_residue_cases,
43  utility::vector1< AddOrDeleteChoice > & add_or_delete_choices );
44 
45  void
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