8 #ifndef IMPEXAMPLE_EXAMPLE_OBJECT_H
9 #define IMPEXAMPLE_EXAMPLE_OBJECT_H
11 #include <IMP/example/example_config.h>
19 IMPEXAMPLE_BEGIN_NAMESPACE
35 double get_data(
unsigned int i)
const {
51 IMPEXAMPLE_END_NAMESPACE
Various general useful macros for IMP.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
An example simple object which is reference counted.
Common base class for heavy weight IMP objects.
A nullptr-initialized pointer to an IMP Object.
A shared base class to help in debugging and things.
#define IMP_USAGE_CHECK(expr, message)
A runtime test for incorrect usage of a class or method.