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
symmetry
SymmetricRMSMover.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 Ingemar Andre
12
13
14
#ifndef INCLUDED_protocols_simple_moves_symmetry_SymmetricRMSMover_hh
15
#define INCLUDED_protocols_simple_moves_symmetry_SymmetricRMSMover_hh
16
17
// Unit headers
18
#include <
protocols/simple_moves/symmetry/SymmetricRMSMover.fwd.hh
>
19
#include <
protocols/moves/Mover.hh
>
20
#include <
core/pose/Pose.fwd.hh
>
21
#include <
core/conformation/symmetry/SymmetricConformation.fwd.hh
>
22
#include <
core/conformation/symmetry/SymmetryInfo.fwd.hh
>
23
24
#include <utility/vector1.hh>
25
26
27
// Utility Headers
28
29
namespace
protocols {
30
namespace
simple_moves {
31
namespace
symmetry {
32
///////////////////////////////////////////////////////////////////////////////
33
class
SymmetricRMSMover
:
public
protocols::moves::Mover
34
{
35
public
:
36
typedef
core::conformation::symmetry::SymmetricConformation
SymmetricConformation
;
37
typedef
core::conformation::symmetry::SymmetryInfoCOP
SymmetryInfoOP
;
38
39
public
:
40
41
// default constructor
42
SymmetricRMSMover
();
43
44
//SymmetricRMSMover( std::string const & );
45
46
~SymmetricRMSMover
();
47
48
void
apply
(
core::pose::Pose
& pose );
49
virtual
std::string
get_name
()
const
;
50
51
};
52
53
}
// symmetry
54
}
// moves
55
}
// rosetta
56
#endif
Generated on Sat Jun 1 2013 12:18:09 for Rosetta 3.5 by
1.8.4