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

Various general useful macros for IMP. More...

#include <IMP/kernel/kernel_config.h>
#include "Refiner.h"
#include "container_base.h"
#include <IMP/base/object_macros.h>
+ Include dependency graph for kernel/refiner_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMP_REFINER(Name)
 
#define IMP_SIMPLE_REFINER(Name)
 
#define IMP_SINGLETON_MODIFIER_FROM_REFINED(Name, refiner)
 
#define IMP_SINGLETON_MODIFIER_TO_REFINED(Name, refiner)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file kernel/refiner_macros.h.

Macro Definition Documentation

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

Definition at line 18 of file kernel/refiner_macros.h.

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

Definition at line 29 of file kernel/refiner_macros.h.

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

Definition at line 46 of file kernel/refiner_macros.h.

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

Definition at line 67 of file kernel/refiner_macros.h.