The EVENTDISPLAYC Project


Back to the index

See the source file VRMLWindow.cxx


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

See the source file VRMLWindow.cxx


Created on Thu Jun 27 1996 by Julius Hrivnac using the HTML generator Ddl2Html