Main Page | Class List | Directories | File List | Class Members | File Members

ObitOTFClassInfo Struct Reference

ClassInfo Structure. More...

#include <ObitOTF.h>

List of all members.

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.
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.
newObitOTFScratchFP newObitOTFScratch
 Function pointer to scratch copy constructor.
ObitOTFSameFP ObitOTFSame
 Function pointer to are two OTFs the same.
newObitOTFTableFP newObitOTFTable
 Function pointer to Create an associated table.
ObitOTFZapTableFP ObitOTFZapTable
 Destroy an associated Table.
ObitOTFFullInstantiateFP ObitOTFFullInstantiate
 Fully instantiate.
ObitOTFCopyTablesFP ObitOTFCopyTables
 Copy associated Table(s).
ObitOTFUpdateTablesFP ObitOTFUpdateTables
 Update disk resident tables information.


Detailed Description

ClassInfo Structure.

Contains class name, a pointer to any parent class (NULL if none) and function pointers.


Member Data Documentation

gchar* ObitOTFClassInfo::ClassName
 

Name of class ("Obit").

gboolean ObitOTFClassInfo::hasScratch
 

Are disk resident "scratch" objects of this class possible?

gboolean ObitOTFClassInfo::initialized
 

Have I been initialized?

newObitFP ObitOTFClassInfo::newObit
 

Function pointer to newObit.

newObitDataHistoryFP ObitOTFClassInfo::newObitDataHistory
 

Function pointer to Create an associated History.

newObitDataScratchFP ObitOTFClassInfo::newObitDataScratch
 

Function pointer to scratch copy constructor.

newObitDataTableFP ObitOTFClassInfo::newObitDataTable
 

Function pointer to Create an associated table.

newObitOTFScratchFP ObitOTFClassInfo::newObitOTFScratch
 

Function pointer to scratch copy constructor.

newObitOTFTableFP ObitOTFClassInfo::newObitOTFTable
 

Function pointer to Create an associated table.

ObitClassInfoDefFnFP ObitOTFClassInfo::ObitClassInfoDefFn
 

Function pointer to ClassInfoDefFn.

ObitClassInitFP ObitOTFClassInfo::ObitClassInit
 

Function pointer to Class initializer.

ObitClearFP ObitOTFClassInfo::ObitClear
 

Function pointer to deallocation function.

ObitCloneFP ObitOTFClassInfo::ObitClone
 

Function pointer to deep copy constructor.

ObitCopyFP ObitOTFClassInfo::ObitCopy
 

Function pointer to shallow copy constructor.

ObitDataCloneFP ObitOTFClassInfo::ObitDataClone
 

Function pointer to Clone.

ObitDataCloseFP ObitOTFClassInfo::ObitDataClose
 

Function pointer to Close.

ObitDataCopyFP ObitOTFClassInfo::ObitDataCopy
 

Function pointer to Copy.

ObitDataCopyTableFP ObitOTFClassInfo::ObitDataCopyTable
 

Copy a given table.

ObitDataCopyTablesFP ObitOTFClassInfo::ObitDataCopyTables
 

Copy associated Table(s).

ObitDataFullInstantiateFP ObitOTFClassInfo::ObitDataFullInstantiate
 

Fully instantiate.

ObitDataIOSetFP ObitOTFClassInfo::ObitDataIOSet
 

Function pointer to Reset IO.

ObitDataOpenFP ObitOTFClassInfo::ObitDataOpen
 

Function pointer to Open.

ObitDataReadKeywordFP ObitOTFClassInfo::ObitDataReadKeyword
 

Function pointer to Read header keyword.

ObitDataRenameFP ObitOTFClassInfo::ObitDataRename
 

Function pointer to Rename.

ObitDataSameFP ObitOTFClassInfo::ObitDataSame
 

Function pointer to are two ObitDatas the same.

ObitDataSetupIOFP ObitOTFClassInfo::ObitDataSetupIO
 

Initialize IO member.

ObitDataUpdateTablesFP ObitOTFClassInfo::ObitDataUpdateTables
 

Update disk resident tables information.

ObitDataWriteKeywordFP ObitOTFClassInfo::ObitDataWriteKeyword
 

Function pointer to Write header keyword.

ObitDataZapFP ObitOTFClassInfo::ObitDataZap
 

Function pointer to Zap.

ObitDataZapTableFP ObitOTFClassInfo::ObitDataZapTable
 

Destroy an associated Table(s).

ObitGetClassFP ObitOTFClassInfo::ObitGetClass
 

Function pointer to GetClass.

ObitInitFP ObitOTFClassInfo::ObitInit
 

Function pointer to object initializer.

ObitIsAFP ObitOTFClassInfo::ObitIsA
 

Function pointer to test if a class member.

ObitOTFCopyTablesFP ObitOTFClassInfo::ObitOTFCopyTables
 

Copy associated Table(s).

ObitOTFFullInstantiateFP ObitOTFClassInfo::ObitOTFFullInstantiate
 

Fully instantiate.

ObitOTFSameFP ObitOTFClassInfo::ObitOTFSame
 

Function pointer to are two OTFs the same.

ObitOTFUpdateTablesFP ObitOTFClassInfo::ObitOTFUpdateTables
 

Update disk resident tables information.

ObitOTFZapTableFP ObitOTFClassInfo::ObitOTFZapTable
 

Destroy an associated Table.

ObitRefFP ObitOTFClassInfo::ObitRef
 

Function pointer to Object Ref.

ObitUnrefFP ObitOTFClassInfo::ObitUnref
 

Function pointer to Object Unref.

gconstpointer ObitOTFClassInfo::ParentClass
 

Pointer to parent class ClassInfo, Null if none.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 3 20:43:55 2007 by  doxygen 1.3.9.1