1#ifndef RPC_SWEEP_FACTORY_H
2#define RPC_SWEEP_FACTORY_H
11#include <util/param/Factory.h>
27 class SweepFactory :
public Factory< Sweep<D> >
45 Sweep<D>*
factory(std::string
const & className)
const;
51 System<D>* systemPtr_;
55 #ifndef RPC_SWEEP_FACTORY_TPP
57 extern template class SweepFactory<1>;
58 extern template class SweepFactory<2>;
59 extern template class SweepFactory<3>;
SweepFactory(System< D > &system)
Constructor.
Sweep< D > * factory(std::string const &className) const
Method to create any Sweep subclass.
Sweep< D > * trySubfactories(const std::string &className) const
PSCF package top-level namespace.
Utility classes for scientific computation.