/** * \file IMP/kernel/Object.h * \brief A shared base class to help in debugging and things. * * Copyright 2007-2013 IMP Inventors. All rights reserved. * */ #ifndef IMPKERNEL_OBJECT_H #define IMPKERNEL_OBJECT_H #include #include #include #include #include #include #include IMPKERNEL_BEGIN_NAMESPACE #ifndef SWIG using base::Object; using base::Objects; using base::ObjectsTemp; #endif IMPKERNEL_END_NAMESPACE #endif /* IMPKERNEL_OBJECT_H */