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
fibril
fibril_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
// (C) 199x-2009 Rosetta Commons participating institutions and developers.
7
// For more information, see http://www.rosettacommons.org/.
8
9
/// @file protocols/fibril/fibril_util.hh
10
/// @brief utility functions for handling with symmetric fibril
11
/// @author Lin Jiang
12
13
#ifndef INCLUDED_protocols_fibril_fibril_util_hh
14
#define INCLUDED_protocols_fibril_fibril_util_hh
15
16
17
// Unit headers
18
// AUTO-REMOVED #include <core/conformation/Conformation.hh>
19
// AUTO-REMOVED #include <core/scoring/Energies.hh>
20
// AUTO-REMOVED #include <core/conformation/symmetry/SymmData.hh>
21
// AUTO-REMOVED #include <core/kinematics/MoveMap.fwd.hh>
22
23
// AUTO-REMOVED #include <protocols/loops/Loops.hh>
24
25
#include <
core/conformation/Conformation.fwd.hh
>
26
#include <
core/conformation/symmetry/SymmData.fwd.hh
>
27
#include <
core/kinematics/Jump.hh
>
28
#include <
core/pose/Pose.fwd.hh
>
29
#include <
protocols/loops/Loops.fwd.hh
>
30
#include <utility/vector1.hh>
31
32
33
namespace
protocols {
34
namespace
fibril {
35
36
void
37
reorient_extended_fibril
(
38
core::conformation::Conformation
& src_conformation,
39
core::conformation::symmetry::SymmData
& symmdata
40
);
41
42
void
43
make_symmetric_fibril
(
44
core::pose::Pose
& pose
45
);
46
47
void
48
superimpose_pose_on_subset_bb
(
49
core::pose::Pose
& pose,
50
core::pose::Pose
& ref_pose,
51
protocols::loops::Loops
core,
52
protocols::loops::Loops
ref_core
53
);
54
55
56
}
// fibril
57
}
// protocols
58
59
60
61
#endif
Generated on Sat Jun 1 2013 11:49:33 for Rosetta 3.5 by
1.8.4