Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
all.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://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 TopologyBroker
11 /// @brief top-class (Organizer) of the TopologyBroker mechanism
12 /// @detailed responsibilities:
13 /// maintains list of ToplogyClaimers
14 /// maintains SmallFragWeights -- exclusive or non-exclusively markedup dofs like BackboneClaim, IntraResClaim, JumpClaim
15 /// generates FoldTree, MoveMap, and collects samplers provided by LargeFragWeights
16 /// @author Oliver Lange
17 
18 
19 #ifndef INCLUDED_protocols_topology_broker_weights_all_hh
20 #define INCLUDED_protocols_topology_broker_weights_all_hh
21 
22 // Unit Headers
23 // AUTO-REMOVED #include <protocols/topology_broker/weights/AbinitioMoverWeight.hh>
24 // AUTO-REMOVED #include <protocols/topology_broker/weights/ConstAbinitioMoverWeight.hh>
25 // AUTO-REMOVED #include <protocols/topology_broker/weights/LargeFragWeight.hh>
26 // AUTO-REMOVED #include <protocols/topology_broker/weights/SmoothFragWeight.hh>
27 // AUTO-REMOVED #include <protocols/topology_broker/weights/SmallFragWeight.hh>
28 // Package Headers
29 
30 // Project Headers
31 // AUTO-REMOVED #include <core/types.hh>
32 
33 //#include <core/kinematics/MoveMap.fwd.hh>
34 
35 // ObjexxFCL Headers
36 
37 // Utility headers
38 
39 // AUTO-REMOVED #include <utility/pointer/ReferenceCount.hh>
40 
41 //#include <basic/options/option_macros.hh>
42 
43 //// C++ headers
44 //#include <fstream>
45 
46 
47 // option key includes
48 
49 
50 #endif