Go to the source code of this file.
Data Structures | |
struct | Point2f |
Typedefs | |
typedef Point2f | Point2f |
Functions | |
Point2f * | Point2fArray_create (int size) |
float * | Point2fArray_getAbundanceFloatArray (Point2f *dp, int size) |
Point2f * | Point2fArray_convertFromCentroidToProfile (Point2f *dp, long size, Experiment *expmnt) |
Point2f * | Point2fArray_convertFromCentroidToProfileWithLimits (Point2f *dpCentroid, int csize, int bin_start, int bin_stop, Experiment *expmnt) |
void | Point2f_init (Point2f *peak, float x, float y) |
void | Point2f_initZeros (Point2f *peak) |
void | Point2fArray_fprint (FILE *fp, Point2f *peaks, int start, int stop) |