IMP
2.1.0
The Integrative Modeling Platform
|
#include <IMP/kernel/PairContainer.h>
Public Member Functions | |
PairContainerAdaptor (PairContainer *c) | |
template<class C > | |
PairContainerAdaptor (base::internal::PointerBase< C > c) | |
PairContainerAdaptor (const ParticlePairsTemp &t, std::string name="PairContainerAdaptor%1%") | |
This class allows either a list or a container to be accepted as input.
Definition at line 122 of file kernel/PairContainer.h.
IMP::kernel::PairContainerAdaptor::PairContainerAdaptor | ( | PairContainer * | 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::PairContainerAdaptor::PairContainerAdaptor | ( | 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/PairContainer.h.
IMP::kernel::PairContainerAdaptor::PairContainerAdaptor | ( | const ParticlePairsTemp & | t, |
std::string | name = "PairContainerAdaptor%1%" |
||
) |
Adapts the non-empty list t to PairContainer
t | a non-empty list of ParticlePairsTemp |
name | name for the constructed PairContainer |