#include <RestrictInterGroupVectorOperation.hh>
|
| | RestrictInterGroupVectorOperation () |
| | default constructor More...
|
| |
| | RestrictInterGroupVectorOperation (group_vector const &group, core::Real CB_dist_cutoff, core::Real nearby_atom_cutoff, core::Real vector_angle_cutoff, core::Real vector_dist_cutoff) |
| | full constructor More...
|
| |
| | RestrictInterGroupVectorOperation (group_pair const &one_group, core::Real CB_dist_cutoff, core::Real nearby_atom_cutoff, core::Real vector_angle_cutoff, core::Real vector_dist_cutoff) |
| |
| | ~RestrictInterGroupVectorOperation () override |
| | destructor More...
|
| |
| core::pack::task::operation::TaskOperationOP | clone () const override |
| | make clone More...
|
| |
| void | apply (Pose const &pose, core::pack::task::PackerTask &task) const override |
| | parse_tag More...
|
| |
| void | insert_pair (group_pair pair) |
| | setters for member data More...
|
| |
| void | CB_dist_cutoff (core::Real CB_dist_cutoff) |
| |
| void | nearby_atom_cutoff (core::Real nearby_atom_cutoff) |
| |
| void | vector_angle_cutoff (core::Real vector_angle_cutoff) |
| |
| void | vector_dist_cutoff (core::Real vector_dist_cutoff) |
| |
| | ~TaskOperation () override |
| |
| virtual void | parse_tag (TagCOP, DataMap &) |
| | Used to parse an xml-like tag to load parameters and properties. More...
|
| |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| | Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More...
|
| |
| protocols::task_operations::RestrictInterGroupVectorOperation::RestrictInterGroupVectorOperation |
( |
| ) |
|
| protocols::task_operations::RestrictInterGroupVectorOperation::RestrictInterGroupVectorOperation |
( |
group_pair const & |
one_group, |
|
|
core::Real |
CB_dist_cutoff, |
|
|
core::Real |
nearby_atom_cutoff, |
|
|
core::Real |
vector_angle_cutoff, |
|
|
core::Real |
vector_dist_cutoff |
|
) |
| |
| protocols::task_operations::RestrictInterGroupVectorOperation::~RestrictInterGroupVectorOperation |
( |
| ) |
|
|
overridedefault |
| void protocols::task_operations::RestrictInterGroupVectorOperation::CB_dist_cutoff |
( |
core::Real |
CB_dist_cutoff | ) |
|
| void protocols::task_operations::RestrictInterGroupVectorOperation::insert_pair |
( |
group_pair |
pair | ) |
|
| static std::string protocols::task_operations::RestrictInterGroupVectorOperation::keyname |
( |
| ) |
|
|
inlinestatic |
| void protocols::task_operations::RestrictInterGroupVectorOperation::nearby_atom_cutoff |
( |
core::Real |
nearby_atom_cutoff | ) |
|
| void protocols::task_operations::RestrictInterGroupVectorOperation::provide_xml_schema |
( |
utility::tag::XMLSchemaDefinition & |
xsd | ) |
|
|
static |
| void protocols::task_operations::RestrictInterGroupVectorOperation::vector_angle_cutoff |
( |
core::Real |
vector_angle_cutoff | ) |
|
| void protocols::task_operations::RestrictInterGroupVectorOperation::vector_dist_cutoff |
( |
core::Real |
vector_dist_cutoff | ) |
|
| core::Real protocols::task_operations::RestrictInterGroupVectorOperation::CB_dist_cutoff_ |
|
private |
| core::Real protocols::task_operations::RestrictInterGroupVectorOperation::nearby_atom_cutoff_ |
|
private |
| group_vector protocols::task_operations::RestrictInterGroupVectorOperation::pair_vector_ |
|
private |
| core::Real protocols::task_operations::RestrictInterGroupVectorOperation::vector_angle_cutoff_ |
|
private |
| core::Real protocols::task_operations::RestrictInterGroupVectorOperation::vector_dist_cutoff_ |
|
private |
The documentation for this class was generated from the following files: