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

ObitTableIDI_ARRAY_GEOMETRYClassInfo Struct Reference

ClassInfo Structure. More...

#include <ObitTableIDI_ARRAY_GEOMETRY.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.
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 ObitTableIDI_ARRAY_GEOMETRYConvert
 Function pointer to convert.
ObitTableReadRowFP ObitTableIDI_ARRAY_GEOMETRYReadRow
 Function pointer to read a row.
ObitTableWriteRowFP ObitTableIDI_ARRAY_GEOMETRYWriteRow
 Function pointer to write a row.


Detailed Description

ClassInfo Structure.

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


Member Data Documentation

gchar* ObitTableIDI_ARRAY_GEOMETRYClassInfo::ClassName
 

Name of class ("Obit").

gboolean ObitTableIDI_ARRAY_GEOMETRYClassInfo::hasScratch
 

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

gboolean ObitTableIDI_ARRAY_GEOMETRYClassInfo::initialized
 

Have I been initialized?

newObitFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::newObit
 

Function pointer to newObit.

ObitClassInfoDefFnFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitClassInfoDefFn
 

Function pointer to ClassInfoDefFn.

ObitClassInitFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitClassInit
 

Function pointer to Class initializer.

ObitClearFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitClear
 

Function pointer to deallocation function.

ObitCloneFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitClone
 

Function pointer to deep copy constructor.

ObitCopyFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitCopy
 

Function pointer to shallow copy constructor.

ObitGetClassFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitGetClass
 

Function pointer to GetClass.

ObitInitFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitInit
 

Function pointer to object initializer.

ObitIsAFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitIsA
 

Function pointer to test if a class member.

ObitRefFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitRef
 

Function pointer to Object Ref.

ObitTableClearRowsFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableClearRows
 

Remove previous entries.

ObitTableCloseFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableClose
 

Function pointer to Close.

ObitTableConvertFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableConvert
 

Function pointer to Convert.

ObitTableFullInstantiateFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableFullInstantiate
 

Fully instantiate.

ObitTableGetTypeFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableGetType
 

Function pointer to Return table type.

ObitTableGetVersionFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableGetVersion
 

Function pointer to Return table version.

ObitTableConvertFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableIDI_ARRAY_GEOMETRYConvert
 

Function pointer to convert.

ObitTableReadRowFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableIDI_ARRAY_GEOMETRYReadRow
 

Function pointer to read a row.

ObitTableWriteRowFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableIDI_ARRAY_GEOMETRYWriteRow
 

Function pointer to write a row.

ObitTableOpenFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableOpen
 

Function pointer to Open.

ObitTableReadFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableRead
 

Function pointer to Read.

ObitTableReadRowFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableReadRow
 

Function pointer to Read Row.

ObitTableReadSelectFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableReadSelect
 

Function pointer to Read with selection/calibration.

ObitTableSetRowFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableSetRow
 

Function pointer to Attach Row.

ObitTableWriteFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableWrite
 

Function pointer to Write.

ObitTableWriteRowFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableWriteRow
 

Function pointer to Write Row.

ObitTableZapFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitTableZap
 

Function pointer to Zap.

ObitUnrefFP ObitTableIDI_ARRAY_GEOMETRYClassInfo::ObitUnref
 

Function pointer to Object Unref.

gconstpointer ObitTableIDI_ARRAY_GEOMETRYClassInfo::ParentClass
 

Pointer to parent class ClassInfo, Null if none.


The documentation for this struct was generated from the following file:
Generated on Fri Aug 31 22:13:14 2007 for Obit by  doxygen 1.3.9.1