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
SS_Info2.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
// (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 ./src/protocols/fldsgn/topology/SS_Info2.fwd.hh
11
/// @brief
12
/// @author Nobuyasu Koga ( nobuyasu@u.washington.edu )
13
14
15
#ifndef INCLUDED_protocols_fldsgn_topology_SS_Info2_fwd_hh
16
#define INCLUDED_protocols_fldsgn_topology_SS_Info2_fwd_hh
17
18
/// Utility headers
19
#include <utility/pointer/owning_ptr.hh>
20
21
#include <utility/vector1.fwd.hh>
22
23
24
namespace
protocols {
25
namespace
fldsgn {
26
namespace
topology {
27
28
class
SS_Base;
29
class
Strand;
30
class
Helix;
31
class
Loop;
32
class
SS_Info2
;
33
34
typedef
utility::pointer::owning_ptr< SS_Base >
SS_BaseOP
;
35
typedef
utility::pointer::owning_ptr< Helix >
HelixOP
;
36
typedef
utility::pointer::owning_ptr< Strand >
StrandOP
;
37
typedef
utility::pointer::owning_ptr< Loop >
LoopOP
;
38
39
typedef
utility::pointer::owning_ptr< SS_Base const >
SS_BaseCOP
;
40
typedef
utility::pointer::owning_ptr< Helix const >
HelixCOP
;
41
typedef
utility::pointer::owning_ptr< Strand const >
StrandCOP
;
42
typedef
utility::pointer::owning_ptr< Loop const >
LoopCOP
;
43
44
45
typedef
utility::vector1< HelixOP >
Helices
;
46
typedef
utility::vector1< StrandOP >
Strands
;
47
typedef
utility::vector1< LoopOP >
Loops
;
48
49
typedef
utility::pointer::owning_ptr< SS_Info2 >
SS_Info2_OP
;
50
typedef
utility::pointer::owning_ptr< SS_Info2 const >
SS_Info2_COP
;
51
52
}
// namespace topology
53
}
// namespace fldsgn
54
}
// namespace protocols
55
56
#endif
Generated on Sat Jun 1 2013 11:50:18 for Rosetta 3.5 by
1.8.4