1 #ifndef MTF_GRID_BASE_H 2 #define MTF_GRID_BASE_H 4 #include "CompositeBase.h" 10 GridBase(
const vector<TrackerBase*> _trackers) :
13 virtual void initPixMask(){ pix_mask_needed =
true; }
14 virtual const uchar* getPixMask() = 0;
15 virtual int getResX() = 0;
16 virtual int getResY() = 0;
Definition: CompositeBase.h:10