#include <math.h>
#include <string.h>
#include "glib/gqsort.h"
#include "ObitTableUtil.h"
#include "ObitImage.h"
#include "ObitInfoElem.h"
Classes | |
| union | ObitSortEquiv |
| Equivalence for Sort key arrays. More... | |
| struct | ObitSortStruct |
| Sort Index plus sort key. More... | |
Functions | |
| ObitIOCode | ObitTableUtilSort (ObitTable *in, gchar *colName, gboolean desc, ObitErr *err) |
| Public: Sort a table by one key. | |
| ObitIOCode | ObitTableUtilAbsSort (ObitTable *in, gchar *colName, gboolean desc, ObitErr *err) |
| Public: Sort a table by abs value of one key. | |
| ObitIOCode | ObitTableUtilSort2f (ObitTable *in, gchar *colName1, gint cell1, gboolean desc1, gchar *colName2, gint cell2, gboolean desc2, ObitErr *err) |
| Public: Sort a table by otwo numeric keys. | |
|
||||||||||||||||||||
|
Public: Sort a table by abs value of one key.
|
|
||||||||||||||||||||
|
Public: Sort a table by one key.
|
|
||||||||||||||||||||||||||||||||||||
|
Public: Sort a table by otwo numeric keys. If the table is already marked in this order then it is not resorted.
|
1.3.9.1