IMP logo
IMP Reference Guide  2.10.1
The Integrative Modeling Platform
ListTripletContainer.h
Go to the documentation of this file.
1 // Autogenerated by ../../../../tmp/nightly-build-8954/imp-2.10.1/tools/build/make_containers.py
2 // from ../../../../tmp/nightly-build-8954/imp-2.10.1/tools/build/container_templates/container/ListClassnameContainer.h
3 // Do not edit - any changes will be lost!
4 
5 /**
6  * \file IMP/container/ListTripletContainer.h
7  * \brief Store a list of ParticleIndexTriplets.
8  *
9  * Copyright 2007-2018 IMP Inventors. All rights reserved.
10  */
11 
12 #ifndef IMPCONTAINER_LIST_TRIPLET_CONTAINER_H
13 #define IMPCONTAINER_LIST_TRIPLET_CONTAINER_H
14 
15 #include <IMP/container/container_config.h>
16 #include <IMP/object_macros.h>
17 #include <IMP/internal/StaticListContainer.h>
18 #include <IMP/TripletContainer.h>
19 #include <IMP/TripletModifier.h>
20 #include <IMP/base_types.h>
21 
22 IMPCONTAINER_BEGIN_NAMESPACE
23 
24 //! Store a list of ParticleIndexTriplets
25 /** \note The order may change when particles are inserted
26  as the list is maintained in sorted order.
27 
28  \note Changing the contents of the container is a fairly heavy
29  weight operation as it resets part of the dependency graph. Use
30  a DynamicListTripletContainer if you want to change the contents
31  frequently (eg via a ScoreState).
32  */
33 class IMPCONTAINEREXPORT ListTripletContainer :
34 #if defined(IMP_DOXYGEN) || defined(SWIG)
35  public TripletContainer
36 #else
37  public IMP::internal::StaticListContainer<TripletContainer>
38 #endif
39  {
40  typedef IMP::internal::StaticListContainer<TripletContainer> P;
41 
42  public:
44  std::string name = "ListTripletContainer%1%");
45 
46 #ifndef IMP_DOXYGEN
48  std::string name = "ListTripletContainer %1%");
49  ListTripletContainer(Model *m, const char *name);
50 
51 #endif
52 #if defined(SWIG) || defined(IMP_DOXYGEN)
53  //! Add a single const ParticleIndexTriplet& to the container.
54  void add(const ParticleIndexTriplet& vt);
55 
56  //! Add ParticleIndexTriplets to the container.
57  void add(const ParticleIndexTriplets &c);
58 
59  //! Set the contents of the container to the given ParticleIndexTriplets.
60  void set(ParticleIndexTriplets cp);
61 
62  //! Clear the contents of the container.
63  void clear();
64 #endif
65 
66 #ifdef SWIG
70  void do_apply(const TripletModifier *sm) const;
72 
73  private:
74  std::size_t do_get_contents_hash() const;
75 #endif
77 };
78 
80 
81 IMPCONTAINER_END_NAMESPACE
82 
83 #endif /* IMPCONTAINER_LIST_TRIPLET_CONTAINER_H */
Various general useful macros for IMP.
Basic types used by IMP.
Store a list of ParticleIndexTriplets.
A container for Triplets.
A class to store an fixed array of same-typed values.
Definition: Array.h:33
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Definition: object_macros.h:25
virtual ParticleIndexTriplets get_range_indexes() const =0
Class for storing model, its restraints, constraints, and particles.
Definition: Model.h:72
virtual ParticleIndexTriplets get_indexes() const =0
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers.
Definition: object_macros.h:44
virtual ParticleIndexes get_all_possible_indexes() const =0
Get contained particles.
A base class for modifiers of ParticleTripletsTemp.
A shared container for Triplets.
A Modifier on ParticleTripletsTemp.
virtual ModelObjectsTemp do_get_inputs() const =0