/** * \file GroupnameFilter.cpp \brief Filter for classname. * * This file is generated by a script (core/tools/make-filter). * Do not edit directly. * * Copyright 2007-2010 IMP Inventors. All rights reserved. * */ #include "IMP/GroupnameFilter.h" #include "IMP/internal/utility.h" #include "IMP/GroupnameModifier.h" IMP_BEGIN_NAMESPACE namespace { unsigned int next_index=0; } GroupnameFilter::GroupnameFilter(std::string name) { set_name(internal::make_object_name(name, next_index++)); } IMP_END_NAMESPACE