#include "Obit.h"
#include "ObitImageSel.h"
#include "ObitMem.h"
Functions | |
| void | ObitImageSelInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitImageSelClear (gpointer in) |
| Private: Deallocate members. | |
| ObitImageSel * | newObitImageSel (gchar *name) |
| Public: Constructor. | |
| gconstpointer | ObitImageSelGetClass (void) |
| Public: Return class pointer. | |
| ObitImageSel * | ObitImageSelCopy (ObitImageSel *in, ObitImageSel *out, ObitErr *err) |
| Public: Copy ImageSel. | |
| ObitFArray * | ObitImageSelBuffer (ObitFArray *buffer, ObitImageDesc *desc, ObitImageSel *sel) |
| Public: Create/resize buffer for image? | |
| void | ObitImageSelDefault (ObitImageDesc *in, ObitImageSel *sel) |
| Public: Enforces defaults in inaxes, blc, trc. | |
| void | ObitImageSelSetDesc (ObitImageDesc *in, ObitImageSel *sel, ObitImageDesc *out, ObitErr *err) |
| Public: Applies selection to a Descriptor. | |
| void | ObitImageSelClassInit (void) |
| Public: Class initializer. | |
This contains information about data selection.
|
|
Public: Constructor.
|
|
||||||||||||||||
|
Public: Create/resize buffer for image?
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||||||
|
Public: Copy ImageSel.
|
|
||||||||||||
|
Public: Enforces defaults in inaxes, blc, trc. Also indexes structure.
|
|
|
Public: Return class pointer. Initializes class if needed on first call.
|
|
|
Private: Initialize newly instantiated object. Does (recursive) initialization of base class members before this class.
|
|
||||||||||||||||||||
|
Public: Applies selection to a Descriptor.
|
1.3.9.1