#include "ObitFitRegionList.h"
Functions | |
| void | ObitFitRegionListInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitFitRegionListClear (gpointer in) |
| Private: Deallocate members. | |
| ObitFitRegionList * | newObitFitRegionList (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitFitRegionListGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitFitRegionList * | ObitFitRegionListCreate (gchar *name, ObitImage *image) |
| Public: Create/initialize ObitFitRegionList structures. | |
| void | ObitFitRegionListSubtract (ObitFitRegionList *in, ObitImage *outImage, ObitErr *err) |
| Public: Subtract regions from image. | |
| void | ObitFitRegionListAppend (ObitFitRegionList *in, ObitFitRegion *reg) |
| Public: Append an FitRegion to the list. | |
| void | ObitFitRegionListRemove (ObitFitRegionList *in, ObitFitRegion *reg) |
| Public: Remove an ObitFitRegion from the list. | |
| ObitFitRegion * | ObitFitRegionListFind (ObitFitRegionList *in, gchar *name) |
| Public: Find item in a list. | |
| void | ObitFitRegionListClassInit (void) |
| Public: Class initializer. | |
This class is derived from the Obit base class.
|
|
Public: Default Constructor. Initializes class if needed on first call.
|
|
||||||||||||
|
Public: Append an FitRegion to the list.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||
|
Public: Create/initialize ObitFitRegionList structures.
|
|
||||||||||||
|
Public: Find item in a list.
|
|
|
Public: ClassInfo pointer.
|
|
|
Private: Initialize newly instantiated object. Parent classes portions are (recursively) initialized first
|
|
||||||||||||
|
Public: Remove an ObitFitRegion from the list.
|
|
||||||||||||||||
|
Public: Subtract regions from image.
|
1.3.9.1