IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
ListQuadContainer.h
Go to the documentation of this file.
1 // Autogenerated by ../../../../tmp/nightly-build-65341/imp-2.7.0/tools/build/make_containers.py
2 // from ../../../../tmp/nightly-build-65341/imp-2.7.0/tools/build/container_templates/container/ListClassnameContainer.h
3 // Do not edit - any changes will be lost!
4 
5 /**
6  * \file IMP/container/ListQuadContainer.h
7  * \brief Store a list of ParticleIndexQuads.
8  *
9  * Copyright 2007-2017 IMP Inventors. All rights reserved.
10  */
11 
12 #ifndef IMPCONTAINER_LIST_QUAD_CONTAINER_H
13 #define IMPCONTAINER_LIST_QUAD_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/QuadContainer.h>
19 #include <IMP/QuadModifier.h>
20 #include <IMP/base_types.h>
21 
22 IMPCONTAINER_BEGIN_NAMESPACE
23 
24 //! Store a list of ParticleIndexQuads
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 DynamicListQuadContainer if you want to change the contents
31  frequently (eg via a ScoreState).
32  */
33 class IMPCONTAINEREXPORT ListQuadContainer :
34 #if defined(IMP_DOXYGEN) || defined(SWIG)
35  public QuadContainer
36 #else
37  public IMP::internal::StaticListContainer<QuadContainer>
38 #endif
39  {
40  typedef IMP::internal::StaticListContainer<QuadContainer> P;
41 
42  public:
43  ListQuadContainer(Model *m, const ParticleIndexQuads &contents,
44  std::string name = "ListQuadContainer%1%");
45 
46  /** \deprecated_at{2.7} Use the index-based constructor instead */
47  IMPCONTAINER_DEPRECATED_METHOD_DECL(2.7)
49  std::string name = "ListQuadContainer%1%");
50 
51 #ifndef IMP_DOXYGEN
53  std::string name = "ListQuadContainer %1%");
54  ListQuadContainer(Model *m, const char *name);
55 
56 #endif
57 #if defined(SWIG) || defined(IMP_DOXYGEN)
58  //! Add a single const ParticleIndexQuad& to the container.
59  void add(const ParticleIndexQuad& vt);
60 
61  //! Add ParticleIndexQuads to the container.
62  void add(const ParticleIndexQuads &c);
63 
64  //! Set the contents of the container to the given ParticleIndexQuads.
65  void set(ParticleIndexQuads cp);
66 
67  //! Clear the contents of the container.
68  void clear();
69 #endif
70 
71 #ifdef SWIG
75  void do_apply(const QuadModifier *sm) const;
77 
78  private:
79  std::size_t do_get_contents_hash() const;
80 #endif
82 };
83 
85 
86 IMPCONTAINER_END_NAMESPACE
87 
88 #endif /* IMPCONTAINER_LIST_QUAD_CONTAINER_H */
Various general useful macros for IMP.
Basic types used by IMP.
Store a list of ParticleIndexQuads.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Definition: object_macros.h:25
A container for Quads.
Class for storing model, its restraints, constraints, and particles.
Definition: Model.h:72
A Modifier on ParticleQuadsTemp.
A shared container for Quads.
Definition: QuadContainer.h:37
#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.
virtual ParticleIndexQuads get_range_indexes() const =0
virtual ParticleIndexQuads get_indexes() const =0
A base class for modifiers of ParticleQuadsTemp.
Definition: QuadModifier.h:32
virtual ModelObjectsTemp do_get_inputs() const =0