#include "Obit.h"
#include "ObitErr.h"
#include "ObitImageMosaic.h"
#include "ObitDConCleanWindow.h"
#include "ObitDef.h"
#include "ObitClassDef.h"
Go to the source code of this file.
Classes | |
| struct | ObitDConCleanPxHist |
| ObitDConCleanPxHist Class structure. More... | |
| struct | ObitDConCleanPxHistClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | ObitDConCleanPxHistUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitDConCleanPxHist returns a ObitDConCleanPxHist*. | |
| #define | ObitDConCleanPxHistRef(in) ObitRef (in) |
| Macro to reference (update reference count) an ObitDConCleanPxHist. | |
| #define | ObitDConCleanPxHistIsA(in) ObitIsA (in, ObitDConCleanPxHistGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
Functions | |
| void | ObitDConCleanPxHistClassInit (void) |
| Public: Class initializer. | |
| ObitDConCleanPxHist * | newObitDConCleanPxHist (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitDConCleanPxHistGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitDConCleanPxHist * | ObitDConCleanPxHistCopy (ObitDConCleanPxHist *in, ObitDConCleanPxHist *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| void | ObitDConCleanPxHistClone (ObitDConCleanPxHist *in, ObitDConCleanPxHist *out, ObitErr *err) |
| Public: Copy structure. | |
| void | ObitDConCleanPxHistUpdate (ObitDConCleanPxHist *in, glong field, glong *plane, ObitImageMosaic *mosaic, ObitDConCleanWindow *window, ObitErr *err) |
| Public: Update with new image and window. | |
| glong | ObitDConCleanPxHistNumber (ObitDConCleanPxHist *in, gfloat value, ObitErr *err) |
| Public: Tell how many pixels are larger than a given abs. | |
This class is derived from the Obit class.
A copy of a pointer to an ObitDConCleanPxHist should always be made using the ObitDConCleanPxHistRef function which updates the reference count in the object. Then whenever freeing an ObitDConCleanPxHist or changing a pointer, the function ObitDConCleanPxHistUnref will decrement the reference count and destroy the object when the reference count hits 0. There is no explicit destructor.
|
|
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 ObitDConCleanPxHist. returns a ObitDConCleanPxHist*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitDConCleanPxHist returns a ObitDConCleanPxHist*. in = object to unreference |
|
|
Public: Default Constructor. Initializes class if needed on first call.
|
|
|
Public: Class initializer.
|
|
||||||||||||||||
|
Public: Copy structure.
|
|
||||||||||||||||
|
Public: Copy (deep) constructor.
|
|
|
Public: ClassInfo pointer.
|
|
||||||||||||||||
|
Public: Tell how many pixels are larger than a given abs. value larger than value. Only pixels inside of the CLEAN window are used.
|
|
||||||||||||||||||||||||||||
|
Public: Update with new image and window.
|
1.3.9.1