35 #ifndef AIMS_RESAMPLING_SAMPLABLE_H 36 #define AIMS_RESAMPLING_SAMPLABLE_H 47 template <
class T,
unsigned D>
virtual bool contains(AimsVector< T, D > &vector)=0
The virtual template class fo which samplable classes must inherit from.
Samplable()
The programmer should not call the constructor of an abstract base class.