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
jd2
DockDesignParser.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/jd2/DockDesignParser.hh
11
/// @brief header file for Parser class, part of August 2008 job distributor
12
/// @author Sarel Fleishman sarelf@u.washington.edu
13
14
15
#ifndef INCLUDED_protocols_jd2_DockDesignParser_hh
16
#define INCLUDED_protocols_jd2_DockDesignParser_hh
17
18
//unit headers
19
#include <
protocols/moves/Mover.fwd.hh
>
20
#include <
protocols/jd2/Job.fwd.hh
>
21
#include <
protocols/jd2/Parser.hh
>
22
23
#include <
protocols/moves/MoverFactory.fwd.hh
>
24
//#include <protocols/protein_interface_design/DockDesignFilterFactory.fwd.hh>
25
26
//project headers
27
#include <
core/pose/Pose.fwd.hh
>
28
29
//utility headers
30
// AUTO-REMOVED #include <basic/options/option.hh>
31
32
#include <utility/vector1.hh>
33
#include <utility/options/StringVectorOption.fwd.hh>
34
#include <iostream>
35
36
37
namespace
protocols {
38
namespace
jd2 {
39
40
/// @brief Reading the xml file and generating the mover
41
class
DockDesignParser
:
public
Parser
42
{
43
public
:
44
typedef
protocols::moves::MoverFactory
MoverFactory
;
45
typedef
protocols::moves::MoverFactoryOP
MoverFactoryOP
;
46
//typedef protocols::protein_interface_design::DockDesignFilterFactory DockDesignFilterFactory;
47
//typedef protocols::protein_interface_design::DockDesignFilterFactoryOP DockDesignFilterFactoryOP;
48
49
public
:
50
DockDesignParser
();
51
virtual
~DockDesignParser
();
52
53
virtual
54
bool
55
generate_mover_from_pose
(
JobCOP
job,
Pose
& pose,
MoverOP
& mover,
bool
new_input,
std::string
const
xml_fname );
56
57
void
register_factory_prototypes
();
58
59
private
:
60
//MoverFactoryOP mover_factory_;
61
62
//DockDesignFilterFactoryOP ddfilter_factory_;
63
64
static
65
void
66
substitute_variables_in_stream
( std::istream & in, utility::options::StringVectorOption
const
& script_vars, std::stringstream & out);
67
68
};
// Parser
69
70
}
// namespace jd2
71
}
// namespace protocols
72
73
#endif //INCLUDED_protocols_jd2_DockDesignParser_HH
Generated on Sat Jun 1 2013 11:54:41 for Rosetta 3.5 by
1.8.4