Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CAMP
campvis-public
Commits
9ccba1cb
Commit
9ccba1cb
authored
Oct 23, 2014
by
Christian Schulte zu Berge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated CGT legal header to new version.
refs #386
parent
01db8d97
Changes
89
Hide whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
880 additions
and
244 deletions
+880
-244
ext/cgt/assert.cpp
ext/cgt/assert.cpp
+8
-4
ext/cgt/assert.h
ext/cgt/assert.h
+8
-4
ext/cgt/bounds.cpp
ext/cgt/bounds.cpp
+8
-4
ext/cgt/bounds.h
ext/cgt/bounds.h
+8
-4
ext/cgt/buffer.cpp
ext/cgt/buffer.cpp
+28
-0
ext/cgt/buffer.h
ext/cgt/buffer.h
+28
-0
ext/cgt/camera.cpp
ext/cgt/camera.cpp
+8
-4
ext/cgt/camera.h
ext/cgt/camera.h
+8
-4
ext/cgt/cgt.h
ext/cgt/cgt.h
+8
-4
ext/cgt/cgt_gl.cpp
ext/cgt/cgt_gl.cpp
+8
-4
ext/cgt/cgt_gl.h
ext/cgt/cgt_gl.h
+8
-4
ext/cgt/cgt_math.h
ext/cgt/cgt_math.h
+8
-4
ext/cgt/event/event.h
ext/cgt/event/event.h
+8
-4
ext/cgt/event/eventhandler.cpp
ext/cgt/event/eventhandler.cpp
+8
-4
ext/cgt/event/eventhandler.h
ext/cgt/event/eventhandler.h
+8
-4
ext/cgt/event/eventlistener.cpp
ext/cgt/event/eventlistener.cpp
+8
-4
ext/cgt/event/eventlistener.h
ext/cgt/event/eventlistener.h
+8
-4
ext/cgt/event/keyevent.cpp
ext/cgt/event/keyevent.cpp
+8
-4
ext/cgt/event/keyevent.h
ext/cgt/event/keyevent.h
+8
-4
ext/cgt/event/mouseevent.cpp
ext/cgt/event/mouseevent.cpp
+8
-4
ext/cgt/event/mouseevent.h
ext/cgt/event/mouseevent.h
+8
-4
ext/cgt/event/timeevent.cpp
ext/cgt/event/timeevent.cpp
+8
-4
ext/cgt/event/timeevent.h
ext/cgt/event/timeevent.h
+8
-4
ext/cgt/exception.cpp
ext/cgt/exception.cpp
+8
-4
ext/cgt/exception.h
ext/cgt/exception.h
+8
-4
ext/cgt/filesystem.cpp
ext/cgt/filesystem.cpp
+8
-4
ext/cgt/filesystem.h
ext/cgt/filesystem.h
+8
-4
ext/cgt/framebufferobject.cpp
ext/cgt/framebufferobject.cpp
+8
-4
ext/cgt/framebufferobject.h
ext/cgt/framebufferobject.h
+8
-4
ext/cgt/frustum.cpp
ext/cgt/frustum.cpp
+8
-4
ext/cgt/frustum.h
ext/cgt/frustum.h
+8
-4
ext/cgt/glcanvas.cpp
ext/cgt/glcanvas.cpp
+8
-4
ext/cgt/glcanvas.h
ext/cgt/glcanvas.h
+8
-4
ext/cgt/glcontextmanager.cpp
ext/cgt/glcontextmanager.cpp
+28
-0
ext/cgt/glcontextmanager.h
ext/cgt/glcontextmanager.h
+28
-0
ext/cgt/glmath.h
ext/cgt/glmath.h
+8
-4
ext/cgt/gpucapabilities.cpp
ext/cgt/gpucapabilities.cpp
+8
-4
ext/cgt/gpucapabilities.h
ext/cgt/gpucapabilities.h
+8
-4
ext/cgt/gpucapabilitieswindows.cpp
ext/cgt/gpucapabilitieswindows.cpp
+8
-4
ext/cgt/gpucapabilitieswindows.h
ext/cgt/gpucapabilitieswindows.h
+8
-4
ext/cgt/init.cpp
ext/cgt/init.cpp
+8
-4
ext/cgt/init.h
ext/cgt/init.h
+8
-4
ext/cgt/job.cpp
ext/cgt/job.cpp
+28
-0
ext/cgt/job.h
ext/cgt/job.h
+28
-0
ext/cgt/logmanager.cpp
ext/cgt/logmanager.cpp
+8
-4
ext/cgt/logmanager.h
ext/cgt/logmanager.h
+8
-4
ext/cgt/manager.h
ext/cgt/manager.h
+8
-4
ext/cgt/matrix.h
ext/cgt/matrix.h
+8
-4
ext/cgt/navigation/navigation.cpp
ext/cgt/navigation/navigation.cpp
+8
-4
ext/cgt/navigation/navigation.h
ext/cgt/navigation/navigation.h
+8
-4
ext/cgt/navigation/trackball.cpp
ext/cgt/navigation/trackball.cpp
+8
-4
ext/cgt/navigation/trackball.h
ext/cgt/navigation/trackball.h
+8
-4
ext/cgt/openglgarbagecollector.cpp
ext/cgt/openglgarbagecollector.cpp
+28
-0
ext/cgt/openglgarbagecollector.h
ext/cgt/openglgarbagecollector.h
+28
-0
ext/cgt/opengljobprocessor.cpp
ext/cgt/opengljobprocessor.cpp
+28
-0
ext/cgt/opengljobprocessor.h
ext/cgt/opengljobprocessor.h
+28
-0
ext/cgt/painter.cpp
ext/cgt/painter.cpp
+8
-4
ext/cgt/painter.h
ext/cgt/painter.h
+8
-4
ext/cgt/qt/qtcanvas.cpp
ext/cgt/qt/qtcanvas.cpp
+8
-4
ext/cgt/qt/qtcanvas.h
ext/cgt/qt/qtcanvas.h
+8
-4
ext/cgt/qt/qtthreadedcanvas.cpp
ext/cgt/qt/qtthreadedcanvas.cpp
+28
-0
ext/cgt/qt/qtthreadedcanvas.h
ext/cgt/qt/qtthreadedcanvas.h
+28
-0
ext/cgt/qt/qttimer.cpp
ext/cgt/qt/qttimer.cpp
+8
-4
ext/cgt/qt/qttimer.h
ext/cgt/qt/qttimer.h
+8
-4
ext/cgt/quaternion.h
ext/cgt/quaternion.h
+8
-4
ext/cgt/runnable.cpp
ext/cgt/runnable.cpp
+28
-0
ext/cgt/runnable.h
ext/cgt/runnable.h
+28
-0
ext/cgt/shadermanager.cpp
ext/cgt/shadermanager.cpp
+8
-4
ext/cgt/shadermanager.h
ext/cgt/shadermanager.h
+8
-4
ext/cgt/singleton.h
ext/cgt/singleton.h
+8
-4
ext/cgt/stopwatch.cpp
ext/cgt/stopwatch.cpp
+8
-4
ext/cgt/stopwatch.h
ext/cgt/stopwatch.h
+8
-4
ext/cgt/texture.cpp
ext/cgt/texture.cpp
+8
-4
ext/cgt/texture.h
ext/cgt/texture.h
+8
-4
ext/cgt/texturereader.cpp
ext/cgt/texturereader.cpp
+8
-4
No files found.
ext/cgt/assert.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/assert.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/bounds.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/bounds.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/buffer.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
* of the GNU Lesser General Public License version 2.1 as published *
* by the Free Software Foundation. *
* *
* This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* You should have received a copy of the GNU Lesser General Public *
* License in the file "LICENSE.txt" along with this library. *
* If not, see <http://www.gnu.org/licenses/>. *
* *
**********************************************************************/
#include "buffer.h"
#include "cgt/openglgarbagecollector.h"
...
...
ext/cgt/buffer.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
* of the GNU Lesser General Public License version 2.1 as published *
* by the Free Software Foundation. *
* *
* This library is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU Lesser General Public License for more details. *
* *
* You should have received a copy of the GNU Lesser General Public *
* License in the file "LICENSE.txt" along with this library. *
* If not, see <http://www.gnu.org/licenses/>. *
* *
**********************************************************************/
#ifndef BUFFER_H__
#define BUFFER_H__
...
...
ext/cgt/camera.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/camera.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/cgt.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2008 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/cgt_gl.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/cgt_gl.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/cgt_math.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/event.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/eventhandler.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/eventhandler.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/eventlistener.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/eventlistener.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/keyevent.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/keyevent.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/mouseevent.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/mouseevent.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/timeevent.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/event/timeevent.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/exception.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/exception.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/filesystem.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/filesystem.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/framebufferobject.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/framebufferobject.h
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *
* Visualization and Computer Graphics Group, Department of *
* Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* *
* This file is part of the cgt library. This library is free *
* software; you can redistribute it and/or modify it under the terms *
...
...
ext/cgt/frustum.cpp
View file @
9ccba1cb
/**********************************************************************
* *
* cgt - Tiny Graphics Toolbox *
* cgt - CAMP Graphics Toolbox, Copyright (C) 2012-2014 *
* Chair for Computer Aided Medical Procedures *
* Technische Universitaet Muenchen, Germany. *
* <http://campar.in.tum.de/> *
* *
* Copyright (C) 2006-2011 Visualization and Computer Graphics Group, *
* Department of Computer Science, University of Muenster, Germany. *
* <http://viscg.uni-muenster.de> *
* forked from tgt - Tiny Graphics Toolbox, Copyright (C) 2006-2011 *