From a7057533b2d8dbccb2e29d7215a054e368d0b749 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 5 Mar 2020 15:38:41 +0100 Subject: Show the peaks in the image view --- src/crystfelimageview.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/crystfelimageview.h') diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h index 3e2c35e2..62faf044 100644 --- a/src/crystfelimageview.h +++ b/src/crystfelimageview.h @@ -86,6 +86,9 @@ struct _crystfelimageview char *event; struct image *image; GdkPixbuf **pixbufs; + + int num_peaklists; + ImageFeatureList **peaklists; }; struct _crystfelimageviewclass @@ -109,6 +112,7 @@ extern int crystfel_image_view_set_image(CrystFELImageView *iv, extern struct image *crystfel_image_view_get_image_struct(CrystFELImageView *iv); extern void crystfel_image_view_set_peaks(CrystFELImageView *iv, - ImageFeatureList *peaks); + ImageFeatureList *peaks, + int list_num); #endif /* CRYSTFELIMAGEVIEW_H */ -- cgit v1.2.3