enum _moo_detector_type_ moo_detector_type
The type code type.
moo_mask * moo_masklist_get(moo_masklist *self, int i)
Get the MASK at the position i in the list.
cpl_mask * moo_masklist_get_mask(moo_masklist *self, int i, moo_detector_type type, int num)
Get the CPL_MASK at the position i,type,num in the list.
moo_masklist * moo_masklist_new(void)
Create a new moo_masklist
cpl_size moo_masklist_get_size(const moo_masklist *self)
Get the number of MASK in the masklist.
moo_masklist * moo_masklist_create(int size)
Create a new moo_masklist from the given MASK frameset.
void moo_masklist_delete(moo_masklist *self)
Free all memory used by a moo_masklist object including the MASK.