#include <utl/ObjectFactory.h>#include <utl/VParticleProperties.h>Go to the source code of this file.
Classes | |
| class | utl::ParticlePropertiesCreator |
| Functor for the creation of particle properties by a factory. More... | |
| class | utl::UnregisteredParticlePropertyPolicy |
| Policy for dealing with the creation of properties for unregistered particle ID's. More... | |
Namespaces | |
| utl | |
Typedefs | |
| typedef utl::ObjectFactory < ParticlePropertiesPtr, int, const ParticlePropertiesCreator, UnregisteredParticlePropertyPolicy > | utl::ParticlePropertiesFactory |
| Typedef for particle properties factory using the generic object factory. More... | |