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
core
scoring
interface
DDPlookup.fwd.hh
Go to the documentation of this file.
1
// (c) Copyright Rosetta Commons Member Institutions.
2
// (c) This file is part of the Rosetta software suite and is made available under license.
3
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
4
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
5
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
6
7
/// @file src/core/scoring/Interface/DDPlookup.fwd.hh
8
/// @author Hermann Zellner (hermann1.zellner@biologie.uni-regensburg.de)
9
10
#ifndef INCLUDED_core_scoring_interface_DDPlookup_fwd_hh
11
#define INCLUDED_core_scoring_interface_DDPlookup_fwd_hh
12
13
#include <utility/pointer/owning_ptr.hh>
14
15
namespace
core {
16
namespace
scoring {
17
namespace
interface {
18
19
class
DDPlookup
;
20
21
typedef
utility::pointer::owning_ptr< DDPlookup >
DDPlookupOP
;
22
typedef
utility::pointer::owning_ptr< DDPlookup const >
DDPlookupCOP
;
23
24
25
}
// Interface
26
}
// scoring
27
}
// core
28
29
#endif
/* INCLUDED_core_scoring_Interface_DDPLOOKUP_FWD_HH_ */
Generated on Sat Jun 1 2013 11:37:21 for Rosetta 3.5 by
1.8.4