#include "ObitSourceList.h"
Functions | |
| void | ObitSourceListInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitSourceListClear (gpointer in) |
| Private: Deallocate members. | |
| ObitSourceList * | newObitSourceList (gchar *name) |
| Public: Constructor. | |
| gconstpointer | ObitSourceListGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitSourceList * | ObitSourceListCreate (gchar *name, glong nsou) |
| Public: Create from value. | |
| ObitSourceList * | ObitSourceListCopy (ObitSourceList *in, ObitSourceList *out, ObitErr *err) |
| Public: Copy constructor. | |
| void | ObitSourceListClassInit (void) |
| Public: Class initializer. | |
This is a list of (astronomical) sources.
|
|
Public: Constructor. Initializes class if needed on first call.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||||||
|
Public: Copy constructor. Parent class members are included but any derived class info is ignored.
|
|
||||||||||||
|
Public: Create from value.
|
|
|
Public: ClassInfo pointer. Initializes class if needed on first call.
|
|
|
Private: Initialize newly instantiated object. Does (recursive) initialization of base class members before this class.
|
1.3.9.1