~ubuntu-branches/ubuntu/karmic/python-scipy/karmic

« back to all changes in this revision

Viewing changes to Lib/xplt/src/gist/cgmin.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T. Chen (new)
  • Date: 2005-03-16 02:15:29 UTC
  • Revision ID: james.westby@ubuntu.com-20050316021529-xrjlowsejs0cijig
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * CGMIN.H
 
3
 *
 
4
 * $Id: cgmin.h,v 1.1 2003/03/08 15:26:45 travo Exp $
 
5
 *
 
6
 * Declare the CGM reader/echoer for GIST.
 
7
 *
 
8
 */
 
9
/*    Copyright (c) 1994.  The Regents of the University of California.
 
10
                    All rights reserved.  */
 
11
 
 
12
#ifndef CGMIN_H
 
13
#define CGMIN_H
 
14
 
 
15
#include "gist.h"
 
16
 
 
17
extern int OpenCGM(char *file);
 
18
extern int ReadCGM(int *mPage, int *nPage, int *sPage, int nPageGroups);
 
19
extern int CGMRelative(int offset);
 
20
extern void CGMinfo(void);
 
21
extern int CatalogCGM(void);
 
22
 
 
23
extern void Warning(char *general, char *particular);
 
24
extern int amBatch, cgmLandscape;
 
25
extern Engine *outEngines[8];
 
26
extern int outTypes[8];
 
27
 
 
28
extern int bg0fg1;
 
29
 
 
30
#endif