The EVENTDISPLAYC Project
Back to the index
VRMLWindow.h
// VRML Window
// Window for displaying the VRML representation of Plottable
#ifndef _VRMLWindow_h_
#define _VRMLWindow_h_
#include "Scene.h"
class Plottable;
class VRMLWindow : public Scene
{
public:
VRMLWindow();
VRMLWindow(const VRMLWindow& original);
~VRMLWindow();
VRMLWindow& operator=(const VRMLWindow& original);
void display(Plottable& plottable) const;
};
#endif
Back to the index
Created on Thu Jun 27 1996 by Julius Hrivnac using the HTML generator
Ddl2Html