IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
singleton_macros.h File Reference

Macros for various classes. More...

#include "internal/TupleRestraint.h"
#include "internal/functors.h"
#include "container_macros.h"
#include <IMP/object_macros.h>
#include <algorithm>
+ Include dependency graph for singleton_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMP_INDEX_SINGLETON_DERIVATIVE_MODIFIER(Name)   IMP_INDEX_SINGLETON_MODIFIER(Name)
 Use IMP_INDEX_SINGLETON_MODIFIER instead. More...
 
#define IMP_SINGLETON_CONTAINER_METHODS(Name)   void do_apply(const SingletonModifier *sm) const { apply_generic(sm); }
 
#define IMP_SINGLETON_DERIVATIVE_MODIFIER(Name)   IMP_SINGLETON_MODIFIER(Name)
 Use IMP_SINGLETON_MODIFIER() instead. More...
 
#define IMP_SINGLETON_MODIFIER_METHODS(Name)
 
#define IMP_SINGLETON_PREDICATE_METHODS(Name)
 Define extra the functions needed for a SingletonPredicate. More...
 
#define IMP_SINGLETON_SCORE_METHODS(Name)
 

Detailed Description

Macros for various classes.

Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file singleton_macros.h.

Macro Definition Documentation

#define IMP_INDEX_SINGLETON_DERIVATIVE_MODIFIER (   Name)    IMP_INDEX_SINGLETON_MODIFIER(Name)

Use IMP_INDEX_SINGLETON_MODIFIER instead.

Definition at line 103 of file singleton_macros.h.

#define IMP_SINGLETON_CONTAINER_METHODS (   Name)    void do_apply(const SingletonModifier *sm) const { apply_generic(sm); }

Use this to fill in container methods IMP::SingletonContainer::do_apply()

Definition at line 117 of file singleton_macros.h.

#define IMP_SINGLETON_DERIVATIVE_MODIFIER (   Name)    IMP_SINGLETON_MODIFIER(Name)

Use IMP_SINGLETON_MODIFIER() instead.

Definition at line 88 of file singleton_macros.h.

#define IMP_SINGLETON_MODIFIER_METHODS (   Name)
#define IMP_SINGLETON_PREDICATE_METHODS (   Name)

Define extra the functions needed for a SingletonPredicate.

Definition at line 47 of file singleton_macros.h.

#define IMP_SINGLETON_SCORE_METHODS (   Name)