#include <ObitData.h>
Public Attributes | |
| gboolean | initialized |
| Have I been initialized? | |
| gboolean | hasScratch |
| Are disk resident "scratch" objects of this class possible? | |
| gchar * | ClassName |
| Name of class ("Obit"). | |
| gconstpointer | ParentClass |
| Pointer to parent class ClassInfo, Null if none. | |
| ObitClassInitFP | ObitClassInit |
| Function pointer to Class initializer. | |
| newObitFP | newObit |
| Function pointer to newObit. | |
| ObitGetClassFP | ObitGetClass |
| Function pointer to GetClass. | |
| ObitClassInfoDefFnFP | ObitClassInfoDefFn |
| Function pointer to ClassInfoDefFn. | |
| ObitCopyFP | ObitCopy |
| Function pointer to shallow copy constructor. | |
| ObitCloneFP | ObitClone |
| Function pointer to deep copy constructor. | |
| ObitRefFP | ObitRef |
| Function pointer to Object Ref. | |
| ObitUnrefFP | ObitUnref |
| Function pointer to Object Unref. | |
| ObitIsAFP | ObitIsA |
| Function pointer to test if a class member. | |
| ObitClearFP | ObitClear |
| Function pointer to deallocation function. | |
| ObitInitFP | ObitInit |
| Function pointer to object initializer. | |
| gchar * | ClassName |
| Name of class ("Obit"). | |
| newObitDataScratchFP | newObitDataScratch |
| Function pointer to scratch copy constructor. | |
| ObitDataSameFP | ObitDataSame |
| Function pointer to are two ObitDatas the same. | |
| ObitDataCopyFP | ObitDataCopy |
| Function pointer to Copy. | |
| ObitDataCloneFP | ObitDataClone |
| Function pointer to Clone. | |
| ObitDataSetupIOFP | ObitDataSetupIO |
| Initialize IO member. | |
| ObitDataRenameFP | ObitDataRename |
| Function pointer to Rename. | |
| ObitDataZapFP | ObitDataZap |
| Function pointer to Zap. | |
| ObitDataOpenFP | ObitDataOpen |
| Function pointer to Open. | |
| ObitDataCloseFP | ObitDataClose |
| Function pointer to Close. | |
| ObitDataIOSetFP | ObitDataIOSet |
| Function pointer to Reset IO. | |
| newObitDataTableFP | newObitDataTable |
| Function pointer to Create an associated table. | |
| ObitDataZapTableFP | ObitDataZapTable |
| Destroy an associated Table(s). | |
| ObitDataFullInstantiateFP | ObitDataFullInstantiate |
| Fully instantiate. | |
| ObitDataCopyTablesFP | ObitDataCopyTables |
| Copy associated Table(s). | |
| ObitDataUpdateTablesFP | ObitDataUpdateTables |
| Update disk resident tables information. | |
| ObitDataCopyTableFP | ObitDataCopyTable |
| Copy a given table. | |
| newObitDataHistoryFP | newObitDataHistory |
| Function pointer to Create an associated History. | |
| ObitDataWriteKeywordFP | ObitDataWriteKeyword |
| Function pointer to Write header keyword. | |
| ObitDataReadKeywordFP | ObitDataReadKeyword |
| Function pointer to Read header keyword. | |
Contains class name, a pointer to any parent class (NULL if none) and function pointers.
|
|
Name of class ("Obit").
|
|
|
Name of class ("Obit").
|
|
|
Are disk resident "scratch" objects of this class possible?
|
|
|
Have I been initialized?
|
|
|
Function pointer to newObit.
|
|
|
Function pointer to Create an associated History.
|
|
|
Function pointer to scratch copy constructor.
|
|
|
Function pointer to Create an associated table.
|
|
|
Function pointer to ClassInfoDefFn.
|
|
|
Function pointer to Class initializer.
|
|
|
Function pointer to deallocation function.
|
|
|
Function pointer to deep copy constructor.
|
|
|
Function pointer to shallow copy constructor.
|
|
|
Function pointer to Clone.
|
|
|
Function pointer to Close.
|
|
|
Function pointer to Copy.
|
|
|
Copy a given table.
|
|
|
Copy associated Table(s).
|
|
|
Fully instantiate.
|
|
|
Function pointer to Reset IO.
|
|
|
Function pointer to Open.
|
|
|
Function pointer to Read header keyword.
|
|
|
Function pointer to Rename.
|
|
|
Function pointer to are two ObitDatas the same.
|
|
|
Initialize IO member.
|
|
|
Update disk resident tables information.
|
|
|
Function pointer to Write header keyword.
|
|
|
Function pointer to Zap.
|
|
|
Destroy an associated Table(s).
|
|
|
Function pointer to GetClass.
|
|
|
Function pointer to object initializer.
|
|
|
Function pointer to test if a class member.
|
|
|
Function pointer to Object Ref.
|
|
|
Function pointer to Object Unref.
|
|
|
Pointer to parent class ClassInfo, Null if none.
|
1.3.9.1