/** * \file IMP/core/generic.h \brief Various important functionality * for implementing decorators. * * Copyright 2007-2013 IMP Inventors. All rights reserved. * */ #ifndef IMPCORE_GENERIC_H #define IMPCORE_GENERIC_H #include #include IMPKERNEL_BEGIN_NAMESPACE using IMP::create_restraint; using IMP::create_constraint; IMPKERNEL_END_NAMESPACE #endif /* IMPCORE_GENERIC_H */