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
util.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
// Copyright in the Rosetta software belongs to the developers and their institutions.
7
// For more information, see www.rosettacommons.org.
8
9
/// @file ./src/protocols/src/fldsgn/topology/util.cc
10
/// @brief
11
/// @author Nobuyasu Koga ( nobuyasu@u.washington.edu )
12
13
#ifndef INCLUDED_protocols_fldsgn_topology_util_hh
14
#define INCLUDED_protocols_fldsgn_topology_util_hh
15
16
// unit header
17
#include <
protocols/fldsgn/topology/StrandPairing.fwd.hh
>
18
#include <
protocols/fldsgn/topology/SS_Info2.fwd.hh
>
19
#include <
core/scoring/hbonds/HBondSet.fwd.hh
>
20
// AUTO-REMOVED #include <core/scoring/dssp/Dssp.hh>
21
#include <
protocols/forge/build/Interval.fwd.hh
>
22
23
#include <
core/types.hh
>
24
#include <
core/pose/Pose.fwd.hh
>
25
#include <utility/vector1.hh>
26
27
28
namespace
protocols {
29
namespace
fldsgn {
30
namespace
topology {
31
32
33
/// @brief convert StrandParingSet of dssp to fldsgn::topology::StrandPairingSet
34
protocols::fldsgn::topology::StrandPairingSet
35
calc_strand_pairing_set
(
36
core::pose::Pose
const
& pose,
37
protocols::fldsgn::topology::SS_Info2_COP
const
ssinfo,
38
core::Size
minimum_pair_length = 1
39
);
40
41
42
/// @brief calc delta sasa, when a molecule is splited to 2parts.
43
core::Real
44
calc_delta_sasa
(
45
core::pose::Pose
const
& pose,
46
utility::vector1< protocols::forge::build::Interval >
intervals,
47
core::Real
const
pore_radius
48
);
49
50
51
/// @brief check kink of helix, return number of loosen hydrogen
52
core::Size
53
check_kink_helix
(
54
core::pose::Pose
const
& pose,
55
core::Size
const
begin,
56
core::Size
const
end
);
57
58
59
utility::vector1< core::scoring::hbonds::HBond >
60
check_internal_hbonds
(
61
core::pose::Pose
const
& pose,
62
core::Size
const
begin,
63
core::Size
const
end
);
64
65
}
// namespace topology
66
}
// namespace fldsgn
67
}
// namespace protocols
68
69
#endif
Generated on Sat Jun 1 2013 11:32:19 for Rosetta 3.5 by
1.8.4