IMP  2.0.1
The Integrative Modeling Platform
kernel/optimizer_macros.h File Reference

Various general useful macros for IMP. More...

#include <IMP/kernel/kernel_config.h>
#include <IMP/base/value_macros.h>
#include "Optimizer.h"
+ Include dependency graph for kernel/optimizer_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMP_OPTIMIZER(Name)
 Define the basic things you need for an Optimizer. More...
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file kernel/optimizer_macros.h.

Macro Definition Documentation

#define IMP_OPTIMIZER (   Name)
Value:
IMP_IMPLEMENT(virtual Float do_optimize(unsigned int max_steps)); \
IMP_OBJECT(Name)

In addition to the methods done by IMP_OBJECT, it declares

Definition at line 22 of file kernel/optimizer_macros.h.