#include "Obit.h"
#include "ObitTableDesc.h"
Functions | |
| void | ObitTableDescInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitTableDescClear (gpointer in) |
| Private: Deallocate members. | |
| ObitTableDesc * | newObitTableDesc (gchar *name) |
| Public: Constructor. | |
| gconstpointer | ObitTableDescGetClass (void) |
| Public: Return class pointer. | |
| ObitTableDesc * | ObitTableDescCopy (ObitTableDesc *in, ObitTableDesc *out, ObitErr *err) |
| Public: Copy TableDesc. | |
| void | ObitTableDescCopyDesc (ObitTableDesc *in, ObitTableDesc *out, ObitErr *err) |
| Public: Copy descriptive (nonstructural) information. | |
| void | ObitTableDescIndex (ObitTableDesc *in) |
| Public: Index for easier access. | |
| void | ObitTableDescRealloc (ObitTableDesc *in, glong nfield) |
| Public: Reallocate arrays. | |
| gboolean | ObitTableDescCompatible (ObitTableDesc *in1, ObitTableDesc *in2) |
| Public: Check compatibility. | |
| void | ObitTableDescClassInit (void) |
| Public: Class initializer. | |
This contains information about the structure of the table.
|
|
Public: Constructor.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||
|
Public: Check compatibility. Checks number, type, label and dimension of each column
|
|
||||||||||||||||
|
Public: Copy TableDesc. The output descriptor will have the structure and values of the input
|
|
||||||||||||||||
|
Public: Copy descriptive (nonstructural) information. things that don't define the structure).
|
|
|
Public: Return class pointer. Initializes class if needed on first call.
|
|
|
Public: Index for easier access.
|
|
|
Private: Initialize newly instantiated object. Does (recursive) initialization of base class members before this class.
|
|
||||||||||||
|
Public: Reallocate arrays.
|
1.3.9.1