IMP
2.2.0
The Integrative Modeling Platform
|
Various important functionality for implementing decorators. More...
#include <IMP/kernel/kernel_config.h>
#include "internal/scoring_functions.h"
#include "internal/ContainerRestraint.h"
#include "internal/TupleRestraint.h"
#include "internal/TupleConstraint.h"
Go to the source code of this file.
Namespaces | |
IMP | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::kernel | |
See IMP.kernel for more information. | |
Functions | |
template<class Before , class After > | |
Constraint * | IMP::kernel::create_constraint (Before *b, After *a, const typename Before::Argument &t, std::string name=std::string()) |
template<class Score > | |
Restraint * | IMP::kernel::create_restraint (Score *s, const typename Score::Argument &t, std::string name=std::string()) |
template<class Score > | |
Restraint * | IMP::kernel::create_restraint (const Score *s, const typename Score::Argument &t, std::string name=std::string()) |
template<class Score , class Container > | |
Restraint * | IMP::kernel::create_restraint (const Score *s, Container *t, std::string name=std::string()) |
template<class RestraintType > | |
ScoringFunction * | IMP::kernel::create_scoring_function (RestraintType *rs, double weight=1.0, double max=NO_MAX, std::string name=std::string()) |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file kernel/generic.h.