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

ObitCArrayClassInfo Struct Reference

ClassInfo Structure. More...

#include <ObitCArray.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.
gchar * ClassName
 Name of class ("Obit").
ObitCArrayCreateFP ObitCArrayCreate
 Function pointer to Constructor.
ObitCArrayIsCompatableFP ObitCArrayIsCompatable
 Function pointer to compatability checker.
ObitCArrayReallocFP ObitCArrayRealloc
 Function pointer to reallocate structures.
ObitCArrayIndexFP ObitCArrayIndex
 Function pointer to return index.
ObitCArrayMaxAbsFP ObitCArrayMaxAbs
 Function pointer to find max abs value of a CArray.
ObitCArrayMinFP ObitCArrayMin
 Function pointer to find Minimum real or imaginary of a CArray.
ObitCArrayNegFP ObitCArrayNeg
 Function pointer to negate elements of a CArray.
ObitCArrayConjgFP ObitCArrayConjg
 Function pointer to complex conjugate elements of a CArray.
ObitCArrayFillFP ObitCArrayFill
 Function pointer to Fill a CArray with a complex scalar.
ObitCArraySAddFP ObitCArraySAdd
 Function pointer to Add a scalar to elements of a CArray.
ObitCArraySMulFP ObitCArraySMul
 Function pointer to Multiply elements of a CArray by a scalar.
ObitCArrayCSAddFP ObitCArrayCSAdd
 Function pointer to Add a complex scalar to elements of a CArray.
ObitCArrayCSMulFP ObitCArrayCSMul
 Function pointer to Multiply elements of a CArray by a complex sscalar.
ObitCArrayAddFP ObitCArrayAdd
 Function pointer to Add elements of two CArrays.
ObitCArraySubFP ObitCArraySub
 Function pointer to Subtract elements of two CArrays.
ObitCArrayMulFP ObitCArrayMul
 Function pointer to Multiply elements of two CArrays.
ObitCArrayDivFP ObitCArrayDiv
 Function pointer to Divide elements of two CArrays.
ObitCArrayMakeFFP ObitCArrayMakeF
 Public: Create an FArray with the same geometry as a CArray.
ObitCArrayMakeCFP ObitCArrayMakeC
 Public: Create an CArray with the same geometry as a FArray.
ObitCArrayIsFCompatableFP ObitCArrayIsFCompatable
 Public: Are an FArray and a CArray of compatable geometry.
ObitCArrayFMulFP ObitCArrayFMul
 Public: Multiply a CArray by an FArray.
ObitCArrayFDivFP ObitCArrayFDiv
 Public: Divide a CArray by an FArray.
ObitCArrayFRotFP ObitCArrayFRot
 Public: Rotate a CArray by an FArray.
ObitCArrayFAddFP ObitCArrayFAdd
 Public: Add an FArray to a CArray (real part).
ObitCArrayComplexFP ObitCArrayComplex
 Public: Form A CArray from two FArrays.
ObitCArrayRealFP ObitCArrayReal
 Public: Return the real elements of a CArray in an FArray.
ObitCArrayImagFP ObitCArrayImag
 Public: Return the imaginary elements of a CArray in an FArray.
ObitCArrayAmpFP ObitCArrayAmp
 Public: Return the amplitudes of a CArray in an FArray.
ObitCArrayPhaseFP ObitCArrayPhase
 Public: Return the phases of a CArray in an FArray.
ObitCArray2DCenterFP ObitCArray2DCenter
 Function pointer to Convert a 2D "center at edges" array to proper order.
ObitCArrayAddConjgFP ObitCArrayAddConjg
 Function pointer to Add conjugate rows to half plane complex image.


Detailed Description

ClassInfo Structure.

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


Member Data Documentation

gchar* ObitCArrayClassInfo::ClassName
 

Name of class ("Obit").

gchar* ObitCArrayClassInfo::ClassName
 

Name of class ("Obit").

gboolean ObitCArrayClassInfo::hasScratch
 

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

gboolean ObitCArrayClassInfo::initialized
 

Have I been initialized?

newObitFP ObitCArrayClassInfo::newObit
 

Function pointer to newObit.

ObitCArray2DCenterFP ObitCArrayClassInfo::ObitCArray2DCenter
 

Function pointer to Convert a 2D "center at edges" array to proper order.

ObitCArrayAddFP ObitCArrayClassInfo::ObitCArrayAdd
 

Function pointer to Add elements of two CArrays.

ObitCArrayAddConjgFP ObitCArrayClassInfo::ObitCArrayAddConjg
 

Function pointer to Add conjugate rows to half plane complex image.

ObitCArrayAmpFP ObitCArrayClassInfo::ObitCArrayAmp
 

Public: Return the amplitudes of a CArray in an FArray.

ObitCArrayComplexFP ObitCArrayClassInfo::ObitCArrayComplex
 

Public: Form A CArray from two FArrays.

ObitCArrayConjgFP ObitCArrayClassInfo::ObitCArrayConjg
 

