IMP
2.0.1
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
kernel/Object.h
Go to the documentation of this file.
1
/**
2
* \file IMP/kernel/Object.h
3
* \brief A shared base class to help in debugging and things.
4
*
5
* Copyright 2007-2013 IMP Inventors. All rights reserved.
6
*
7
*/
8
9
#ifndef IMPKERNEL_OBJECT_H
10
#define IMPKERNEL_OBJECT_H
11
12
#include <IMP/kernel/kernel_config.h>
13
#include <
IMP/base/Object.h
>
14
#include <
IMP/base/types.h
>
15
#include <
IMP/base/Pointer.h
>
16
#include <
IMP/base/WeakPointer.h
>
17
#include <
IMP/base/SetLogState.h
>
18
#include <
IMP/base/SetCheckState.h
>
19
20
IMPKERNEL_BEGIN_NAMESPACE
21
#ifndef SWIG
22
using
base::Object;
23
using
base::Objects
;
24
using
base::ObjectsTemp;
25
#endif
26
IMPKERNEL_END_NAMESPACE
27
28
#endif
/* IMPKERNEL_OBJECT_H */