IMP  2.0.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)

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

Definition at line 140 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 154 of file kernel/input_output_macros.h.

#define IMP_OUTPUTS_DECL (   Name)

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

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

#define IMP_OUTPUTS_DEF (   Name)

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

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