![]() |
IMP
2.1.1
The Integrative Modeling Platform
|
#include <IMP/kernel/QuadContainer.h>
Inheritance diagram for IMP::kernel::QuadContainerAdaptor:Public Member Functions | |
| QuadContainerAdaptor (QuadContainer *c) | |
| template<class C > | |
| QuadContainerAdaptor (base::internal::PointerBase< C > c) | |
| QuadContainerAdaptor (const ParticleQuadsTemp &t, std::string name="QuadContainerAdaptor%1%") | |
This class allows either a list or a container to be accepted as input.
Definition at line 122 of file kernel/QuadContainer.h.
| IMP::kernel::QuadContainerAdaptor::QuadContainerAdaptor | ( | QuadContainer * | c | ) |
Constructs the adaptor pointing to c (so if the contents of c are changed dynamically, so do the contents of the adaptor, and vice versa)
| IMP::kernel::QuadContainerAdaptor::QuadContainerAdaptor | ( | base::internal::PointerBase< C > | c | ) |
Constructs the adaptor pointing to c (so if the contents of c are changed dynamically, so do the contents of the adaptor, and vice versa)
Definition at line 145 of file kernel/QuadContainer.h.
| IMP::kernel::QuadContainerAdaptor::QuadContainerAdaptor | ( | const ParticleQuadsTemp & | t, |
| std::string | name = "QuadContainerAdaptor%1%" |
||
| ) |
Adapts the non-empty list t to QuadContainer
| t | a non-empty list of ParticleQuadsTemp |
| name | name for the constructed QuadContainer |