/** * \file SingletonScore.cpp \brief Define SingletonScore * * This file is generated by a script (core/tools/make-container). * Do not edit directly. * * Copyright 2007-2010 IMP Inventors. All rights reserved. */ #include #include IMP_BEGIN_NAMESPACE SingletonScore::SingletonScore(std::string name): Object(name) { /* Implemented here rather than in the header so that PairScore symbols are present in the kernel DSO */ } SingletonScoreRestraint::SingletonScoreRestraint(std::string name): Restraint(name){} SingletonsScoreRestraint::SingletonsScoreRestraint(std::string name): DecomposableRestraint(name){} IMP_END_NAMESPACE