IMP logo
Macros
singleton_macros.h File Reference

Macros for various classes. More...

+ 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_ACTIVE_SINGLETON_CONTAINER(Name)   IMP_SINGLETON_CONTAINER(name)
 Declare the needed functions for an active SingletonContainer.
#define IMP_COMPOSITE_SINGLETON_SCORE(Name)
 Declare the functions needed for a complex SingletonScore.
#define IMP_FOREACH_SINGLETON(sequence, operation)
#define IMP_FOREACH_SINGLETON_INDEX(sequence, operation)
#define IMP_IMPLEMENT_SINGLETON_CONTAINER_OPERATIONS(Name, LOOP)
#define IMP_INDEX_SINGLETON_DERIVATIVE_MODIFIER(Name)
 Declare the functions needed for a SingletonModifier.
#define IMP_INDEX_SINGLETON_MODIFIER(Name)
 Declare the functions needed for a SingletonModifier.
#define IMP_INDEX_SINGLETON_PREDICATE(Name, gv)
 Declare the functions needed for a SingletonPredicate.
#define IMP_INDEX_SINGLETON_SCORE(Name)
 Declare the functions needed for a complex SingletonScore.
#define IMP_SIMPLE_SINGLETON_SCORE(Name)
 Declare the functions needed for a SingletonScore.
#define IMP_SINGLETON_CONTAINER(Name)
 Declare the needed functions for a SingletonContainer.
#define IMP_SINGLETON_DERIVATIVE_MODIFIER(Name)
 Declare the functions needed for a SingletonModifier.
#define IMP_SINGLETON_MODIFIER(Name)
 Declare the functions needed for a SingletonModifier.
#define IMP_SINGLETON_PREDICATE(Name)
 Declare the functions needed for a SingletonPredicate.
#define IMP_SINGLETON_SCORE(Name)
 Declare the functions needed for a SingletonScore.
#define IMP_SINGLETON_SCORE_BASE(Name)

Detailed Description

Macros for various classes.

This file is generated by a script (core/tools/make-containers). Do not edit directly.

Copyright 2007-2012 IMP Inventors. All rights reserved.


Macro Definition Documentation

#define IMP_ACTIVE_SINGLETON_CONTAINER (   Name)    IMP_SINGLETON_CONTAINER(name)

Declare the needed functions for an active SingletonContainer.

In addition to the methods of IMP_SINGLETON_CONTAINER(), it declares

  • IMP::ScoreState::get_input_particles()
  • IMP::ScoreState::get_input_containers()
  • IMP::ScoreState::do_before_evaluate()
#define IMP_COMPOSITE_SINGLETON_SCORE (   Name)

Declare the functions needed for a complex SingletonScore.

In addition to the methods done by IMP_OBJECT(), it declares

#define IMP_FOREACH_SINGLETON (   sequence,
  operation 
)

These macros avoid various inefficiencies.

The macros take the name of the sequence and the operation to peform. The item in the sequence is called _1, it's index is _2. Use it like

IMP_FOREACH_PARTICLE(sc, std::cout << "Item " << _2
<< " is _1->get_name() << std::endl);
#define IMP_FOREACH_SINGLETON_INDEX (   sequence,
  operation 
)

These macros avoid various inefficiencies.

The macros take the name of the sequence and the operation to peform. The item in the sequence is called _1, it's index is _2. Use it like

IMP_FOREACH_PARTICLE(sc, std::cout << "Item " << _2
<< " is _1->get_name() << std::endl);
#define IMP_IMPLEMENT_SINGLETON_CONTAINER_OPERATIONS (   Name,
  LOOP 
)

Implement the needed template functions for a container.

Parameters:
[in]Namethe name
[in]LOOPdo the loop. There should be a line IMP_OPERATION and the current item should be in a variable named item at that time.
#define IMP_INDEX_SINGLETON_DERIVATIVE_MODIFIER (   Name)

Declare the functions needed for a SingletonModifier.

In addition to the methods done by IMP_OBJECT, it declares

#define IMP_INDEX_SINGLETON_MODIFIER (   Name)

Declare the functions needed for a SingletonModifier.

In addition to the methods done by IMP_OBJECT, it declares

#define IMP_INDEX_SINGLETON_PREDICATE (   Name,
  gv 
)

Declare the functions needed for a SingletonPredicate.

In addition to the methods done by IMP_OBJECT, it declares

#define IMP_INDEX_SINGLETON_SCORE (   Name)

Declare the functions needed for a complex SingletonScore.

In addition to the methods done by IMP_OBJECT(), it declares

#define IMP_SIMPLE_SINGLETON_SCORE (   Name)

Declare the functions needed for a SingletonScore.

In addition to the methods declared and defined by IMP_SINGLETON_SCORE, the macro provides an implementation of

#define IMP_SINGLETON_CONTAINER (   Name)

Declare the needed functions for a SingletonContainer.

In addition to the methods of IMP_OBJECT, it declares

#define IMP_SINGLETON_DERIVATIVE_MODIFIER (   Name)

Declare the functions needed for a SingletonModifier.

In addition to the methods done by IMP_OBJECT, it declares

#define IMP_SINGLETON_MODIFIER (   Name)

Declare the functions needed for a SingletonModifier.

In addition to the methods done by IMP_OBJECT, it declares

#define IMP_SINGLETON_PREDICATE (   Name)

Declare the functions needed for a SingletonPredicate.

In addition to the methods done by IMP_OBJECT, it declares

#define IMP_SINGLETON_SCORE (   Name)

Declare the functions needed for a SingletonScore.

In addition to the methods done by IMP_INTERACTON, it declares

See IMP_SIMPLE_SINGLETON_SCORE() for a way of providing an implementation of that method.


Generated on Tue May 22 2012 23:33:20 for IMP by doxygen 1.8.1