9 #ifndef IMPDOMINO_ASSIGNMENT_H
10 #define IMPDOMINO_ASSIGNMENT_H
12 #include <IMP/domino/domino_config.h>
19 #include <cereal/access.hpp>
20 #include <cereal/types/vector.hpp>
21 #include <cereal/types/base_class.hpp>
23 IMPDOMINO_BEGIN_NAMESPACE
38 friend class cereal::access;
40 template<
class Archive>
void serialize(Archive &ar) {
41 ar(cereal::base_class<P>(
this));
56 IMPDOMINO_END_NAMESPACE
Store a list of ParticleIndexes.
Store an array of values of the same type.
Various general useful macros for IMP.
#define IMP_VALUES(Name, PluralName)
Define the type for storing sets of values.
Various important macros for implementing decorators.
A Bayesian inference-based sampler.
Store a configuration of a subset.
Base class for a simple primitive-like type.
Store an array of values of the same type.