IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
ExampleObject.h File Reference

An example showing how to make a simple ref counted object. More...

#include <IMP/example/example_config.h>
#include <IMP/Object.h>
#include <IMP/object_macros.h>
#include <IMP/types.h>
#include <IMP/Pointer.h>
#include <vector>
+ Include dependency graph for ExampleObject.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::example::ExampleObject
 An example simple object which is reference counted. More...
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::example
 Example module.
 

Typedefs

typedef Vector< Pointer
< ExampleObject > > 
IMP::example::ExampleObjects
 
typedef Vector< WeakPointer
< ExampleObject > > 
IMP::example::ExampleObjectsTemp
 

Detailed Description

An example showing how to make a simple ref counted object.

Copyright 2007-2017 IMP Inventors. All rights reserved.

Definition in file ExampleObject.h.