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
simple_moves
MissingDensityToJumpMover.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 protocols/simple_moves/MissingDensityToJumpMover.cc
11
/// @brief Implementation of mover that inserts a jump where there is gap in the pdb. This gap corresponds to missing density.
12
/// @author TJ Brunette (tjbrunette@gmail.com), May 2011
13
14
#ifndef INCLUDED_protocols_simple_moves_MissingDensityToJumpMover_hh
15
#define INCLUDED_protocols_simple_moves_MissingDensityToJumpMover_hh
16
17
// Unit headers
18
#include <
protocols/simple_moves/MissingDensityToJumpMover.fwd.hh
>
19
20
// Unit Headers
21
#include <
protocols/moves/Mover.hh
>
22
23
// Package headers
24
25
// Project headers
26
#include <
core/types.hh
>
27
#include <
core/pose/Pose.fwd.hh
>
28
29
#include <utility/vector1.hh>
30
31
32
// ObjexxFCL Headers
33
34
// C++ Headers
35
36
// Utility Headers
37
38
namespace
protocols {
39
namespace
simple_moves {
40
41
class
MissingDensityToJumpMover
:
public
protocols::moves::Mover
{
42
public
:
43
// default constructor (nmoves=1)
44
MissingDensityToJumpMover
();
45
46
~MissingDensityToJumpMover
();
47
48
virtual
void
apply
(
core::pose::Pose
& pose );
49
virtual
std::string
get_name
()
const
;
50
51
};
52
53
}
// moves
54
}
// protocols
55
56
57
#endif
Generated on Sat Jun 1 2013 12:16:08 for Rosetta 3.5 by
1.8.4