ftp.nice.ch/pub/next/graphics/3d/NXplot3d.3.2.NIHS.bs.tar.gz#/NXplot3d.3.2/Source/Graph.h

This is Graph.h in view mode; [Download] [Up]

/*
    Graph.h

    This file used to generate a precompiled header for the whole app.  We
    include all the system headers used by the app and all our headers into
    one giant precomp, which the compiler can quickly parse.  In other Graph
    header files, we include just the minimal headers we need, and use @class
    to declare classes we reference for static typing of instance variables
    or method parameters.
*/

/* System headers */
#import <appkit/appkit.h>
#import <bsd/sys/dir.h>
#import <3Dkit/3Dkit.h>

/* a workaround, since its not declared any system header file */
extern char *realpath(const char *fileName, char *resolvedName);

/* Graph headers */
#import "exprDefs.h"
#import "Expression.h"
/*#import "Graph3DDoc.h"
#import "PointMesh.h"
#import "GraphApp.h"
#import "GraphDoc.h"
#import "ThreeDPanel.h"
#import "LineGraph.h"
#import "RotatorCamera.h"*/

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.