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
qsar
qsarMover.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/ligand_docking/qsar/qsarMover.hh
11
/// @author Sam DeLuca
12
13
#ifndef INCLUDED_protocols_qsar_qsarMover_hh
14
#define INCLUDED_protocols_qsar_qsarMover_hh
15
16
#include <
protocols/qsar/qsarMover.fwd.hh
>
17
#include <
protocols/qsar/qsarMap.fwd.hh
>
18
#include <
protocols/moves/Mover.hh
>
19
20
#include <
core/types.hh
>
21
22
#include <
protocols/moves/DataMap.fwd.hh
>
23
#include <
protocols/filters/Filter.fwd.hh
>
24
25
#include <utility/vector1.hh>
26
#include <utility/tag/Tag.fwd.hh>
27
28
29
namespace
protocols {
30
namespace
qsar {
31
32
class
qsarMover
:
public
protocols::moves::Mover
33
{
34
public
:
35
qsarMover
();
36
//qsarMover(core::Real width, core::Real resolution);
37
virtual
void
apply
(
core::pose::Pose
& pose);
38
virtual
void
parse_my_tag
(
utility::tag::TagPtr
const
tag,
39
moves::DataMap
& data,
40
filters::Filters_map
const
& filters,
41
moves::Movers_map
const
& movers,
42
core::pose::Pose
const
& pose
43
);
44
virtual
std::string
get_name
()
const
;
45
46
private
:
47
qsarMapOP
qsar_map_
;
48
std::string
chain_
;
49
utility::vector1<std::string>
grids_to_use_
;
50
bool
initialize_
;
51
};
52
53
}
54
}
55
56
#endif
/* QSARMOVER_HH_ */
Generated on Sat Jun 1 2013 12:08:16 for Rosetta 3.5 by
1.8.4