IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/18
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)
 
#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-2022 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 135 of file singleton_macros.h.

#define IMP_SINGLETON_CONTAINER_METHODS (   Name)

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

Definition at line 154 of file singleton_macros.h.

#define IMP_SINGLETON_DERIVATIVE_MODIFIER (   Name)    IMP_SINGLETON_MODIFIER(Name)

Use IMP_SINGLETON_MODIFIER() instead.

Definition at line 119 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 78 of file singleton_macros.h.

#define IMP_SINGLETON_SCORE_METHODS (   Name)