#include "Obit.h"
#include "ObitErr.h"
#include "ObitInfoList.h"
#include "ObitImageDesc.h"
#include "ObitFArray.h"
#include "ObitDef.h"
#include "ObitClassDef.h"
Go to the source code of this file.
Classes | |
| struct | ObitImageSel |
| ObitImageSel Class structure. More... | |
| struct | ObitImageSelClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | ObitImageSelUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitImageSel returns a ObitImageSel* (NULL). | |
| #define | ObitImageSelRef(in) ObitRef (in) |
| Macro to reference (update reference count) an ObitImageSel. | |
| #define | ObitImageSelIsA(in) ObitIsA (in, ObitImageSelGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
| #define | IM_MAXDIM 7 |
| Maximum number of dimensions. | |
Functions | |
| void | ObitImageSelClassInit (void) |
| Public: Class initializer. | |
| 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. | |
This class is derived from the Obit class.
This contains information about portions of an image selected.
|
|
Maximum number of dimensions.
|
|
|
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 ObitImageSel. returns a ObitImageSel*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitImageSel returns a ObitImageSel* (NULL).
|
|
|
Public: Constructor.
|
|
||||||||||||||||
|
Public: Create/resize buffer for image?
|
|
|
Public: Class initializer.
|
|
||||||||||||||||
|
Public: Copy ImageSel.
|
|
||||||||||||
|
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