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

ObitTableSkyModel.h

Go to the documentation of this file.
00001 /* $Id: ObitTableSkyModel.h,v 1.24 2006/03/31 16:57:24 bcotton Exp $  */
00002 /* DO NOT EDIT - file generated by ObitSDTables.pl                    */
00003 /*--------------------------------------------------------------------*/
00004 /*;  Copyright (C)  2006                                              */
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 ObitTableSkyModel_H 
00030 #define ObitTableSkyModel_H 
00031 
00032 #include <string.h>
00033 #include <stdio.h>
00034 #include <stdlib.h>
00035 #include <math.h>
00036 #include <glib.h>
00037 #include "Obit.h"
00038 #include "ObitErr.h"
00039 #include "ObitTable.h"
00040 
00041 /*-------- Obit: Software for the recently deceased ------------------*/
00128 /*--------------Class definitions-------------------------------------*/
00129 
00131  #define MAXKEYCHARTABLESkyModel 24
00132 
00134 typedef struct {
00135 #include "ObitTableSkyModelDef.h"   /* this class definition */
00136 } ObitTableSkyModel;
00137 
00139 typedef struct {
00140 #include "ObitTableSkyModelRowDef.h"   /* this class row definition */
00141 } ObitTableSkyModelRow;
00142 
00143 /*----------------- Macroes ---------------------------*/
00149 #define ObitTableSkyModelUnref(in) ObitUnref (in)
00150 
00156 #define ObitTableSkyModelRef(in) ObitRef (in)
00157 
00164 #define ObitTableSkyModelIsA(in) ObitIsA (in, ObitTableSkyModelGetClass())
00165 
00171 #define ObitTableSkyModelRowUnref(in) ObitUnref (in)
00172 
00178 #define ObitTableSkyModelRowRef(in) ObitRef (in)
00179 
00186 #define ObitTableSkyModelRowIsA(in) ObitIsA (in, ObitTableSkyModelRowGetClass())
00187 
00188 /*---------------Public functions---------------------------*/
00189 /*----------------Table Row Functions ----------------------*/
00191 void ObitTableSkyModelRowClassInit (void);
00192 
00194 ObitTableSkyModelRow* newObitTableSkyModelRow (ObitTableSkyModel *table);
00195 
00197 gconstpointer ObitTableSkyModelRowGetClass (void);
00198 
00199 /*------------------Table Functions ------------------------*/
00201 void ObitTableSkyModelClassInit (void);
00202 
00204 ObitTableSkyModel* newObitTableSkyModel (gchar* name);
00205 
00207 ObitTableSkyModel* 
00208 newObitTableSkyModelValue (gchar* name, Obit *file, glong *ver,
00209                      ObitIOAccess access,
00210                     
00211                      ObitErr *err);
00212 
00214 gconstpointer ObitTableSkyModelGetClass (void);
00215 
00217 ObitTableSkyModel* ObitTableSkyModelCopy  (ObitTableSkyModel *in, ObitTableSkyModel *out, 
00218                            ObitErr *err);
00219 
00221 ObitTableSkyModel* ObitTableSkyModelClone (ObitTableSkyModel *in, ObitTableSkyModel *out);
00222 
00224 ObitTableSkyModel* ObitTableSkyModelConvert  (ObitTable *in);
00225 
00227 ObitIOCode ObitTableSkyModelOpen (ObitTableSkyModel *in, ObitIOAccess access, 
00228                           ObitErr *err);
00229 
00231 ObitIOCode 
00232 ObitTableSkyModelReadRow  (ObitTableSkyModel *in, glong iSkyModelRow, ObitTableSkyModelRow *row,
00233                      ObitErr *err);
00234 
00236 void 
00237 ObitTableSkyModelSetRow  (ObitTableSkyModel *in, ObitTableSkyModelRow *row,
00238                      ObitErr *err);
00239 
00241 ObitIOCode 
00242 ObitTableSkyModelWriteRow  (ObitTableSkyModel *in, glong iSkyModelRow, ObitTableSkyModelRow *row,
00243                      ObitErr *err);
00244 
00246 ObitIOCode ObitTableSkyModelClose (ObitTableSkyModel *in, ObitErr *err);
00247 
00248 /*----------- ClassInfo Structure -----------------------------------*/
00254 typedef struct  {
00255 #include "ObitTableSkyModelClassDef.h"
00256 } ObitTableSkyModelClassInfo; 
00257 
00263 typedef struct  {
00264 #include "ObitTableSkyModelRowClassDef.h"
00265 } ObitTableSkyModelRowClassInfo; 
00266 #endif /* ObitTableSkyModel_H */ 

Generated on Mon Sep 3 20:43:53 2007 by  doxygen 1.3.9.1