#include <ObitCArray.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"). | |
| 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. | |
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 Convert a 2D "center at edges" array to proper order.
|
|
|
Function pointer to Add elements of two CArrays.
|
|
|
Function pointer to Add conjugate rows to half plane complex image.
|
|
|
Public: Return the amplitudes of a CArray in an FArray.
|
|
|
Public: Form A CArray from two FArrays.
|
|
|
Function pointer to complex conjugate elements of a CArray.
|
|
|
Function pointer to Constructor.
|
|
|
Function pointer to Add a complex scalar to elements of a CArray.
|
|
|
Function pointer to Multiply elements of a CArray by a complex sscalar.
|
|
|
Function pointer to Divide elements of two CArrays.
|
|
|
Public: Add an FArray to a CArray (real part).
|
|
|
Public: Divide a CArray by an FArray.
|
|
|
Function pointer to Fill a CArray with a complex scalar.
|
|
|
Public: Multiply a CArray by an FArray.
|
|
|
Public: Rotate a CArray by an FArray.
|
|
|
Public: Return the imaginary elements of a CArray in an FArray.
|
|
|
Function pointer to return index.
|
|
|
Function pointer to compatability checker.
|
|
|
Public: Are an FArray and a CArray of compatable geometry.
|
|
|
Public: Create an CArray with the same geometry as a FArray.
|
|
|
Public: Create an FArray with the same geometry as a CArray.
|
|
|
Function pointer to find max abs value of a CArray.
|
|
|
Function pointer to find Minimum real or imaginary of a CArray.
|
|
|
Function pointer to Multiply elements of two CArrays.
|
|
|
Function pointer to negate elements of a CArray.
|
|
|
Public: Return the phases of a CArray in an FArray.
|
|
|
Public: Return the real elements of a CArray in an FArray.
|
|
|
Function pointer to reallocate structures.
|
|
|
Function pointer to Add a scalar to elements of a CArray.
|
|
|
Function pointer to Multiply elements of a CArray by a scalar.
|
|
|
Function pointer to Subtract elements of two CArrays.
|
|
|
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.
|
|
|
Function pointer to Object Unref.
|
|
|
Pointer to parent class ClassInfo, Null if none.
|
1.3.9.1