Initial checkin of Timer class.

This commit is contained in:
David Williams
2013-08-07 23:07:26 +02:00
parent a308102585
commit 9ad4c3fcf7
7 changed files with 182 additions and 0 deletions

View File

@ -68,6 +68,9 @@ void createSphereInVolume(SimpleVolume<uint8_t>& volData, float fRadius)
int main(int argc, char *argv[])
{
// Show logs
setTraceStream(&(std::cout));
//Create and show the Qt OpenGL window
QApplication app(argc, argv);
OpenGLWidget openGLWidget(0);