IMP
2.1.0
The Integrative Modeling Platform
|
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"
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) |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file kernel/input_output_macros.h.
#define IMP_INPUTS_DECL | ( | Name | ) |
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 | ) |
Definition at line 161 of file kernel/input_output_macros.h.
#define IMP_OUTPUTS_DEF | ( | Name | ) |
Definition at line 176 of file kernel/input_output_macros.h.