Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
InnerMultiThreadingJob.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 protocols/jd2/InnerMultiThreadingJob.hh
11 /// @author James Thompson
12 
13 #ifndef INCLUDED_protocols_jd2_InnerMultiThreadingJob_hh
14 #define INCLUDED_protocols_jd2_InnerMultiThreadingJob_hh
15 
16 // AUTO-REMOVED #include <protocols/jd2/Job.hh>
19 
20 #include <core/pose/Pose.fwd.hh>
22 
23 #include <utility/pointer/ReferenceCount.hh>
24 #include <core/types.hh>
25 #include <utility/vector1.hh>
26 
27 #include <string>
28 
29 namespace protocols {
30 namespace jd2 {
31 
33 public:
34  ///@brief ctor. Note that it takes only the input tag and max nstruct,
35  /// pose instantiation is deferred until the pose is needed
36  /* InnerMultiThreadingJob(
37  std::string const & input_tag,
38  core::Size nstruct_max,
39  utility::vector1< core::sequence::SequenceAlignment > const & alns,
40  utility::vector1< core::pose::Pose > const & templates
41  ); */
42 
43  ///@brief ctor.
46  std::string const & input_tag,
49  utility::vector1< core::pose::Pose > const & templates
50  );
51 
53  alignments() const;
54 
56  template_poses() const;
57 
58  virtual ~InnerMultiThreadingJob();
59 
60 private:
63 };
64 
65 } // namespace jd2
66 } // namespace protocols
67 
68 #endif //INCLUDED_protocols_jd2_InnerMultiThreadingJob_HH