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
disulfides
DisulfideMatchingDatabase.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 sw=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 core/scoring/disulfides/DisulfideMatchingDatabase.hh
11
/// @brief Centroid Disulfide Energy Databases
12
/// @author rvernon@u.washington.edu
13
/// @date 02/09/10
14
15
#ifndef INCLUDED_core_scoring_disulfides_DisulfideMatchingDatabase_hh
16
#define INCLUDED_core_scoring_disulfides_DisulfideMatchingDatabase_hh
17
18
//Unit headers
19
//#include <core/scoring/disulfides/DisulfideMatchingDatabase.fwd.hh>
20
// AUTO-REMOVED #include <utility/pointer/ReferenceCount.hh>
21
22
//Project headers
23
#include <
core/types.hh
>
24
// AUTO-REMOVED #include <core/pose/Pose.fwd.hh>
25
// AUTO-REMOVED #include <core/conformation/Residue.fwd.hh>
26
// AUTO-REMOVED #include <core/scoring/constraints/Func.hh>
27
28
//Utility Headers
29
// AUTO-REMOVED #include <numeric/interpolation/Histogram.hh>
30
// AUTO-REMOVED #include <utility/vector1.hh>
31
32
#include <
core/kinematics/RT.hh
>
33
#include <utility/vector1.hh>
34
35
namespace
core {
36
namespace
scoring {
37
namespace
disulfides {
38
39
class
DisulfideMatchingDatabase
{
40
public
:
41
DisulfideMatchingDatabase
();
42
~DisulfideMatchingDatabase
();
43
44
void
45
read_disulfide_database
()
const
;
46
//shouldn't really be const... move to setup for scoring later
47
48
utility::vector1< core::kinematics::RT >
&
49
get_all_disulfides
()
const
;
50
51
private
:
52
53
mutable
bool
db_init_
;
54
mutable
utility::vector1< core::kinematics::RT >
db_disulfides_
;
55
56
};
// DisulfideMatchingDatabase
57
58
}
// disulfides
59
}
// scoring
60
}
// core
61
62
#endif
Generated on Sat Jun 1 2013 11:36:03 for Rosetta 3.5 by
1.8.4