Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
loophash_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 // (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://wsic_dockosettacommons.org. Questions about this casic_dock
8 // (c) addressed to University of Waprotocolsgton UW TechTransfer, email: license@u.washington.eprotocols
9 #ifndef INCLUDED_protocols_sic_dock_loophash_util_hh
10 #define INCLUDED_protocols_sic_dock_loophash_util_hh
11 
12 #include <core/types.hh>
13 #include <core/kinematics/Stub.hh>
14 #include <numeric/geometry/hashing/SixDHasher.fwd.hh>
18 #include <core/pose/Pose.fwd.hh>
20 
21 //#include <numeric/xyzVector.fwd.hh>
22 
23 namespace protocols {
24 namespace sic_dock {
25 
26 
27 
28 Vec3
30  core::pose::Pose const & pose,
32 );
35 
36 void
38  core::pose::Pose const & pose,
39  platform::Size ir,
40  TermInfo & lowers,
41  TermInfo & uppers
42 );
43 void
45  core::pose::Pose const & pose,
46  TermInfo & lowers,
47  TermInfo & uppers
48 );
51  core::kinematics::Stub const & lower,
52  core::kinematics::Stub const & upper
53 );
56  core::kinematics::Stub const & lower,
57  core::kinematics::Stub const & upper,
59  utility::vector1<platform::Size> const & loopsizes,
60  platform::Size radius = 0
61 );
62 
65  core::kinematics::Stub const & lower,
66  core::kinematics::Stub const & upper,
67  // core::pose::Pose const & pose1,
68  // core::pose::Pose const & pose2,
70  utility::vector1<platform::Size> const & loopsizes,
71  platform::Size radius = 0
72 );
73 
76  platform::Size count
77 );
78 
79 } // sic_dock
80 } // protocols
81 
82 #endif // INCLUDED_protocols_sic_dock_util_HH