Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
760e01f1
Commit
760e01f1
authored
Oct 23, 2014
by
Christian Schulte zu Berge
Browse files
renamed directory /ext/tgt to /ext/cgt
refs #386
parent
f612b0dd
Changes
310
Show whitespace changes
Inline
Side-by-side
modules/vis/processors/virtualmirrorcombine.cpp
View file @
760e01f1
...
...
@@ -23,9 +23,9 @@
// ================================================================================================
#include "virtualmirrorcombine.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/textureunit.h"
#include "core/datastructures/renderdata.h"
...
...
modules/vis/processors/virtualmirrorgeometrygenerator.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "virtualmirrorgeometrygenerator.h"
#include "
t
gt/glmath.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/glmath.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/textureunit.h"
#include "core/datastructures/imagerepresentationgl.h"
#include "core/datastructures/meshgeometry.h"
...
...
modules/vis/processors/volumeexplorer.cpp
View file @
760e01f1
...
...
@@ -23,9 +23,9 @@
// ================================================================================================
#include "volumeexplorer.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/textureunit.h"
#include "core/datastructures/facegeometry.h"
#include "core/datastructures/geometrydatafactory.h"
...
...
modules/vis/processors/volumeexplorer.h
View file @
760e01f1
...
...
@@ -25,7 +25,7 @@
#ifndef VOLUMEEXPLORER_H__
#define VOLUMEEXPLORER_H__
#include "
t
gt/event/eventlistener.h"
#include "
c
gt/event/eventlistener.h"
#include "core/eventhandlers/mwheeltonumericpropertyeventlistener.h"
#include "core/eventhandlers/trackballnavigationeventlistener.h"
...
...
modules/vis/processors/volumerenderer.cpp
View file @
760e01f1
...
...
@@ -23,9 +23,9 @@
// ================================================================================================
#include "volumerenderer.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/textureunit.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationgl.h"
...
...
modules/vis/tools/voxelhierarchymapper.cpp
View file @
760e01f1
...
...
@@ -24,12 +24,12 @@
#include "voxelhierarchymapper.h"
#include "
t
gt/assert.h"
#include "
t
gt/framebufferobject.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/texture.h"
#include "
t
gt/textureunit.h"
#include "
t
gt/tgt_gl.h"
#include "
c
gt/assert.h"
#include "
c
gt/framebufferobject.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/texture.h"
#include "
c
gt/textureunit.h"
#include "
c
gt/tgt_gl.h"
#include "core/classification/abstracttransferfunction.h"
#include "core/datastructures/imagerepresentationgl.h"
...
...
modules/vis/tools/voxelhierarchymapper.h
View file @
760e01f1
...
...
@@ -27,8 +27,8 @@
#include <string>
#include "
t
gt/framebufferobject.h"
#include "
t
gt/shadermanager.h"
#include "
c
gt/framebufferobject.h"
#include "
c
gt/shadermanager.h"
#include "core/datastructures/facegeometry.h"
namespace
tgt
{
...
...
test/core/tools/glreductiontest.cpp
View file @
760e01f1
...
...
@@ -34,7 +34,7 @@
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationlocal.h"
#include "
t
gt/framebufferobject.h"
#include "
c
gt/framebufferobject.h"
using
namespace
campvis
;
...
...
test/main.cpp
View file @
760e01f1
...
...
@@ -34,13 +34,13 @@
#include "sigslot/sigslot.h"
#include "
t
gt/glcontextmanager.h"
#include "
t
gt/gpucapabilities.h"
#include "
t
gt/init.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/opengljobprocessor.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/qt/qtthreadedcanvas.h"
#include "
c
gt/glcontextmanager.h"
#include "
c
gt/gpucapabilities.h"
#include "
c
gt/init.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/opengljobprocessor.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/qt/qtthreadedcanvas.h"
#include "core/tools/simplejobprocessor.h"
#include "core/tools/quadrenderer.h"
...
...
test/modules/pipelineresultimagetest.cpp
View file @
760e01f1
...
...
@@ -26,8 +26,8 @@
#ifdef CAMPVIS_HAS_MODULE_DEVIL
#include "
t
gt/filesystem.h"
#include "
t
gt/opengljobprocessor.h"
#include "
c
gt/filesystem.h"
#include "
c
gt/opengljobprocessor.h"
#include "core/datastructures/datacontainer.h"
#include "core/datastructures/renderdata.h"
...
...
Prev
1
…
12
13
14
15
16
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment