![]() |
Rosetta Core
2014.16.56682
|
#include <ExtendedPoseInputStream.hh>
Public Member Functions | |
| ExtendedPoseInputStream (std::string sequence, Size ntimes) | |
| ~ExtendedPoseInputStream () | |
| 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::PoseOP > | 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 | |
| std::string | seq_ |
| Size | ntimes_ |
| Size | current_n_ |
|
inline |
|
inline |
|
virtual |
Implements core::import_pose::pose_stream::PoseInputStream.
References current_n_, has_another_pose(), core::pose::make_pose_from_sequence(), seq_, core::pose::Pose::set_omega(), core::pose::Pose::set_phi(), core::pose::Pose::set_psi(), core::pose::Pose::total_residue(), and utility_exit_with_message.
|
virtual |
Implements core::import_pose::pose_stream::PoseInputStream.
References utility_exit_with_message.
|
virtual |
Implements core::import_pose::pose_stream::PoseInputStream.
References current_n_, and ntimes_.
Referenced by fill_pose().
|
virtual |
Implements core::import_pose::pose_stream::PoseInputStream.
References current_n_.
|
private |
Referenced by fill_pose(), has_another_pose(), and reset().
|
private |
Referenced by has_another_pose().
|
private |
Referenced by fill_pose().
1.8.7