IMP Reference Guide
2.12.0
The Integrative Modeling Platform
|
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>
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 |
An example showing how to make a simple ref counted object.
Copyright 2007-2019 IMP Inventors. All rights reserved.
Definition in file ExampleObject.h.