#include <ObitTableOB.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. | |
| ObitTableFullInstantiateFP | ObitTableFullInstantiate |
| Fully instantiate. | |
| ObitTableClearRowsFP | ObitTableClearRows |
| Remove previous entries. | |
| ObitTableConvertFP | ObitTableConvert |
| Function pointer to Convert. | |
| ObitTableZapFP | ObitTableZap |
| Function pointer to Zap. | |
| ObitTableOpenFP | ObitTableOpen |
| Function pointer to Open. | |
| ObitTableCloseFP | ObitTableClose |
| Function pointer to Close. | |
| ObitTableReadFP | ObitTableRead |
| Function pointer to Read. | |
| ObitTableReadSelectFP | ObitTableReadSelect |
| Function pointer to Read with selection/calibration. | |
| ObitTableWriteFP | ObitTableWrite |
| Function pointer to Write. | |
| ObitTableReadRowFP | ObitTableReadRow |
| Function pointer to Read Row. | |
| ObitTableWriteRowFP | ObitTableWriteRow |
| Function pointer to Write Row. | |
| ObitTableSetRowFP | ObitTableSetRow |
| Function pointer to Attach Row. | |
| ObitTableGetTypeFP | ObitTableGetType |
| Function pointer to Return table type. | |
| ObitTableGetVersionFP | ObitTableGetVersion |
| Function pointer to Return table version. | |
| ObitTableConvertFP | ObitTableOBConvert |
| Function pointer to convert. | |
| ObitTableReadRowFP | ObitTableOBReadRow |
| Function pointer to read a row. | |
| ObitTableWriteRowFP | ObitTableOBWriteRow |
| Function pointer to write a row. | |
Contains class name, a pointer to any parent class (NULL if none) and function pointers.
|
|
Name of class ("Obit").
|
|
|
Are disk resident "scratch" objects of this class possible?
|
|
|
Have I been initialized?
|
|
|
Function pointer to newObit.
|
|
|
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 GetClass.
|
|
|
Function pointer to object initializer.
|
|
|
Function pointer to test if a class member.
|
|
|
Function pointer to Object Ref.
|
|
|
Remove previous entries.
|
|
|
Function pointer to Close.
|
|
|
Function pointer to Convert.
|
|
|
Fully instantiate.
|
|
|
Function pointer to Return table type.
|
|
|
Function pointer to Return table version.
|
|
|
Function pointer to convert.
|
|
|
Function pointer to read a row.
|
|
|
Function pointer to write a row.
|
|
|
Function pointer to Open.
|
|
|
Function pointer to Read.
|
|
|
Function pointer to Read Row.
|
|
|
Function pointer to Read with selection/calibration.
|
|
|
Function pointer to Attach Row.
|
|
|
Function pointer to Write.
|
|
|
Function pointer to Write Row.
|
|
|
Function pointer to Zap.
|
|
|
Function pointer to Object Unref.
|
|
|
Pointer to parent class ClassInfo, Null if none.
|
1.3.9.1