Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PcsDataCenterManagerSingleton.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  /// @begin
11  ///
12  /// @file protocols/scoring/methods/pcs2/PcsDataCenterManagerSingleton.hh
13  ///
14  /// @brief
15  ///
16  /// @detailed
17  ///
18  /// @param
19  ///
20  /// @return
21  ///
22  /// @remarks
23  ///
24  /// @references
25  ///
26  /// @authorsv Christophe Schmitz
27  ///
28  /// @last_modified February 2010
29  ////////////////////////////////////////////////
30 
31 #ifndef INCLUDED_protocols_scoring_methods_pcs2_PcsDataCenterManagerSingleton_hh
32 #define INCLUDED_protocols_scoring_methods_pcs2_PcsDataCenterManagerSingleton_hh
33 
34 // Package headers
37 
38 // Project headers
39 #include <core/types.hh>
40 
41 #include <utility/vector1.hh>
42 
43 
44 // Utility headers
45 
46 // Numeric headers
47 
48 // ObjexxFCL headers
49 
50 // c++ headers
51 
52 namespace protocols{
53 namespace scoring{
54 namespace methods{
55 namespace pcs2{
56 
58 private:
59 
62 
63 public:
66 
68 
69 
70  /// @brief Give me the number of lanthanide
72  get_n_multi_data() const;
73 
74  /// @brief Give me the vector of PcsDataCenter
77 
78  /// @brief print me
79  friend std::ostream &
80  operator<<(std::ostream& out, const PcsDataCenterManagerSingleton & me);
81 
82 };
83 
84 }//namespace pcs2
85 }//namespace methods
86 }//namespace scoring
87 }//namespace protocols
88 #endif