/** * \file ListTripletContainer.h \brief Store a list of ParticleTripletsTemp * * 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_TRIPLET_CONTAINER_H #define IMPCORE_INTERNAL_CORE_LIST_TRIPLET_CONTAINER_H #include "../core_config.h" #include #include #include "triplet_helpers.h" #include IMPCORE_BEGIN_INTERNAL_NAMESPACE class IMPCOREEXPORT CoreListTripletContainer: public internal::ListLikeTripletContainer { IMP_ACTIVE_CONTAINER_DECL(CoreListTripletContainer); public: CoreListTripletContainer(Model *m, std::string name); CoreListTripletContainer(Model *m, const char *name); CoreListTripletContainer(); void add_particle_triplet(const ParticleTriplet& vt); void add_particle_triplets(const ParticleTripletsTemp &c); void remove_particle_triplets(const ParticleTripletsTemp &c); void set_particle_triplets(ParticleTripletsTemp c); void clear_particle_triplets(); #ifndef IMP_DOXYGEN bool get_is_up_to_date() const { return true; } bool get_contained_particles_changed() const; ParticlesTemp get_contained_particles() const; #endif IMP_LISTLIKE_TRIPLET_CONTAINER(CoreListTripletContainer); }; IMPCORE_END_INTERNAL_NAMESPACE #endif /* IMPCORE_INTERNAL_CORE_LIST_TRIPLET_CONTAINER_H */