home *** CD-ROM | disk | FTP | other *** search
- /* Plot2D.h By Paul Kunz March 1992
- * Replacement of obsolete class used for backward compatiblity.
- *
- * Copyright (C) 1991 The Board of Trustees of
- * The Leland Stanford Junior University. All Rights Reserved.
- */
-
- #define PLOT2D_H_ID "$Id: Plot2D.h,v 1.9 1992/03/21 20:21:57 pfkeb Rel $"
-
- #import "Plot1D.h"
-
- @interface Plot2D : Plot1D
- {
- }
-
- - read:(NXTypedStream *)stream;
- /*
- * Standard NeXTstep de-archiving method.
- */
-
- @end
-