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
frag_picker
CS2ndShift.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 part of the Rosetta software suite and is made available under license.
5
// The Rosetta software is developed by the contributing members of the Rosetta Commons consortium.
6
// (C) 199x-2009 Rosetta Commons participating institutions and developers.
7
// For more information, see http://www.rosettacommons.org/.
8
9
/// @file protocols/frag_picker/CSTalosIO.hh
10
/// @brief Class that converts Talos object into secondary shifts list
11
/// @author Dominik Gront (dgront@chem.uw.edu.pl)
12
13
#ifndef INCLUDED_protocols_frag_picker_CS2ndShift_hh
14
#define INCLUDED_protocols_frag_picker_CS2ndShift_hh
15
16
// utility headers
17
#include <
core/types.hh
>
18
// AUTO-REMOVED #include <utility/vector0.hh>
19
// AUTO-REMOVED #include <utility/vector1.hh>
20
21
#include <
protocols/frag_picker/CSTalosIO.hh
>
22
23
24
25
#include <string>
26
#include <map>
27
28
// boost headers
29
#include <boost/tuple/tuple.hpp>
30
31
namespace
protocols {
32
namespace
frag_picker {
33
34
class
CS2ndShift
{
35
public
:
36
37
CS2ndShift
() {}
38
39
//CS2ndShift( CSTalosIO & input_data );
40
41
CS2ndShift
(
CSTalosIO
& input_data,
bool
use_sslimit );
42
43
//
44
45
inline
utility::vector1< utility::vector1< std::pair< Size, Real >
> >
shifts
() {
46
return
secondary_shifts_
;
47
}
48
49
private
:
50
51
std::map< char, std::map< std::string, Real > >
52
read_adjust_table
(
std::string
const
& file_name );
53
54
std::map<char,std::map<std::string,std::pair< core::Real, core::Real > > >
55
read_sslimit_table
(
std::string
const
& file_name);
56
57
std::string
also_check_fix_disulf
(
std::string
instring );
58
59
utility::vector1< utility::vector1< std::pair< Size, Real >
> >
secondary_shifts_
;
60
61
};
62
63
}
// frag_picker
64
}
// protocols
65
66
#endif
/* INCLUDED_protocols_frag_picker_CSTalosIO_HH */
67
Generated on Sat Jun 1 2013 11:52:25 for Rosetta 3.5 by
1.8.4