22 template<
class T,
class someRangeType,
class someHitType>
23 static void notify(T,
double, someRangeType,
const someHitType&,
const someHitType&) {};
29 template <
typename ... types>
33 template <
typename ... types>
Observer base class which can be used to evaluate the VXDTF2's Filters.
static void terminate(const types &...)
static method used by the observed object to terminate the observer.
static void notify(T, double, someRangeType, const someHitType &, const someHitType &)
exemplary draft for a notify-function of an observer
static void initialize(const types &...)
static method used by the observed object to initialize the observer.
Observer()
An empty constructor for an empty class.
Abstract base class for different kinds of events.