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

macros for inputs and outputs. More...

#include <IMP/kernel/kernel_config.h>
#include <IMP/base/deprecation_macros.h>
#include "particle_index.h"
#include "input_output.h"
+ Include dependency graph for kernel/input_output_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMP_BACKWARDS_MACRO_INPUTS
 
#define IMP_BACKWARDS_MACRO_OUTPUTS
 
#define IMP_INPUTS_DECL(Name)
 
#define IMP_INPUTS_DECL_BACKWARDS(Name)
 
#define IMP_INPUTS_DEF(Name)
 
#define IMP_INPUTS_DEF_BACKWARDS(Name)
 
#define IMP_MODEL_OBJECT_BACKWARDS_MACRO_INPUTS
 
#define IMP_MODEL_OBJECT_BACKWARDS_MACRO_OUTPUTS
 
#define IMP_OUTPUTS_DECL(Name)
 
#define IMP_OUTPUTS_DECL_BACKWARDS(Name)
 
#define IMP_OUTPUTS_DEF(Name)
 
#define IMP_OUTPUTS_DEF_BACKWARDS(Name)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file kernel/input_output_macros.h.

Macro Definition Documentation

#define IMP_INPUTS_DECL (   Name)
Deprecated:
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Just declare the methods yourself.

Definition at line 135 of file kernel/input_output_macros.h.

#define IMP_INPUTS_DEF (   Name)

Define standard input methods for things that take particles as arguments such as IMP::SingletonModifier and IMP::PairScore.

Definition at line 152 of file kernel/input_output_macros.h.

#define IMP_OUTPUTS_DECL (   Name)
Deprecated:
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Declare the methods yourself.

Definition at line 161 of file kernel/input_output_macros.h.

#define IMP_OUTPUTS_DEF (   Name)
Deprecated:
As of IMP release 2.1. See the IMP Deprecation Policy for more information about deprecation in IMP. Declare the methods yourself

Definition at line 176 of file kernel/input_output_macros.h.