|
Rosetta 3.5
|
#include <DockTaskFactory.hh>


Definition at line 47 of file DockTaskFactory.hh.
| protocols::docking::DockTaskFactory::DockTaskFactory | ( | ) |
Default constructor.
Definition at line 70 of file DockTaskFactory.cc.
References init_from_options(), register_options(), and set_default().
| protocols::docking::DockTaskFactory::DockTaskFactory | ( | DockTaskFactory const & | old_instance) |
Definition at line 77 of file DockTaskFactory.cc.
References design_chains_, norepack1_, norepack2_, prepack_only_, resfile_, and restrict_to_interface_.
|
virtual |
Definition at line 87 of file DockTaskFactory.cc.
| void protocols::docking::DockTaskFactory::add_additional_task_operaration | ( | core::pack::task::operation::TaskOperationOP | task_operation) |
Definition at line 150 of file DockTaskFactory.cc.
References additional_task_operations_.
| void protocols::docking::DockTaskFactory::create_and_attach_task_factory | ( | DockingHighResOP | docker, |
| core::pose::Pose const & | pose | ||
| ) | const |
Creates an appropriate TaskFactory based on command line options and attach it to a DockingHighResOP Two arguments: DockingHighResOP and a pose.
Definition at line 166 of file DockTaskFactory.cc.
References additional_task_operations_, core::kinematics::FoldTree::cutpoint_by_jump(), design_chains_, core::pose::Pose::fold_tree(), norepack1_, norepack2_, core::pose::Pose::num_jump(), core::pose::Pose::pdb_info(), prepack_only_, resfile_, and restrict_to_interface_.
| utility::vector1< core::pack::task::operation::TaskOperationOP > protocols::docking::DockTaskFactory::get_additional_task_operarations | ( | ) |
Definition at line 155 of file DockTaskFactory.cc.
References additional_task_operations_.
|
inline |
Definition at line 84 of file DockTaskFactory.hh.
References norepack1_.
|
inline |
Definition at line 85 of file DockTaskFactory.hh.
References norepack2_.
| void protocols::docking::DockTaskFactory::init_from_options | ( | ) |
Assigns user specified values to members using command line options.
Definition at line 111 of file DockTaskFactory.cc.
References design_chains_, resfile_, set_norepack1(), and set_norepack2().
Referenced by DockTaskFactory().
| void protocols::docking::DockTaskFactory::register_options | ( | ) |
Associates relevant options with the DockTaskFactory class.
Definition at line 137 of file DockTaskFactory.cc.
Referenced by DockTaskFactory().
| void protocols::docking::DockTaskFactory::set_additional_task_operarations | ( | utility::vector1< core::pack::task::operation::TaskOperationOP > | additional_task_operations) |
Definition at line 145 of file DockTaskFactory.cc.
References additional_task_operations_.
| void protocols::docking::DockTaskFactory::set_default | ( | ) |
Sets booleans to default values.
Definition at line 90 of file DockTaskFactory.cc.
References additional_task_operations_, design_chains_, norepack1_, norepack2_, prepack_only_, resfile_, and restrict_to_interface_.
Referenced by DockTaskFactory().
|
inline |
Definition at line 78 of file DockTaskFactory.hh.
References design_chains_.
| void protocols::docking::DockTaskFactory::set_interface_definition_task_operation | ( | protocols::toolbox::task_operations::InterfaceTaskOperationOP | interface_definition) |
Definition at line 160 of file DockTaskFactory.cc.
|
inline |
Definition at line 76 of file DockTaskFactory.hh.
References norepack1_.
Referenced by init_from_options().
|
inline |
Definition at line 77 of file DockTaskFactory.hh.
References norepack2_.
Referenced by init_from_options().
|
inline |
Definition at line 86 of file DockTaskFactory.hh.
References prepack_only_.
|
private |
Definition at line 94 of file DockTaskFactory.hh.
Referenced by add_additional_task_operaration(), create_and_attach_task_factory(), get_additional_task_operarations(), set_additional_task_operarations(), and set_default().
|
private |
Definition at line 93 of file DockTaskFactory.hh.
Referenced by create_and_attach_task_factory(), DockTaskFactory(), init_from_options(), set_default(), and set_design_chains().
|
private |
Definition at line 91 of file DockTaskFactory.hh.
Referenced by create_and_attach_task_factory(), DockTaskFactory(), get_norepack1(), set_default(), and set_norepack1().
|
private |
Definition at line 92 of file DockTaskFactory.hh.
Referenced by create_and_attach_task_factory(), DockTaskFactory(), get_norepack2(), set_default(), and set_norepack2().
|
private |
Definition at line 95 of file DockTaskFactory.hh.
Referenced by create_and_attach_task_factory(), DockTaskFactory(), set_default(), and set_prepack_only().
|
private |
Definition at line 90 of file DockTaskFactory.hh.
Referenced by create_and_attach_task_factory(), DockTaskFactory(), init_from_options(), and set_default().
|
private |
Definition at line 97 of file DockTaskFactory.hh.
Referenced by create_and_attach_task_factory(), DockTaskFactory(), and set_default().
1.8.4