|
Rosetta 3.5
|
#include <PDBInputter.hh>


Public Member Functions | |
| PDBInputter () | |
| virtual | ~PDBInputter () |
| core::pose::PoseSP | get_nth_pose (int n=1) |
| bool | has_nth_pose (int n=1) |
| InputterSP | create () |
Public Member Functions inherited from protocols::inputter::Inputter | |
| Inputter () | |
| virtual | ~Inputter () |
| bool | offset () |
Static Public Member Functions | |
| static std::string | name () |
Static Public Member Functions inherited from protocols::inputter::Inputter | |
| static std::string | name () |
Private Attributes | |
| std::deque< std::pair< int, std::string > > | file_names_ |
| int | multiplier_ |
| bool | multiply_over_all_ |
| core::Size | curr_idx_ |
Additional Inherited Members | |
Protected Attributes inherited from protocols::inputter::Inputter | |
| bool | offset_ |
Definition at line 34 of file PDBInputter.hh.
|
inline |
Definition at line 37 of file PDBInputter.hh.
Referenced by create().
|
virtual |
Definition at line 44 of file PDBInputter.cc.
|
virtual |
Implements protocols::inputter::Inputter.
Definition at line 101 of file PDBInputter.cc.
References PDBInputter().
|
virtual |
Implements protocols::inputter::Inputter.
Definition at line 46 of file PDBInputter.cc.
References core::pose::add_comment(), curr_idx_, file_names_, core::chemical::ChemicalManager::get_instance(), multiplier_, multiply_over_all_, protocols::inputter::Inputter::offset_, core::import_pose::pose_from_pdb(), and core::chemical::ChemicalManager::residue_type_set().
Implements protocols::inputter::Inputter.
Definition at line 91 of file PDBInputter.cc.
References file_names_, and multiplier_.
|
inlinestatic |
Definition at line 58 of file PDBInputter.hh.
|
private |
Definition at line 67 of file PDBInputter.hh.
Referenced by get_nth_pose().
|
private |
Definition at line 64 of file PDBInputter.hh.
Referenced by get_nth_pose(), and has_nth_pose().
|
private |
Definition at line 65 of file PDBInputter.hh.
Referenced by get_nth_pose(), and has_nth_pose().
|
private |
Definition at line 66 of file PDBInputter.hh.
Referenced by get_nth_pose().
1.8.4