|
Rosetta 3.5
|
#include <Inputter.hh>


Public Member Functions | |
| Inputter () | |
| virtual | ~Inputter () |
| virtual core::pose::PoseSP | get_nth_pose (int n=1)=0 |
| virtual bool | has_nth_pose (int n=1)=0 |
| bool | offset () |
| virtual InputterSP | create ()=0 |
Static Public Member Functions | |
| static std::string | name () |
Protected Attributes | |
| bool | offset_ |
Definition at line 34 of file Inputter.hh.
| protocols::inputter::Inputter::Inputter | ( | ) |
Definition at line 36 of file Inputter.cc.
References offset_.
|
virtual |
Definition at line 39 of file Inputter.cc.
|
pure virtual |
|
pure virtual |
|
inlinestatic |
Definition at line 69 of file Inputter.hh.
|
inline |
Definition at line 53 of file Inputter.hh.
References offset_.
|
protected |
Definition at line 75 of file Inputter.hh.
Referenced by protocols::inputter::FastaInputter::get_nth_pose(), protocols::inputter::SilentFileInputter::get_nth_pose(), protocols::inputter::PDBInputter::get_nth_pose(), Inputter(), and offset().
1.8.4