Function pointer to complex conjugate elements of a CArray.

ObitCArrayCreateFP ObitCArrayClassInfo::ObitCArrayCreate
 

Function pointer to Constructor.

ObitCArrayCSAddFP ObitCArrayClassInfo::ObitCArrayCSAdd
 

Function pointer to Add a complex scalar to elements of a CArray.

ObitCArrayCSMulFP ObitCArrayClassInfo::ObitCArrayCSMul
 

Function pointer to Multiply elements of a CArray by a complex sscalar.

ObitCArrayDivFP ObitCArrayClassInfo::ObitCArrayDiv
 

Function pointer to Divide elements of two CArrays.

ObitCArrayFAddFP ObitCArrayClassInfo::ObitCArrayFAdd
 

Public: Add an FArray to a CArray (real part).

ObitCArrayFDivFP ObitCArrayClassInfo::ObitCArrayFDiv
 

Public: Divide a CArray by an FArray.

ObitCArrayFillFP ObitCArrayClassInfo::ObitCArrayFill
 

Function pointer to Fill a CArray with a complex scalar.

ObitCArrayFMulFP ObitCArrayClassInfo::ObitCArrayFMul
 

Public: Multiply a CArray by an FArray.

ObitCArrayFRotFP ObitCArrayClassInfo::ObitCArrayFRot
 

Public: Rotate a CArray by an FArray.

ObitCArrayImagFP ObitCArrayClassInfo::ObitCArrayImag
 

Public: Return the imaginary elements of a CArray in an FArray.

ObitCArrayIndexFP ObitCArrayClassInfo::ObitCArrayIndex
 

Function pointer to return index.

ObitCArrayIsCompatableFP ObitCArrayClassInfo::ObitCArrayIsCompatable
 

Function pointer to compatability checker.

ObitCArrayIsFCompatableFP ObitCArrayClassInfo::ObitCArrayIsFCompatable
 

Public: Are an FArray and a CArray of compatable geometry.

ObitCArrayMakeCFP ObitCArrayClassInfo::ObitCArrayMakeC
 

Public: Create an CArray with the same geometry as a FArray.

ObitCArrayMakeFFP ObitCArrayClassInfo::ObitCArrayMakeF
 

Public: Create an FArray with the same geometry as a CArray.

ObitCArrayMaxAbsFP ObitCArrayClassInfo::ObitCArrayMaxAbs
 

Function pointer to find max abs value of a CArray.

ObitCArrayMinFP ObitCArrayClassInfo::ObitCArrayMin
 

Function pointer to find Minimum real or imaginary of a CArray.

ObitCArrayMulFP ObitCArrayClassInfo::ObitCArrayMul
 

Function pointer to Multiply elements of two CArrays.

ObitCArrayNegFP ObitCArrayClassInfo::ObitCArrayNeg
 

Function pointer to negate elements of a CArray.

ObitCArrayPhaseFP ObitCArrayClassInfo::ObitCArrayPhase
 

Public: Return the phases of a CArray in an FArray.

ObitCArrayRealFP ObitCArrayClassInfo::ObitCArrayReal
 

Public: Return the real elements of a CArray in an FArray.

ObitCArrayReallocFP ObitCArrayClassInfo::ObitCArrayRealloc
 

Function pointer to reallocate structures.

ObitCArraySAddFP ObitCArrayClassInfo::ObitCArraySAdd
 

Function pointer to Add a scalar to elements of a CArray.

ObitCArraySMulFP ObitCArrayClassInfo::ObitCArraySMul
 

Function pointer to Multiply elements of a CArray by a scalar.

ObitCArraySubFP ObitCArrayClassInfo::ObitCArraySub
 

Function pointer to Subtract elements of two CArrays.

ObitClassInfoDefFnFP ObitCArrayClassInfo::ObitClassInfoDefFn
 

Function pointer to ClassInfoDefFn.

ObitClassInitFP ObitCArrayClassInfo::ObitClassInit
 

Function pointer to Class initializer.

ObitClearFP ObitCArrayClassInfo::ObitClear
 

Function pointer to deallocation function.

ObitCloneFP ObitCArrayClassInfo::ObitClone
 

Function pointer to deep copy constructor.

ObitCopyFP ObitCArrayClassInfo::ObitCopy
 

Function pointer to shallow copy constructor.

ObitGetClassFP ObitCArrayClassInfo::ObitGetClass
 

Function pointer to GetClass.

ObitInitFP ObitCArrayClassInfo::ObitInit
 

Function pointer to object initializer.

ObitIsAFP ObitCArrayClassInfo::ObitIsA
 

Function pointer to test if a class member.

ObitRefFP ObitCArrayClassInfo::ObitRef
 

Function pointer to Object Ref.

ObitUnrefFP ObitCArrayClassInfo::ObitUnref
 

Function pointer to Object Unref.

gconstpointer ObitCArrayClassInfo::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:10 2007 for Obit by  doxygen 1.3.9.1