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