#include <glib.h>
#include "Obit.h"
#include "ObitTableDesc.h"
#include "ObitErr.h"
#include "ObitDef.h"
#include "ObitClassDef.h"
Go to the source code of this file.
Classes | |
| struct | ObitTableSel |
| ObitTableSel Class structure. More... | |
| struct | ObitTableSelClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | ObitTableSelUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitTableSel returns a ObitTableSel* (NULL). | |
| #define | ObitTableSelRef(in) ObitRef (in) |
| Macro to reference (update reference count) an ObitTableSel. | |
| #define | ObitTableSelIsA(in) ObitIsA (in, ObitTableSelGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
Functions | |
| void | ObitTableSelClassInit (void) |
| Public: Class initializer. | |
| ObitTableSel * | newObitTableSel (gchar *name) |
| Public: Constructor. | |
| gconstpointer | ObitTableSelGetClass (void) |
| Public: Return class pointer. | |
| ObitTableSel * | ObitTableSelCopy (ObitTableSel *in, ObitTableSel *out, ObitErr *err) |
| Public: Copy TableSel. | |
| glong | ObitTableSelBufferSize (ObitTableDesc *desc, ObitTableSel *sel) |
| Public: How big a buffer is needed for a data transfer? | |
| void | ObitTableSelDefault (ObitTableDesc *in, ObitTableSel *sel) |
| Public: Enforces defaults in inaxes, blc, trc. | |
| void | ObitTableSelSetDesc (ObitTableDesc *in, ObitTableSel *sel, ObitTableDesc *out, ObitErr *err) |
| Public: Applies selection to a Descriptor. | |
This class is derived from the Obit class. This contains the descriptions of data selection and calibration.
|
|
Macro to determine if an object is the member of this or a derived class. Returns TRUE if a member, else FALSE in = object to reference |
|
|
Macro to reference (update reference count) an ObitTableSel. returns a ObitTableSel*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitTableSel returns a ObitTableSel* (NULL).
|
|
|
Public: Constructor.
|
|
||||||||||||
|
Public: How big a buffer is needed for a data transfer?
|
|
|
Public: Class initializer.
|
|
||||||||||||||||
|
Public: Copy TableSel.
|
|
||||||||||||
|
Public: Enforces defaults in inaxes, blc, trc. Also indexes structure.
|
|
|
Public: Return class pointer. Initializes class if needed on first call.
|
|
||||||||||||||||||||
|
Public: Applies selection to a Descriptor.
|
1.3.9.1