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
fldsgn
topology
DimerPairing.fwd.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
// This file is made available under the Rosetta Commons license.
5
// See http://www.rosettacommons.org/license
6
// (C) 199x-2007 University of Washington
7
// (C) 199x-2007 University of California Santa Cruz
8
// (C) 199x-2007 University of California San Francisco
9
// (C) 199x-2007 Johns Hopkins University
10
// (C) 199x-2007 University of North Carolina, Chapel Hill
11
// (C) 199x-2007 Vanderbilt University
12
13
/// @file
14
/// @brief
15
/// @author Nobuyasu Koga ( nobuyasu@uw.edu )
16
17
18
#ifndef INCLUDED_protocols_fldsgn_topology_DimerPairing_fwd_hh
19
#define INCLUDED_protocols_fldsgn_topology_DimerPairing_fwd_hh
20
21
#include <utility/pointer/owning_ptr.hh>
22
23
namespace
protocols {
24
namespace
fldsgn {
25
namespace
topology {
26
27
class
DimerPairing
;
28
typedef
utility::pointer::owning_ptr< DimerPairing >
DimerPairingOP
;
29
typedef
utility::pointer::owning_ptr< DimerPairing const >
DimerPairingCOP
;
30
31
class
DimerPairings
;
32
33
}
// ns topology
34
}
// ns fldsgn
35
}
// ns protocols
36
37
#endif
Generated on Sat Jun 1 2013 11:50:11 for Rosetta 3.5 by
1.8.4