/** * \file ListPairContainer.h \brief Store a list of ParticlePairs * * This file is generated by a script (core/tools/make-container). * Do not edit directly. * * Copyright 2007-2010 IMP Inventors. All rights reserved. */ #ifndef IMPCORE_INTERNAL_CORE_LIST_PAIR_CONTAINER_H #define IMPCORE_INTERNAL_CORE_LIST_PAIR_CONTAINER_H #include "../core_config.h" #include #include #include "pair_helpers.h" #include IMPCORE_BEGIN_INTERNAL_NAMESPACE class IMPCOREEXPORT CoreListPairContainer: public internal::ListLikePairContainer { IMP_ACTIVE_CONTAINER_DECL(CoreListPairContainer); public: CoreListPairContainer(std::string name); CoreListPairContainer(const char *name); CoreListPairContainer(bool); void add_particle_pair(const ParticlePair& vt); void add_particle_pairs(const ParticlePairsTemp &c); void set_particle_pairs(ParticlePairsTemp c); void clear_particle_pairs(); IMP_LISTLIKE_PAIR_CONTAINER(CoreListPairContainer); }; IMPCORE_END_INTERNAL_NAMESPACE #endif /* IMPCORE_INTERNAL_CORE_LIST_PAIR_CONTAINER_H */