Rosetta
|
#include <PDBPoseInputStream.hh>
Public Member Functions | |
PDBPoseInputStream () | |
PDBPoseInputStream (utility::vector1< utility::file::FileName > fns) | |
PDBPoseInputStream (utility::file::FileName const &fn) | |
PDBPoseInputStream (utility::vector1< utility::file::FileName > fns, utility::vector1< utility::file::FileName > list_fns) | |
~PDBPoseInputStream () override | |
void | set_filenames (utility::vector1< utility::file::FileName > filenames) |
utility::vector1< utility::file::FileName > | get_filenames () |
bool | has_another_pose () override |
void | reset () override |
void | fill_pose (core::pose::Pose &pose, core::chemical::ResidueTypeSet const &residue_set, bool const metapatches=true) override |
void | fill_pose (core::pose::Pose &, bool const metapatches=true) override |
utility::vector1< core::pose::PoseOP > | get_all_poses (core::chemical::ResidueTypeSet const &residue_set) override |
void | add_list_filenames (utility::vector1< utility::file::FileName > list_fns) |
adds a list of files each containing lists of PDBs More... | |
std::string | get_last_pose_descriptor_string () const override |
Get a string describing the last pose and where it came from. More... | |
![]() | |
PoseInputStream () | |
~PoseInputStream () override | |
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 | |
utility::vector1< utility::file::FileName > | filenames_ |
utility::vector1< utility::file::FileName >::const_iterator | current_position_ |
|
inline |
|
inline |
References set_filenames().
|
inline |
References set_filenames().
|
inline |
References add_list_filenames(), and set_filenames().
|
inlineoverride |
void core::import_pose::pose_stream::PDBPoseInputStream::add_list_filenames | ( | utility::vector1< utility::file::FileName > | list_fns | ) |
adds a list of files each containing lists of PDBs
References current_position_, protocols::abinitio::filename(), and filenames_.
Referenced by PDBPoseInputStream().
|
overridevirtual |
Implements core::import_pose::pose_stream::PoseInputStream.
References current_position_, core::pose::Pose::data(), has_another_pose(), core::pose::datacache::CacheableDataType::JOBDIST_OUTPUT_TAG, core::import_pose::PDB_file, core::import_pose::pose_from_file(), and core::import_pose::pose_stream::PoseInputStream::preprocess_pose().
|
overridevirtual |
Implements core::import_pose::pose_stream::PoseInputStream.
References current_position_, core::pose::Pose::data(), has_another_pose(), core::pose::datacache::CacheableDataType::JOBDIST_OUTPUT_TAG, core::import_pose::PDB_file, core::import_pose::pose_from_file(), and core::import_pose::pose_stream::PoseInputStream::preprocess_pose().
Referenced by get_all_poses(), and protocols::stepwise::monte_carlo::mover::StepWiseMasterMover::resample_full_model().
|
overridevirtual |
Reimplemented from core::import_pose::pose_stream::PoseInputStream.
References filenames_, fill_pose(), and has_another_pose().
utility::vector1< utility::file::FileName > core::import_pose::pose_stream::PDBPoseInputStream::get_filenames | ( | ) |
References filenames_.
|
overridevirtual |
Get a string describing the last pose and where it came from.
PDB filename.
Implements core::import_pose::pose_stream::PoseInputStream.
References current_position_, and filenames_.
|
overridevirtual |
Implements core::import_pose::pose_stream::PoseInputStream.
References current_position_, and filenames_.
Referenced by fill_pose(), and get_all_poses().
|
overridevirtual |
Implements core::import_pose::pose_stream::PoseInputStream.
References current_position_, and filenames_.
void core::import_pose::pose_stream::PDBPoseInputStream::set_filenames | ( | utility::vector1< utility::file::FileName > | filenames | ) |
References current_position_, and filenames_.
Referenced by PDBPoseInputStream().
|
private |
Referenced by add_list_filenames(), fill_pose(), get_last_pose_descriptor_string(), has_another_pose(), reset(), and set_filenames().
|
private |
Referenced by add_list_filenames(), get_all_poses(), get_filenames(), get_last_pose_descriptor_string(), has_another_pose(), reset(), and set_filenames().