#ifndef _AtPlot3_h
#define _AtPlot3_h
  
#include "Surface.h"
  
#define XtNplotSurface "plotSurface"
#define XtNedgeColor "edgeColor"
#define XtNfillColor "fillColor"
#define XtNlineWidth "lineWidth"
#define XtNnoFill "noFill"
  
#define XtCPlotSurface "PlotSurface"
#define XtCEdgeColor "EdgeColor"
#define XtCFillColor "FillColor"
#define XtCLineWidth "LineWidth"
#define XtCNoFill "NoFill"
  
#define XtRSurface "Surface"
  
  /* Class Record Constants */
  
  extern WidgetClass atPlot3WidgetClass;

typedef struct _AtPlot3ClassRec *AtPlot3WidgetClass;
typedef struct _AtPlot3Rec *AtPlot3Widget;

/* no callback structures */





#endif
  
