The EVENTDISPLAYC Project


Back to the index

See the C++ header file VRMLWindow.h


VRMLWindow.cxx


#include "VRMLWindow.h"
#include "Plottable.h"

VRMLWindow::VRMLWindow()
{
}

VRMLWindow::VRMLWindow(const VRMLWindow&)
{
}

VRMLWindow::~VRMLWindow()
{
}

VRMLWindow& VRMLWindow::operator=(const VRMLWindow&)
{
    return(*this);
}

void VRMLWindow::display(Plottable& plottable) const
{
    plottable.plottableObject().plot(*this);
}




Back to the index

See the C++ header file VRMLWindow.h


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