Rosetta
|
Classes | |
class | VectorExpression |
class | VariableVectorExpression |
class | IterativeVectorExpression |
class | VectorFunction |
class | VectorFunction2 |
class | Mean |
class | VMax |
class | VMin |
class | VMaxBy |
Take two vector expressions of equal length; returns the value from position i in expression 2 where position i is the position with the largest value in expression 1. More... | |
class | VMinBy |
Take two vector expressions of equal length; returns the value from position i in expression 2 where position i is the position with the smallest value in expression 1. More... | |
class | PowExpression |
class | ExpExpression |
class | LnExpression |
class | InSetExpression |
Returns "true" if the expression ex evaluates to one of a set of indicated values. More... | |
class | SurrogateVariableExpression |
Stores the result of the surragate expression as if this expression were a variable, but defers to the root expression for questions of deriviatives and which variables are active (this is not a real variable). More... | |
class | VectorExpressionCreator |
class | StructureFileNames |
class | DynamicAggregateFunction |
class | DynamicAggregateFunctionDriver |
class | EntityFuncExpressionCreator |
class | EntityFunc |
class | EntityCorrespondence |
class | MultistateAggregateFunction |
struct | EntityHistoryLT |
class | TopEntitySet |
class | MultistateFitnessFunction |
class | MPIMultistateFitnessFunction |
class | PackDaemon |
class | DaemonSet |
class | NPDPropCalculator |
class | NPDPropCalculatorCreator |
class | QuickRepacker |
class | BasicSimAnnealerRepacker |
class | RotamerSubsetRepacker |
class | DenseIGRepacker |
class | DoubleDenseIGRepacker |
class | FASTER_IG_Repacker |
Typedefs | |
typedef utility::pointer::shared_ptr< VectorExpression > | VectorExpressionOP |
typedef utility::pointer::shared_ptr< VectorExpression const > | VectorExpressionCOP |
typedef utility::pointer::shared_ptr< VariableVectorExpression > | VariableVectorExpressionOP |
typedef utility::pointer::shared_ptr< VariableVectorExpression const > | VariableVectorExpressionCOP |
typedef utility::pointer::shared_ptr< IterativeVectorExpression > | IterativeVectorExpressionOP |
typedef utility::pointer::shared_ptr< IterativeVectorExpression const > | IterativeVectorExpressionCOP |
typedef utility::pointer::shared_ptr< VectorFunction > | VectorFunctionOP |
typedef utility::pointer::shared_ptr< VectorFunction const > | VectorFunctionCOP |
typedef utility::pointer::shared_ptr< VMax > | VMaxOP |
typedef utility::pointer::shared_ptr< VMax const > | VMaxCOP |
typedef utility::pointer::shared_ptr< VMin > | VMinOP |
typedef utility::pointer::shared_ptr< VMin const > | VMinCOP |
typedef utility::pointer::shared_ptr< PowExpression > | PowExpressionOP |
typedef utility::pointer::shared_ptr< PowExpression const > | PowExpressionCOP |
typedef utility::pointer::shared_ptr< ExpExpression > | ExpExpressionOP |
typedef utility::pointer::shared_ptr< ExpExpression const > | ExpExpressionCOP |
typedef utility::pointer::shared_ptr< LnExpression > | LnExpressionOP |
typedef utility::pointer::shared_ptr< LnExpression const > | LnExpressionCOP |
typedef utility::pointer::shared_ptr< InSetExpression > | InSetExpressionOP |
typedef utility::pointer::shared_ptr< InSetExpression const > | InSetExpressionCOP |
typedef utility::pointer::shared_ptr< VectorExpressionCreator > | VectorExpressionCreatorOP |
typedef utility::pointer::shared_ptr< VectorExpressionCreator const > | VectorExpressionCreatorCOP |
typedef utility::pointer::shared_ptr< SurrogateVariableExpression > | SurrogateVariableExpressionOP |
typedef utility::pointer::shared_ptr< SurrogateVariableExpression const > | SurrogateVariableExpressionCOP |
typedef utility::pointer::shared_ptr< FileContentsMap > | FileContentsMapOP |
typedef utility::pointer::shared_ptr< FileContentsMap const > | FileContentsMapCOP |
typedef utility::pointer::shared_ptr< DynamicAggregateFunction > | DynamicAggregateFunctionOP |
typedef utility::pointer::shared_ptr< DynamicAggregateFunction const > | DynamicAggregateFunctionCOP |
typedef utility::pointer::shared_ptr< DynamicAggregateFunctionDriver > | DynamicAggregateFunctionDriverOP |
typedef utility::pointer::shared_ptr< DynamicAggregateFunctionDriver const > | DynamicAggregateFunctionDriverCOP |
typedef utility::pointer::shared_ptr< EntityFunc > | EntityFuncOP |
typedef utility::pointer::shared_ptr< EntityFunc const > | EntityFuncCOP |
typedef utility::pointer::shared_ptr< EntityCorrespondence > | EntityCorrespondenceOP |
typedef utility::pointer::shared_ptr< EntityCorrespondence const > | EntityCorrespondenceCOP |
typedef utility::pointer::shared_ptr< MultistateAggregateFunction > | MultistateAggregateFunctionOP |
typedef utility::pointer::shared_ptr< MultistateAggregateFunction const > | MultistateAggregateFunctionCOP |
typedef utility::pointer::shared_ptr< TopEntitySet > | TopEntitySetOP |
typedef utility::pointer::shared_ptr< TopEntitySet const > | TopEntitySetCOP |
typedef utility::pointer::shared_ptr< MultistateFitnessFunction > | MultistateFitnessFunctionOP |
typedef utility::pointer::shared_ptr< MultistateFitnessFunction const > | MultistateFitnessFunctionCOP |
typedef utility::pointer::shared_ptr< MPIMultistateFitnessFunction > | MPIMultistateFitnessFunctionOP |
typedef utility::pointer::shared_ptr< MPIMultistateFitnessFunction const > | MPIMultistateFitnessFunctionCOP |
typedef utility::pointer::shared_ptr< PackDaemon > | PackDaemonOP |
typedef utility::pointer::shared_ptr< PackDaemon const > | PackDaemonCOP |
typedef utility::pointer::shared_ptr< DaemonSet > | DaemonSetOP |
typedef utility::pointer::shared_ptr< DaemonSet const > | DaemonSetCOP |
typedef utility::pointer::shared_ptr< NPDPropCalculator > | NPDPropCalculatorOP |
typedef utility::pointer::shared_ptr< NPDPropCalculator const > | NPDPropCalculatorCOP |
typedef utility::pointer::shared_ptr< NPDPropCalculatorCreator > | NPDPropCalculatorCreatorOP |
typedef utility::pointer::shared_ptr< NPDPropCalculatorCreator const > | NPDPropCalculatorCreatorCOP |
typedef utility::pointer::shared_ptr< QuickRepacker > | QuickRepackerOP |
typedef utility::pointer::shared_ptr< QuickRepacker const > | QuickRepackerCOP |
typedef utility::pointer::shared_ptr< BasicSimAnnealerRepacker > | BasicSimAnnealerRepackerOP |
typedef utility::pointer::shared_ptr< BasicSimAnnealerRepacker const > | BasicSimAnnealerRepackerCOP |
typedef utility::pointer::shared_ptr< DenseIGRepacker > | DenseIGRepackerOP |
typedef utility::pointer::shared_ptr< DenseIGRepacker const > | DenseIGRepackerCOP |
typedef utility::pointer::shared_ptr< DoubleDenseIGRepacker > | DoubleDenseIGRepackerOP |
typedef utility::pointer::shared_ptr< DoubleDenseIGRepacker const > | DoubleDenseIGRepackerCOP |
Functions | |
static basic::Tracer | TR ("protocols.pack_daemon.DynamicAggregateFunction") |
static basic::Tracer | TR ("protocols.pack_daemon.PackDaemon") |
void | create_entity_resfile_contents (std::istream &resfile, std::string const &resfile_name, core::pack::task::ResfileContentsOP &entity_resfile_contents, core::pack::task::PackerTaskOP &entity_task, core::Size &num_entities) |
void | initialize_task_from_entity_resfile_and_secondary_resfile (core::pose::Pose const &pose, EntityCorrespondenceCOP ec, core::pack::task::ResfileContents const &entity_resfile_contents, core::pack::task::ResfileContents const &secondary_resfile_contents, core::pack::task::PackerTaskOP task) |
void | initialize_ga_randomizer_from_entity_task (protocols::genetic_algorithm::PositionSpecificRandomizerOP rand, core::pack::task::PackerTaskOP entity_task) |
typedef utility::pointer::shared_ptr< BasicSimAnnealerRepacker const > protocols::pack_daemon::BasicSimAnnealerRepackerCOP |
typedef utility::pointer::shared_ptr< BasicSimAnnealerRepacker > protocols::pack_daemon::BasicSimAnnealerRepackerOP |
typedef utility::pointer::shared_ptr< DaemonSet const > protocols::pack_daemon::DaemonSetCOP |
typedef utility::pointer::shared_ptr< DaemonSet > protocols::pack_daemon::DaemonSetOP |
typedef utility::pointer::shared_ptr< DenseIGRepacker const > protocols::pack_daemon::DenseIGRepackerCOP |
typedef utility::pointer::shared_ptr< DenseIGRepacker > protocols::pack_daemon::DenseIGRepackerOP |
typedef utility::pointer::shared_ptr< DoubleDenseIGRepacker const > protocols::pack_daemon::DoubleDenseIGRepackerCOP |
typedef utility::pointer::shared_ptr< DoubleDenseIGRepacker > protocols::pack_daemon::DoubleDenseIGRepackerOP |
typedef utility::pointer::shared_ptr< DynamicAggregateFunction const > protocols::pack_daemon::DynamicAggregateFunctionCOP |
typedef utility::pointer::shared_ptr< DynamicAggregateFunctionDriver const > protocols::pack_daemon::DynamicAggregateFunctionDriverCOP |
typedef utility::pointer::shared_ptr< DynamicAggregateFunctionDriver > protocols::pack_daemon::DynamicAggregateFunctionDriverOP |
typedef utility::pointer::shared_ptr< DynamicAggregateFunction > protocols::pack_daemon::DynamicAggregateFunctionOP |
typedef utility::pointer::shared_ptr< EntityCorrespondence const > protocols::pack_daemon::EntityCorrespondenceCOP |
typedef utility::pointer::shared_ptr< EntityCorrespondence > protocols::pack_daemon::EntityCorrespondenceOP |
typedef utility::pointer::shared_ptr< EntityFunc const > protocols::pack_daemon::EntityFuncCOP |
typedef utility::pointer::shared_ptr< EntityFunc > protocols::pack_daemon::EntityFuncOP |
typedef utility::pointer::shared_ptr< ExpExpression const > protocols::pack_daemon::ExpExpressionCOP |
typedef utility::pointer::shared_ptr< ExpExpression > protocols::pack_daemon::ExpExpressionOP |
typedef utility::pointer::shared_ptr< FileContentsMap const > protocols::pack_daemon::FileContentsMapCOP |
typedef utility::pointer::shared_ptr< FileContentsMap > protocols::pack_daemon::FileContentsMapOP |
typedef utility::pointer::shared_ptr< InSetExpression const > protocols::pack_daemon::InSetExpressionCOP |
typedef utility::pointer::shared_ptr< InSetExpression > protocols::pack_daemon::InSetExpressionOP |
typedef utility::pointer::shared_ptr< IterativeVectorExpression const > protocols::pack_daemon::IterativeVectorExpressionCOP |
typedef utility::pointer::shared_ptr< IterativeVectorExpression > protocols::pack_daemon::IterativeVectorExpressionOP |
typedef utility::pointer::shared_ptr< LnExpression const > protocols::pack_daemon::LnExpressionCOP |
typedef utility::pointer::shared_ptr< LnExpression > protocols::pack_daemon::LnExpressionOP |
typedef utility::pointer::shared_ptr< MPIMultistateFitnessFunction const > protocols::pack_daemon::MPIMultistateFitnessFunctionCOP |
typedef utility::pointer::shared_ptr< MPIMultistateFitnessFunction > protocols::pack_daemon::MPIMultistateFitnessFunctionOP |
typedef utility::pointer::shared_ptr< MultistateAggregateFunction const > protocols::pack_daemon::MultistateAggregateFunctionCOP |
typedef utility::pointer::shared_ptr< MultistateAggregateFunction > protocols::pack_daemon::MultistateAggregateFunctionOP |
typedef utility::pointer::shared_ptr< MultistateFitnessFunction const > protocols::pack_daemon::MultistateFitnessFunctionCOP |
typedef utility::pointer::shared_ptr< MultistateFitnessFunction > protocols::pack_daemon::MultistateFitnessFunctionOP |
typedef utility::pointer::shared_ptr< NPDPropCalculator const > protocols::pack_daemon::NPDPropCalculatorCOP |
typedef utility::pointer::shared_ptr< NPDPropCalculatorCreator const > protocols::pack_daemon::NPDPropCalculatorCreatorCOP |
typedef utility::pointer::shared_ptr< NPDPropCalculatorCreator > protocols::pack_daemon::NPDPropCalculatorCreatorOP |
typedef utility::pointer::shared_ptr< NPDPropCalculator > protocols::pack_daemon::NPDPropCalculatorOP |
typedef utility::pointer::shared_ptr< PackDaemon const > protocols::pack_daemon::PackDaemonCOP |
typedef utility::pointer::shared_ptr< PackDaemon > protocols::pack_daemon::PackDaemonOP |
typedef utility::pointer::shared_ptr< PowExpression const > protocols::pack_daemon::PowExpressionCOP |
typedef utility::pointer::shared_ptr< PowExpression > protocols::pack_daemon::PowExpressionOP |
typedef utility::pointer::shared_ptr< QuickRepacker const > protocols::pack_daemon::QuickRepackerCOP |
typedef utility::pointer::shared_ptr< QuickRepacker > protocols::pack_daemon::QuickRepackerOP |
typedef utility::pointer::shared_ptr< SurrogateVariableExpression const > protocols::pack_daemon::SurrogateVariableExpressionCOP |
typedef utility::pointer::shared_ptr< SurrogateVariableExpression > protocols::pack_daemon::SurrogateVariableExpressionOP |
typedef utility::pointer::shared_ptr< TopEntitySet const > protocols::pack_daemon::TopEntitySetCOP |
typedef utility::pointer::shared_ptr< TopEntitySet > protocols::pack_daemon::TopEntitySetOP |
typedef utility::pointer::shared_ptr< VariableVectorExpression const > protocols::pack_daemon::VariableVectorExpressionCOP |
typedef utility::pointer::shared_ptr< VariableVectorExpression > protocols::pack_daemon::VariableVectorExpressionOP |
typedef utility::pointer::shared_ptr< VectorExpression const > protocols::pack_daemon::VectorExpressionCOP |
typedef utility::pointer::shared_ptr< VectorExpressionCreator const > protocols::pack_daemon::VectorExpressionCreatorCOP |
typedef utility::pointer::shared_ptr< VectorExpressionCreator > protocols::pack_daemon::VectorExpressionCreatorOP |
typedef utility::pointer::shared_ptr< VectorExpression > protocols::pack_daemon::VectorExpressionOP |
typedef utility::pointer::shared_ptr< VectorFunction const > protocols::pack_daemon::VectorFunctionCOP |
typedef utility::pointer::shared_ptr< VectorFunction > protocols::pack_daemon::VectorFunctionOP |
typedef utility::pointer::shared_ptr< VMax const > protocols::pack_daemon::VMaxCOP |
typedef utility::pointer::shared_ptr< VMax > protocols::pack_daemon::VMaxOP |
typedef utility::pointer::shared_ptr< VMin const > protocols::pack_daemon::VMinCOP |
typedef utility::pointer::shared_ptr< VMin > protocols::pack_daemon::VMinOP |
void protocols::pack_daemon::create_entity_resfile_contents | ( | std::istream & | resfile, |
std::string const & | resfile_name, | ||
core::pack::task::ResfileContentsOP & | entity_resfile_contents, | ||
core::pack::task::PackerTaskOP & | entity_task, | ||
core::Size & | num_entities | ||
) |
Throws | a utility::excn::EXCN_Msg_Exception if the input entity resfile does not does not conform to the entity resfile format. |
References core::chemical::FA_STANDARD, and core::pose::make_pose_from_sequence().
Referenced by protocols::pack_daemon::DaemonSet::set_entity_resfile().
void protocols::pack_daemon::initialize_ga_randomizer_from_entity_task | ( | protocols::genetic_algorithm::PositionSpecificRandomizerOP | rand, |
core::pack::task::PackerTaskOP | entity_task | ||
) |
Create the list of available entity elements from the set of available residue types in the "entity_task", the PackerTask that has been created from an entity resfile, which defines a hypothetical pose and places restrictions on the amino acids this pose can adopt. These restrictions in turn must be translated into the available search space that the genetic algorithm can explore.
References protocols::multistate_design::list_amino_acid_options().
void protocols::pack_daemon::initialize_task_from_entity_resfile_and_secondary_resfile | ( | core::pose::Pose const & | pose, |
EntityCorrespondenceCOP | ec, | ||
core::pack::task::ResfileContents const & | entity_resfile_contents, | ||
core::pack::task::ResfileContents const & | secondary_resfile_contents, | ||
core::pack::task::PackerTaskOP | task | ||
) |
|
static |
Referenced by protocols::pack_daemon::DaemonSet::add_pack_daemon(), protocols::pack_daemon::DynamicAggregateFunction::assign_state_energies_to_variables_and_subexpressions(), protocols::pack_daemon::DenseIGRepacker::create_dense_pdig_from_rot_to_pack(), protocols::pack_daemon::FASTER_IG_Repacker::create_faster_ig_from_rot_to_pack(), protocols::pack_daemon::DynamicAggregateFunction::create_variable_vector_expressions(), protocols::pack_daemon::DynamicAggregateFunctionDriver::distribute_jobs_to_remote_daemons(), protocols::pack_daemon::MultistateFitnessFunction::evaluate(), protocols::pack_daemon::EntityFunc::evaluate(), protocols::pack_daemon::DynamicAggregateFunction::evaluate(), protocols::pack_daemon::DynamicAggregateFunctionDriver::initialize_daemon_with_all_states(), protocols::pack_daemon::DynamicAggregateFunctionDriver::initialize_from_input_file(), protocols::pack_daemon::PackDaemon::print_entity_history(), protocols::pack_daemon::DynamicAggregateFunction::process_FITNESS_line(), protocols::pack_daemon::DynamicAggregateFunction::process_POSE_ENERGY_line(), protocols::pack_daemon::DynamicAggregateFunction::process_POSE_ENERGY_VECTOR_line(), protocols::pack_daemon::DynamicAggregateFunction::process_SCALAR_EXPRESSION_line(), protocols::pack_daemon::EntityFunc::process_SCORE_line(), protocols::pack_daemon::DynamicAggregateFunction::process_STATE_line(), protocols::pack_daemon::DynamicAggregateFunction::process_STATE_VECTOR_line(), protocols::pack_daemon::EntityFunc::process_SUB_EXPRESSION_line(), protocols::pack_daemon::DynamicAggregateFunction::process_VECTOR_EXPRESSION_line(), protocols::pack_daemon::DynamicAggregateFunction::read_state_vector_file(), protocols::pack_daemon::PackDaemon::recreate_pose_for_entity(), protocols::pack_daemon::DynamicAggregateFunction::select_relevant_states(), protocols::pack_daemon::PackDaemon::set_dlig_nmeg_limit(), protocols::pack_daemon::PackDaemon::setup(), and protocols::pack_daemon::DynamicAggregateFunction::turn_expression_ASTs_into_expressions().
|
static |