IMP  2.1.1
The Integrative Modeling Platform
kernel/unary_function_macros.h File Reference

Various general useful macros for IMP. More...

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

Go to the source code of this file.

Macros

#define IMP_UNARY_FUNCTION(Name)
 
#define IMP_UNARY_FUNCTION_INLINE(Name, value_expression,derivative_expression, show_expression)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file kernel/unary_function_macros.h.

Macro Definition Documentation

#define IMP_UNARY_FUNCTION (   Name)
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 15 of file kernel/unary_function_macros.h.

#define IMP_UNARY_FUNCTION_INLINE (   Name,
  value_expression,
  derivative_expression,
  show_expression 
)
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 23 of file kernel/unary_function_macros.h.