1 #ifndef PROXYGENERATOR_H
2 #define PROXYGENERATOR_H
27 virtual T
generate(std::vector<T*>
const&)
const = 0;
virtual ~ProxyGenerator()
virtual ProxyGenerator< T > * clone() const =0
Abstract base class for mechanisms that compute a proxy or representative object for a given set of o...
virtual T generate(std::vector< T * > const &) const =0