Various general useful macros for IMP.
More...
#include <IMP/kernel/kernel_config.h>
#include <IMP/base/value_macros.h>
#include "Optimizer.h"
Go to the source code of this file.
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file kernel/optimizer_macros.h.
#define IMP_OPTIMIZER |
( |
|
Name | ) |
|
Value:IMPKERNEL_DEPRECATED_MACRO(2.1, "Expand methods directly instead."); \
virtual
Float do_optimize(
unsigned int max_steps) IMP_OVERRIDE;
\
#define IMP_OBJECT_NO_WARNING(Name)
Only to work aroung a gcc bug.
double Float
Basic floating-point value (could be float, double...)
- Deprecated:
- As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Declare the methods directly.
Definition at line 17 of file kernel/optimizer_macros.h.