#include "ObitOTFSkyModel.h"
Functions | |
| void | ObitOTFSkyModelInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitOTFSkyModelClear (gpointer in) |
| Private: Deallocate members. | |
| ObitOTFSkyModel * | newObitOTFSkyModel (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitOTFSkyModelGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitOTFSkyModel * | ObitOTFSkyModelCopy (ObitOTFSkyModel *in, ObitOTFSkyModel *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| ObitOTFSkyModel * | ObitOTFSkyModelCreate (glong ncomp) |
| Public: Create/initialize ObitOTFSkyModel structures. | |
| ObitIOCode | ObitOTFSkyModelRead (ObitOTFSkyModel **in, ObitTableSkyModel *table, ObitErr *err) |
| Public: Read Table from disk. | |
| ObitIOCode | ObitOTFSkyModelWrite (ObitOTFSkyModel *in, ObitTableSkyModel *table, ObitErr *err) |
| Public: Write Table to disk. | |
| ObitOTFProj | ObitOTFSkyModelProj (gchar *string) |
| Public: Determine Projection type from a string. | |
| void | ObitOTFSkyModelClassInit (void) |
| Public : Class initializer. | |
This class is derived from the Obit base class.
|
|
Public: Default Constructor. Initializes class if needed on first call.
|
|
|
Public : Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members. For some reason this wasn't build into the GType class.
|
|
||||||||||||||||
|
Public: Copy (deep) constructor.
|
|
|
Public: Create/initialize ObitOTFSkyModel structures.
|
|
|
Public: ClassInfo pointer.
|
|
|
Private: Initialize newly instantiated object. Parent classes portions are (recursively) initialized first
|
|
|
Public: Determine Projection type from a string.
|
|
||||||||||||||||
|
Public: Read Table from disk.
|
|
||||||||||||||||
|
Public: Write Table to disk.
|
1.3.9.1