Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PoseInputStreamJobInputter.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/PoseInputStreamJobInputter.hh
11 /// @brief header file for PoseInputStreamJobInputter class
12 /// @author James Thompson
13 
14 
15 #ifndef INCLUDED_protocols_jd2_PoseInputStreamJobInputter_hh
16 #define INCLUDED_protocols_jd2_PoseInputStreamJobInputter_hh
17 
20 #include <protocols/jd2/Job.fwd.hh>
21 // AUTO-REMOVED #include <core/pose/Pose.hh>
23 
24 #include <utility/vector1.hh>
25 
26 
27 namespace protocols {
28 namespace jd2 {
29 
30 ///@details This is the simplest implementation of JobInputter, which reads from -s/-l and SilentFile files.
32 {
33 public:
34 
36 
38 
39  /// @brief This implementation simply calls fill_pose on the PoseInputStream
40  /// object.
41  virtual void pose_from_job( core::pose::Pose & pose, JobOP job );
42 
43  virtual void fill_jobs( Jobs & jobs );
44 
45  /// @brief Return the type of input source that the PoseInputStreamJobInputter is currently
46  /// using.
48 
49 private:
52 }; // PoseInputStreamJobInputter
53 
54 } // namespace jd2
55 } // namespace protocols
56 
57 #endif //INCLUDED_protocols_jd2_PoseInputStreamJobInputter_HH