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
JD2ResourceManagerCreator.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/resource_manager/planner/JD2ResourceManagerCreator.hh
11
/// @brief
12
/// @author
13
14
#ifndef INCLUDED_protocols_jd2_JD2ResourceManagerCreator_HH
15
#define INCLUDED_protocols_jd2_JD2ResourceManagerCreator_HH
16
17
// Unit Headers
18
#include <basic/resource_manager/ResourceManagerCreator.hh>
19
20
// Package headers
21
#include <basic/resource_manager/ResourceManager.fwd.hh>
22
23
// Utility Headers
24
#include <utility/pointer/ReferenceCount.hh>
25
26
//C++ headers
27
#include <istream>
28
#include <string>
29
30
namespace
protocols {
31
namespace
jd2 {
32
33
class
JD2ResourceManagerCreator
:
public
basic::resource_manager::ResourceManagerCreator
34
{
35
public
:
36
virtual
37
~JD2ResourceManagerCreator
();
38
39
virtual
40
basic::resource_manager::ResourceManager *
41
create_resource_manager
()
const
;
42
43
virtual
44
std::string
manager_type
()
const
;
45
46
47
};
48
49
}
// namespace resource_manager
50
}
// namespace basic
51
52
#endif
Generated on Sat Jun 1 2013 11:54:46 for Rosetta 3.5 by
1.8.4