Go to the source code of this file.
Data Structures | |
struct | Attributes |
Typedefs | |
typedef Attributes | Attributes |
Functions | |
int | Attributes_init (Attributes *attr) |
int | Attributes_cmpByNPeaks (const void *p1, const void *p2) |
Attributes | Attributes_readline (char *line) |
int | Attributes_updateRectangle (Attributes *attr, Map2D *map, Peak2i peak) |
void | Attributes_fprint (FILE *fp, Attributes *attr) |
void | Attributes_fprintWithPeaks (FILE *fp, Attributes *attr) |
int | AttributesArray_init (Attributes *attr, int nattr) |
Attributes * | AttributesArray_load (char *filename, int *size) |
void | AttributesArray_sortByNPeaks (Attributes *attr, long nsize) |
Attributes * | AttributesArray_create (int size) |
void | AttributesArray_fprint (FILE *fp, Attributes *attr, int nsize) |
void | AttributesArray_fprintWithPeaks (FILE *fp, Attributes *attr, int nsize) |
Rectangle4i * | AttributesArray_getRectangleArray (Attributes *attr, int nAttr, struct Map2D *map) |
int * | AttributesArray_getLabelArray (Attributes *attr, int nAttr) |
MQString * | AttributesArray_toStringArray (Attributes *attr, int nAttr, const char *format) |