 
#ifndef figio_DEFINED
#define figio_DEFINED 1
 
#ifndef class_DEFINED
#include <class.h>
#endif /* class_DEFINED */
/* 
 * This file was generated by the Andrew class system preprocessor.
 * Don't make changes to this file as it is created from figio.ch and will be
 * overwritten.  Make changes to figio.ch instead.
 */ 
 
#ifndef class_StaticInfoOnly
/* 
 * The following information was copied, as-is, from figio.ch.
 */ 
 
/* figio.ch - various format conversion packages */
/*
  Copyright Carnegie Mellon University 1992 - All rights reserved
  $Disclaimer: 
*Permission to use, copy, modify, and distribute this software and its 
*documentation for any purpose is hereby granted without fee, 
*provided that the above copyright notice appear in all copies and that 
*both that copyright notice, this permission notice, and the following 
*disclaimer appear in supporting documentation, and that the names of 
*IBM, Carnegie Mellon University, and other copyright holders, not be 
*used in advertising or publicity pertaining to distribution of the software 
*without specific, written prior permission.
*
*IBM, CARNEGIE MELLON UNIVERSITY, AND THE OTHER COPYRIGHT HOLDERS 
*DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 
*ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT 
*SHALL IBM, CARNEGIE MELLON UNIVERSITY, OR ANY OTHER COPYRIGHT HOLDER 
*BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 
*DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 
*WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 
*ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
*OF THIS SOFTWARE.
* $

  $Header: /afs/cs.cmu.edu/project/atk-dist/6.2/atk/figure/RCS/figio.ch,v 1.1 1992/10/20 16:56:46 Zarf R6tape $
  */






/* 
 * End of information copied from figio.ch.
 */ 
 
#endif /* class_StaticInfoOnly *//* 
 * Include the superclass information
 */ 
/* figio has no super class */ 
 
 
#ifndef class_StaticInfoOnly
/* 
 * Data structure for figio 
 */ 
/* figio is a package.  Packages don't have any data */ 

 
/* 
 * End of data structure for figio.
 */ 
 

#endif /* class_StaticInfoOnly */

#ifndef class_StaticInfoOnly

#ifndef figio_PROGRAMMERVERSION
#define figio_PROGRAMMERVERSION 1
#endif /* figio_PROGRAMMERVERSION */

#ifdef figio_VERSION
#undef figio_VERSION
#endif /* figio_VERSION */
#define figio_VERSION ((((figio_PROGRAMMERVERSION << 16) ^ (2 << 8)) & 0x7ffff) + (2 << 20))


#endif /* class_StaticInfoOnly */
#define figio_StaticLoadOnlyThisClass()  \
{ extern struct classinfo *figio__GetClassInfo(); \
 extern struct classheader *figio_classheader_StaticExport; \
  (void) class_EnterInfo(NULL, figio_classheader_StaticExport->name, figio__GetClassInfo, NULL, figio_classheader_StaticExport->namekey); } 
 
#define figio_StaticLoad()  \
    { \
    figio_StaticLoadOnlyThisClass();  \
    } 
 
#define figio_StaticEntry  {figio_StaticLoad()} 
 
#ifndef class_StaticInfoOnly
static struct classheader figio_classheader = {
    figio_VERSION,
    "figio",
    "figio",
    (struct basicobject_methods *) &class_RoutineStruct,
};

#define figio_CLASSPROCEDURES (figio_classheader.classprocedures)
int figio_classref_;
#endif /* class_StaticInfoOnly */

#endif /* figio_DEFINED */

#if !defined(figio_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_figio) && !defined(class_StaticEntriesOnly)
#define figio_ROUTINESDEFINED


#define figio_InitializeClass() \
    (*((boolean (*)()) (figio_CLASSPROCEDURES->routines[0])))(&figio_classheader)
#define figio_ReadZipFile(fl,fig,parent,ratio) \
    (*((long (*)()) (figio_CLASSPROCEDURES->routines[1])))(&figio_classheader,fl,fig,parent,ratio)


#endif /* !defined(figio_ROUTINESDEFINED) && !defined(dontDefineRoutinesFor_figio ) && !defined(class_StaticEntriesOnly)*/

