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

ObitTableIDI_ARRAY_GEOMETRY.h

Go to the documentation of this file.
00001 /* $Id: ObitTableIDI_ARRAY_GEOMETRY.h,v 1.3 2007/08/31 17:24:48 bcotton Exp $   */
00002 /* DO NOT EDIT - file generated by ObitTables.pl                      */
00003 /*--------------------------------------------------------------------*/
00004 /*;  Copyright (C)  2007                                              */
00005 /*;  Associated Universities, Inc. Washington DC, USA.                */
00006 /*;                                                                   */
00007 /*;  This program is free software; you can redistribute it and/or    */
00008 /*;  modify it under the terms of the GNU General Public License as   */
00009 /*;  published by the Free Software Foundation; either version 2 of   */
00010 /*;  the License, or (at your option) any later version.              */
00011 /*;                                                                   */
00012 /*;  This program is distributed in the hope that it will be useful,  */
00013 /*;  but WITHOUT ANY WARRANTY; without even the implied warranty of   */
00014 /*;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    */
00015 /*;  GNU General Public License for more details.                     */
00016 /*;                                                                   */
00017 /*;  You should have received a copy of the GNU General Public        */
00018 /*;  License along with this program; if not, write to the Free       */
00019 /*;  Software Foundation, Inc., 675 Massachusetts Ave, Cambridge,     */
00020 /*;  MA 02139, USA.                                                   */
00021 /*;                                                                   */
00022 /*;  Correspondence this software should be addressed as follows:     */
00023 /*;         Internet email: bcotton@nrao.edu.                         */
00024 /*;         Postal address: William Cotton                            */
00025 /*;                         National Radio Astronomy Observatory      */
00026 /*;                         520 Edgemont Road                         */
00027 /*;                         Charlottesville, VA 22903-2475 USA        */
00028 /*--------------------------------------------------------------------*/
00029 #ifndef OBITTABLEIDI_ARRAY_GEOMETRY_H 
00030 #define OBITTABLEIDI_ARRAY_GEOMETRY_H 
00031 
00032 #include "Obit.h"
00033 #include "ObitErr.h"
00034 #include "ObitTable.h"
00035 #include "ObitData.h"
00036 
00037 /*-------- Obit: Software for the recently deceased ------------------*/
00125 /*--------------Class definitions-------------------------------------*/
00126 
00128  #define MAXKEYCHARTABLEIDI_ARRAY_GEOMETRY 24
00129 
00131 typedef struct {
00132 #include "ObitTableIDI_ARRAY_GEOMETRYDef.h"   /* this class definition */
00133 } ObitTableIDI_ARRAY_GEOMETRY;
00134 
00136 typedef struct {
00137 #include "ObitTableIDI_ARRAY_GEOMETRYRowDef.h"   /* this class row definition */
00138 } ObitTableIDI_ARRAY_GEOMETRYRow;
00139 
00140 /*----------------- Macroes ---------------------------*/
00146 #define ObitTableIDI_ARRAY_GEOMETRYUnref(in) ObitUnref (in)
00147 
00153 #define ObitTableIDI_ARRAY_GEOMETRYRef(in) ObitRef (in)
00154 
00161 #define ObitTableIDI_ARRAY_GEOMETRYIsA(in) ObitIsA (in, ObitTableIDI_ARRAY_GEOMETRYGetClass())
00162 
00168 #define ObitTableIDI_ARRAY_GEOMETRYRowUnref(in) ObitUnref (in)
00169 
00175 #define ObitTableIDI_ARRAY_GEOMETRYRowRef(in) ObitRef (in)
00176 
00183 #define ObitTableIDI_ARRAY_GEOMETRYRowIsA(in) ObitIsA (in, ObitTableIDI_ARRAY_GEOMETRYRowGetClass())
00184 
00185 /*---------------Public functions---------------------------*/
00186 /*----------------Table Row Functions ----------------------*/
00188 void ObitTableIDI_ARRAY_GEOMETRYRowClassInit (void);
00189 
00191 ObitTableIDI_ARRAY_GEOMETRYRow* newObitTableIDI_ARRAY_GEOMETRYRow (ObitTableIDI_ARRAY_GEOMETRY *table);
00192 
00194 gconstpointer ObitTableIDI_ARRAY_GEOMETRYRowGetClass (void);
00195 
00196 /*------------------Table Functions ------------------------*/
00198 void ObitTableIDI_ARRAY_GEOMETRYClassInit (void);
00199 
00201 ObitTableIDI_ARRAY_GEOMETRY* newObitTableIDI_ARRAY_GEOMETRY (gchar* name);
00202 
00204 ObitTableIDI_ARRAY_GEOMETRY* 
00205 newObitTableIDI_ARRAY_GEOMETRYValue (gchar* name, ObitData *file, glong *ver,
00206                      ObitIOAccess access,
00207                      oint no_band, oint numOrb,
00208                      ObitErr *err);
00209 
00211 void ObitTableIDI_ARRAY_GEOMETRYClassInit (void);
00212 
00214 gconstpointer ObitTableIDI_ARRAY_GEOMETRYGetClass (void);
00215 
00217 ObitTableIDI_ARRAY_GEOMETRY* ObitTableIDI_ARRAY_GEOMETRYCopy  (ObitTableIDI_ARRAY_GEOMETRY *in, ObitTableIDI_ARRAY_GEOMETRY *out, 
00218                            ObitErr *err);
00219 
00221 ObitTableIDI_ARRAY_GEOMETRY* ObitTableIDI_ARRAY_GEOMETRYClone (ObitTableIDI_ARRAY_GEOMETRY *in, ObitTableIDI_ARRAY_GEOMETRY *out);
00222 
00224 ObitTableIDI_ARRAY_GEOMETRY* ObitTableIDI_ARRAY_GEOMETRYConvert  (ObitTable *in);
00225 
00227 ObitIOCode ObitTableIDI_ARRAY_GEOMETRYOpen (ObitTableIDI_ARRAY_GEOMETRY *in, ObitIOAccess access, 
00228                           ObitErr *err);
00229 
00231 ObitIOCode 
00232 ObitTableIDI_ARRAY_GEOMETRYReadRow  (ObitTableIDI_ARRAY_GEOMETRY *in, glong iIDI_ARRAY_GEOMETRYRow, ObitTableIDI_ARRAY_GEOMETRYRow *row,
00233                      ObitErr *err);
00234 
00236 void 
00237 ObitTableIDI_ARRAY_GEOMETRYSetRow  (ObitTableIDI_ARRAY_GEOMETRY *in, ObitTableIDI_ARRAY_GEOMETRYRow *row,
00238                      ObitErr *err);
00239 
00241 ObitIOCode 
00242 ObitTableIDI_ARRAY_GEOMETRYWriteRow  (ObitTableIDI_ARRAY_GEOMETRY *in, glong iIDI_ARRAY_GEOMETRYRow, ObitTableIDI_ARRAY_GEOMETRYRow *row,
00243                      ObitErr *err);
00244 
00246 ObitIOCode ObitTableIDI_ARRAY_GEOMETRYClose (ObitTableIDI_ARRAY_GEOMETRY *in, ObitErr *err);
00247 
00248 /*----------- ClassInfo Structure -----------------------------------*/
00254 typedef struct  {
00255 #include "ObitTableIDI_ARRAY_GEOMETRYClassDef.h"
00256 } ObitTableIDI_ARRAY_GEOMETRYClassInfo; 
00257 
00263 typedef struct  {
00264 #include "ObitTableIDI_ARRAY_GEOMETRYRowClassDef.h"
00265 } ObitTableIDI_ARRAY_GEOMETRYRowClassInfo; 
00266 #endif /* OBITTABLEIDI_ARRAY_GEOMETRY_H */ 

Generated on Fri Aug 31 22:13:04 2007 for Obit by  doxygen 1.3.9.1