Xmipp  v3.23.11-Nereus
sorting.h
Go to the documentation of this file.
1 #ifndef SORTING_H
2 #define SORTING_H
3 
4 #include "dcel.h"
5 
6 
7 /****************************************************************************
8  PUBLIC FUNCTION HEADERS
9 *****************************************************************************/
10 void sort(struct DCEL_T *dcel);
11 void clutter(struct DCEL_T *dcel);
12 void set_Highest_First(struct DCEL_T *dcel, int (*f)(struct Point_T *, struct Point_T *));
13 
14 #endif
Definition: point.h:12
Definition: dcel.h:50
void sort(struct DCEL_T *dcel)
Definition: sorting.cpp:18
void clutter(struct DCEL_T *dcel)
Definition: sorting.cpp:32
double * f
void set_Highest_First(struct DCEL_T *dcel, int(*f)(struct Point_T *, struct Point_T *))
Definition: sorting.cpp:52