![]() |
Rosetta
2021.16
|
Utility functions for constraint generators. More...
#include <protocols/constraint_generator/ConstraintGenerator.fwd.hh>#include <core/id/SequenceMapping.fwd.hh>#include <core/pose/Pose.fwd.hh>#include <core/scoring/func/Func.fwd.hh>#include <core/types.hh>#include <basic/datacache/DataMap.fwd.hh>#include <utility/tag/Tag.fwd.hh>#include <utility/tag/XMLSchemaGeneration.fwd.hh>Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::constraint_generator | |
Functions | |
| core::pose::PoseOP | protocols::constraint_generator::get_native_pose () |
| gets native pose from command line option, if one is specified More... | |
| core::scoring::func::FuncOP | protocols::constraint_generator::scalar_weighted (core::scoring::func::FuncOP func, core::Real const weight) |
| helper function to wrap a function with a scalar weighted function More... | |
| core::scoring::func::FuncOP | protocols::constraint_generator::create_func (std::string const &func_def) |
| creates a function from a text definition More... | |
| core::id::SequenceMapping | protocols::constraint_generator::generate_seqmap_from_poses (core::pose::Pose const &pose1, core::pose::Pose const &pose2) |
| creates a sequencemapping from pose1 to pose2 More... | |
| core::Size | protocols::constraint_generator::compute_nres_in_asymmetric_unit (core::pose::Pose const &pose) |
| find number of residues – if pose is symetric, returns nubmer of symmetry-independent residues More... | |
| ConstraintGeneratorCOPs | protocols::constraint_generator::parse_constraint_generators (utility::tag::TagCOP tag, basic::datacache::DataMap const &data) |
| parses constraint generators from a tag returns vector of ConstraintGeneratorCOPs More... | |
| void | protocols::constraint_generator::attributes_for_parse_constraint_generators (utility::tag::AttributeList &attributes) |
| Appends the attributes read by parse_constraint_generators. More... | |
Utility functions for constraint generators.
1.8.7