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
antibody2
H3CterInsert.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
6
// (c) under license. The Rosetta software is developed by the contributing
7
// (c) members of the Rosetta Commons. For more information, see
8
// (c) http://www.rosettacommons.org. Questions about this can be addressed to
9
// (c) University of Washington UW TechTransfer, email:license@u.washington.edu
10
11
/// @file protocols/antibody2/H3CterInsert.fwd.hh
12
/// @brief Build a homology model of an antibody2
13
/// @detailed
14
///
15
///
16
/// @author Jianqing Xu (xubest@gmail.com)
17
18
19
20
21
#ifndef INCLUDED_protocols_antibody2_H3CterInsert_fwd_hh
22
#define INCLUDED_protocols_antibody2_H3CterInsert_fwd_hh
23
24
#include <utility/pointer/owning_ptr.hh>
25
26
27
28
29
namespace
protocols {
30
namespace
antibody2 {
31
32
class
H3CterInsert
;
33
typedef
utility::pointer::owning_ptr< H3CterInsert >
H3CterInsertOP
;
34
typedef
utility::pointer::owning_ptr< H3CterInsert const >
H3CterInsertCOP
;
35
36
}
37
}
38
39
40
41
42
43
44
45
#endif
46
47
48
49
50
51
52
53
54
Generated on Sat Jun 1 2013 11:42:56 for Rosetta 3.5 by
1.8.4