|
Rosetta 3.5
|
#include <MetaPoseInputStream.hh>


Public Member Functions | |
| MetaPoseInputStream () | |
| ~MetaPoseInputStream () | |
| void | add_pose_input_stream (PoseInputStreamOP input) |
| utility::vector1 < PoseInputStreamOP > | get_input_streams () |
| virtual bool | has_another_pose () |
| virtual void | reset () |
| virtual void | fill_pose (core::pose::Pose &pose, core::chemical::ResidueTypeSet const &residue_set) |
| virtual void | fill_pose (core::pose::Pose &) |
Public Member Functions inherited from core::import_pose::pose_stream::PoseInputStream | |
| PoseInputStream () | |
| virtual | ~PoseInputStream () |
| virtual utility::vector1 < core::pose::Pose > | get_all_poses (core::chemical::ResidueTypeSet const &residue_set) |
| void | preprocess_pose (core::pose::Pose &pose) |
| Perform common operations on a Pose dependent on command-line options before finishing fill_pose. This includes optimizing hydrogens, adding constraints, and finding disulfides. This should be called in the fill_pose method of derived classes. More... | |
Private Attributes | |
| core::Size | current_index_ |
| utility::vector1 < PoseInputStreamOP > | input_streams_ |
| utility::vector1 < PoseInputStreamOP > ::iterator | current_input_stream_ |
Definition at line 35 of file MetaPoseInputStream.hh.
|
inline |
Definition at line 38 of file MetaPoseInputStream.hh.
|
inline |
Definition at line 40 of file MetaPoseInputStream.hh.
| void core::import_pose::pose_stream::MetaPoseInputStream::add_pose_input_stream | ( | PoseInputStreamOP | input) |
Definition at line 34 of file MetaPoseInputStream.cc.
References input_streams_.
|
virtual |
Implements core::import_pose::pose_stream::PoseInputStream.
Definition at line 66 of file MetaPoseInputStream.cc.
References current_index_, has_another_pose(), and input_streams_.
Referenced by protocols::wum::MPI_Relax::fill_outbound_queue(), and protocols::jd2::PoseInputStreamJobInputter::pose_from_job().
|
virtual |
Implements core::import_pose::pose_stream::PoseInputStream.
Definition at line 79 of file MetaPoseInputStream.cc.
References current_index_, has_another_pose(), and input_streams_.
| utility::vector1< PoseInputStreamOP > core::import_pose::pose_stream::MetaPoseInputStream::get_input_streams | ( | ) |
Definition at line 39 of file MetaPoseInputStream.cc.
References input_streams_.
|
virtual |
Implements core::import_pose::pose_stream::PoseInputStream.
Definition at line 43 of file MetaPoseInputStream.cc.
References current_index_, has_another_pose(), and input_streams_.
Referenced by protocols::wum::MPI_Relax::fill_outbound_queue(), fill_pose(), has_another_pose(), and protocols::jd2::PoseInputStreamJobInputter::pose_from_job().
|
virtual |
Implements core::import_pose::pose_stream::PoseInputStream.
Definition at line 60 of file MetaPoseInputStream.cc.
References current_index_, and input_streams_.
|
private |
Definition at line 57 of file MetaPoseInputStream.hh.
Referenced by fill_pose(), has_another_pose(), and reset().
|
private |
Definition at line 59 of file MetaPoseInputStream.hh.
|
private |
Definition at line 58 of file MetaPoseInputStream.hh.
Referenced by add_pose_input_stream(), fill_pose(), get_input_streams(), has_another_pose(), and reset().
1.8.4