#include "Obit.h"
#include "ObitErr.h"
#include "ObitImage.h"
#include "ObitDef.h"
#include "ObitClassDef.h"
Go to the source code of this file.
Classes | |
| struct | ObitDConCleanBmHist |
| ObitDConCleanBmHist Class structure. More... | |
| struct | ObitDConCleanBmHistClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | ObitDConCleanBmHistUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitDConCleanBmHist returns a ObitDConCleanBmHist*. | |
| #define | ObitDConCleanBmHistRef(in) ObitRef (in) |
| Macro to reference (update reference count) an ObitDConCleanBmHist. | |
| #define | ObitDConCleanBmHistIsA(in) ObitIsA (in, ObitDConCleanBmHistGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
Functions | |
| void | ObitDConCleanBmHistClassInit (void) |
| Public: Class initializer. | |
| ObitDConCleanBmHist * | newObitDConCleanBmHist (gchar *name) |
| Public: Default Constructor. | |
| ObitDConCleanBmHist * | ObitDConCleanBmHistCreate (gchar *name, ObitImage *Beam, ObitErr *err) |
| Public: Create/initialize ObitDConCleanBmHist structures. | |
| gconstpointer | ObitDConCleanBmHistGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitDConCleanBmHist * | ObitDConCleanBmHistCopy (ObitDConCleanBmHist *in, ObitDConCleanBmHist *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| void | ObitDConCleanBmHistClone (ObitDConCleanBmHist *in, ObitDConCleanBmHist *out, ObitErr *err) |
| Public: Copy structure. | |
| void | ObitDConCleanBmHistUpdate (ObitDConCleanBmHist *in, ObitImage *Beam, glong *plane, ObitErr *err) |
| Public: Update with new Beam image. | |
| gfloat | ObitDConCleanBmHistPeak (ObitDConCleanBmHist *in, glong radius, ObitErr *err) |
| Public: Give maximum abs. | |
This class is derived from the Obit class.
This class has information about the maximum sidelobe exterior to a given radius.
A copy of a pointer to an ObitDConCleanBmHist should always be made using the ObitDConCleanBmHistRef function which updates the reference count in the object. Then whenever freeing an ObitDConCleanBmHist or changing a pointer, the function ObitDConCleanBmHistUnref 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 ObitDConCleanBmHist. returns a ObitDConCleanBmHist*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitDConCleanBmHist returns a ObitDConCleanBmHist*. 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: Create/initialize ObitDConCleanBmHist structures.
|
|
|
Public: ClassInfo pointer.
|
|
||||||||||||||||
|
Public: Give maximum abs. abs. value of sidelobe exterior to a given radius.
|
|
||||||||||||||||||||
|
Public: Update with new Beam image.
|
1.3.9.1