IMP  2.1.1
The Integrative Modeling Platform
IMP::kernel::SingletonContainerAdaptor Class Reference

#include <IMP/kernel/SingletonContainer.h>

+ Inheritance diagram for IMP::kernel::SingletonContainerAdaptor:

Public Member Functions

 SingletonContainerAdaptor (SingletonContainer *c)
 
template<class C >
 SingletonContainerAdaptor (base::internal::PointerBase< C > c)
 
 SingletonContainerAdaptor (const ParticlesTemp &t, std::string name="SingletonContainerAdaptor%1%")
 

Detailed Description

This class allows either a list or a container to be accepted as input.

Definition at line 122 of file kernel/SingletonContainer.h.

Constructor & Destructor Documentation

IMP::kernel::SingletonContainerAdaptor::SingletonContainerAdaptor ( SingletonContainer 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)

template<class C >
IMP::kernel::SingletonContainerAdaptor::SingletonContainerAdaptor ( 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/SingletonContainer.h.

IMP::kernel::SingletonContainerAdaptor::SingletonContainerAdaptor ( const ParticlesTemp t,
std::string  name = "SingletonContainerAdaptor%1%" 
)

Adapts the non-empty list t to SingletonContainer

Parameters
ta non-empty list of ParticlesTemp
namename for the constructed SingletonContainer

The documentation for this class was generated from the following file: