This is the simplest implementation of FullModelInputter, which reads from -s/-l and PDB files.
More...
#include <PDBFullModelInputter.hh>
|
| static std::string | keyname () |
| | returns the name for the element that will be used in a job-definition file for a structure originating from a .pdb file: "PDB" More...
|
| |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
| | returns the schema for the PDB element used in a job-definition file including all options that govern how a PDB is loaded. More...
|
| |
| static void | list_options_read (utility::options::OptionKeyList &read_options) |
| |
This is the simplest implementation of FullModelInputter, which reads from -s/-l and PDB files.
◆ PDBFullModelInputter()
| protocols::jd3::full_model_inputters::PDBFullModelInputter::PDBFullModelInputter |
( |
| ) |
|
|
default |
◆ ~PDBFullModelInputter()
| protocols::jd3::full_model_inputters::PDBFullModelInputter::~PDBFullModelInputter |
( |
| ) |
|
|
overridedefault |
◆ full_model_from_input_source()
| core::pose::PoseOP protocols::jd3::full_model_inputters::PDBFullModelInputter::full_model_from_input_source |
( |
FullModelInputSource const & |
input_source, |
|
|
utility::options::OptionCollection const & |
options, |
|
|
utility::tag::TagCOP |
tag |
|
) |
| |
|
overridevirtual |
◆ full_model_input_sources_from_command_line()
| FullModelInputSources protocols::jd3::full_model_inputters::PDBFullModelInputter::full_model_input_sources_from_command_line |
( |
| ) |
|
|
overridevirtual |
◆ full_model_input_sources_from_tag()
| FullModelInputSources protocols::jd3::full_model_inputters::PDBFullModelInputter::full_model_input_sources_from_tag |
( |
utility::options::OptionCollection const & |
opts, |
|
|
utility::tag::TagCOP |
|
|
) |
| |
|
overridevirtual |
◆ job_available_on_command_line()
| bool protocols::jd3::full_model_inputters::PDBFullModelInputter::job_available_on_command_line |
( |
| ) |
const |
|
overridevirtual |
◆ keyname()
| std::string protocols::jd3::full_model_inputters::PDBFullModelInputter::keyname |
( |
| ) |
|
|
static |
◆ list_options_read()
| void protocols::jd3::full_model_inputters::PDBFullModelInputter::list_options_read |
( |
utility::options::OptionKeyList & |
read_options | ) |
|
|
static |
◆ provide_xml_schema()
| void protocols::jd3::full_model_inputters::PDBFullModelInputter::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
The documentation for this class was generated from the following files: