/** * \file TripletScore.cpp \brief Define TripletScore * * 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 namespace { unsigned int next_index=0; } TripletScore::TripletScore(std::string name): Object(internal::make_object_name(name, next_index++)) { /* Implemented here rather than in the header so that PairScore symbols are present in the kernel DSO */ } IMP_END_NAMESPACE