#include "ObitSource.h"
Functions | |
| void | ObitSourceInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitSourceClear (gpointer in) |
| Private: Deallocate members. | |
| ObitSource * | newObitSource (gchar *name) |
| Public: Constructor. | |
| gconstpointer | ObitSourceGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitSource * | ObitSourceCopy (ObitSource *in, ObitSource *out, ObitErr *err) |
| Public: Copy constructor. | |
| void | ObitSourceClassInit (void) |
| Public: Class initializer. | |
This is (astronomical) source information.
|
|
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: 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