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
fibril
SetupForFibrilMover.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
// This file is part of the Rosetta software suite and is made available under license.
5
// The Rosetta software is developed by the contributing members of the Rosetta Commons consortium.
6
// (C) 199x-2009 Rosetta Commons participating institutions and developers.
7
// For more information, see http://www.rosettacommons.org/.
8
9
/// @file
10
/// @brief
11
/// @author Lin Jiang
12
13
14
#ifndef INCLUDED_protocols_fibril_SetupForFibrilMover_hh
15
#define INCLUDED_protocols_fibril_SetupForFibrilMover_hh
16
17
// Unit headers
18
#include <
protocols/fibril/SetupForFibrilMover.fwd.hh
>
19
#include <
protocols/moves/Mover.hh
>
20
#include <
core/pose/Pose.fwd.hh
>
21
// AUTO-REMOVED #include <protocols/fibril/fibril_util.hh>
22
23
#include <
core/kinematics/Jump.hh
>
24
#include <
protocols/loops/Loops.fwd.hh
>
25
#include <utility/vector1.hh>
26
27
28
// Utility Headers
29
30
namespace
protocols {
31
namespace
fibril {
32
///////////////////////////////////////////////////////////////////////////////
33
class
SetupForFibrilMover
:
public
moves::Mover
34
{
35
36
public
:
37
38
// default constructor
39
SetupForFibrilMover
();
40
41
//SetupForFibrilMover( std::string const & );
42
43
~SetupForFibrilMover
();
44
45
void
46
align
(
47
core::pose::Pose
& pose,
48
core::pose::Pose
& monomer_pose,
49
protocols::loops::Loops
core,
50
protocols::loops::Loops
ref_core
51
);
52
53
void
apply
(
core::pose::Pose
& pose );
54
virtual
std::string
get_name
()
const
;
55
56
};
57
58
}
// fibril
59
}
// rosetta
60
#endif
Generated on Sat Jun 1 2013 11:49:34 for Rosetta 3.5 by
1.8.4