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
moves
CompositionMover.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 src/protocols/moves/CompositionMover.hh
11
/// @brief
12
/// @author
13
14
#ifndef INCLUDED_protocols_moves_CompositionMover_hh
15
#define INCLUDED_protocols_moves_CompositionMover_hh
16
17
// AUTO-REMOVED #include <core/types.hh>
18
#include <
core/pose/Pose.fwd.hh
>
19
20
#include <
protocols/moves/Mover.hh
>
21
#include <
protocols/moves/CompositionMover.fwd.hh
>
22
23
// AUTO-REMOVED #include <utility/vector1.hh>
24
#include <utility/pointer/ReferenceCount.hh>
25
26
#include <string>
27
28
#include <utility/vector1.hh>
29
30
31
namespace
protocols {
32
namespace
moves {
33
34
class
CompositionMover
:
public
Mover
{
35
public
:
36
CompositionMover
();
37
38
void
add_mover
(
MoverOP
m );
39
void
clear
();
40
41
virtual
void
apply
(
core::pose::Pose
& pose );
42
virtual
std::string
get_name
()
const
;
43
44
utility::vector1< MoverOP >
get_movers
();
45
46
private
:
47
utility::vector1< MoverOP >
movers_
;
48
};
49
50
}
// moves
51
}
// protocols
52
53
54
#endif
Generated on Sat Jun 1 2013 12:00:14 for Rosetta 3.5 by
1.8.4