#include "ObitAntenna.h"
Functions | |
| void | ObitAntennaInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitAntennaClear (gpointer in) |
| Private: Deallocate members. | |
| ObitAntenna * | newObitAntenna (gchar *name) |
| Public: Constructor. | |
| gconstpointer | ObitAntennaGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitAntenna * | ObitAntennaCopy (ObitAntenna *in, ObitAntenna *out, ObitErr *err) |
| Public: Copy constructor. | |
| void | ObitAntennaClassInit (void) |
| Public: Class initializer. | |
This is antenna 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