#include "Obit.h"
#include "ObitErr.h"
#include "ObitTable.h"
Go to the source code of this file.
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