12 #ifndef IMPKERNEL_DECLARE_QUAD_CONTAINER_H
13 #define IMPKERNEL_DECLARE_QUAD_CONTAINER_H
15 #include <IMP/kernel/kernel_config.h>
16 #include "internal/IndexingIterator.h"
19 #include "internal/container_helpers.h"
30 IMPKERNEL_BEGIN_NAMESPACE
40 std::string name =
"QuadContainer %1%");
66 return IMP::kernel::internal::get_particle(get_model(),
get_indexes());
70 return IMP::kernel::internal::get_particle(get_model(),
get_indexes()[i]);
72 unsigned int get_number()
const {
return get_indexes().size(); }
74 bool get_provides_access()
const;
79 template <
class Functor> Functor for_each(Functor f) {
82 return std::for_each(vs.begin(), vs.end(), f);
99 IMPKERNEL_DEPRECATED_METHOD_DECL(2.1)
104 IMPKERNEL_DEPRECATED_METHOD_DECL(2.1)
105 unsigned int get_number_of_particle_quads()
const;
109 IMPKERNEL_DEPRECATED_METHOD_DECL(2.1)
113 virtual void do_apply(
const QuadModifier *sm)
const = 0;
114 virtual bool do_get_provides_access()
const {
return false; }
123 #if !defined(SWIG) && !defined(IMP_DOXYGEN)
155 std::string name =
"QuadContainerAdaptor%1%");
158 IMPKERNEL_END_NAMESPACE
An exception for a request for an invalid member of a container.
Class for adding derivatives from restraints to the model.
ParticleIndexes get_indexes(const ParticlesTemp &ps)
Abstract base class for containers of particles.
A shared container for Quads.
Classes to handle individual model particles.
A nullptr-initialized pointer to an IMP Object.
QuadContainerAdaptor(base::internal::PointerBase< C > c)
IMP::kernel::QuadContainer QuadContainer
A smart pointer to a reference counted object.
IMP::kernel::QuadScore QuadScore
IMP::kernel::QuadModifier QuadModifier
Control display of deprecation information.
Abstract class for containers of particles.
Various general useful macros for IMP.
#define IMP_REF_COUNTED_NONTRIVIAL_DESTRUCTOR(Name)
Various general useful macros for IMP.
Classes to handle individual model particles.
#define IMP_THROW(message, exception_name)
Throw an exception with a message.
Exception definitions and assertions.
A base class for modifiers of ParticleQuadsTemp.
Class for storing model, its restraints, constraints, and particles.