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/preprocessing/processors/glgaussianfilter.cpp
View file @
760e01f1
...
...
@@ -24,11 +24,11 @@
#include "glgaussianfilter.h"
#include "
t
gt/buffer.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/textureunit.h"
#include "
t
gt/texture.h"
#include "
c
gt/buffer.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/textureunit.h"
#include "
c
gt/texture.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationgl.h"
...
...
modules/preprocessing/processors/glgradientvolumegenerator.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "glgradientvolumegenerator.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/preprocessing/processors/glimageresampler.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "glimageresampler.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/textureunit.h"
#include "
t
gt/texture.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/textureunit.h"
#include "
c
gt/texture.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationgl.h"
...
...
modules/preprocessing/processors/glintensityquantizer.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "glintensityquantizer.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/textureunit.h"
#include "
t
gt/texture.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/textureunit.h"
#include "
c
gt/texture.h"
#include "core/classification/geometry1dtransferfunction.h"
#include "core/classification/tfgeometry1d.h"
...
...
modules/preprocessing/processors/glmorphologyfilter.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "glmorphologyfilter.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/preprocessing/processors/glsignaltonoiseratiofilter.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "glsignaltonoiseratiofilter.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/preprocessing/processors/glvesselnessfilter.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "glvesselnessfilter.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/preprocessing/processors/gradientvolumegenerator.cpp
View file @
760e01f1
...
...
@@ -24,8 +24,8 @@
#include "gradientvolumegenerator.h"
#include "
t
gt/glmath.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/glmath.h"
#include "
c
gt/logmanager.h"
#include <tbb/tbb.h>
...
...
modules/preprocessing/processors/imagefilter.cpp
View file @
760e01f1
...
...
@@ -24,8 +24,8 @@
#include "imagefilter.h"
#include "
t
gt/glmath.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/glmath.h"
#include "
c
gt/logmanager.h"
#include <tbb/tbb.h>
...
...
modules/preprocessing/processors/lhhistogram.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "lhhistogram.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 <tbb/tbb.h>
...
...
modules/preprocessing/tools/abstractimagefilter.h
View file @
760e01f1
...
...
@@ -26,7 +26,7 @@
#define ABSTRACTIMAGEFILTER_H__
#include <tbb/tbb.h>
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
#include <vector>
...
...
modules/randomwalk/processors/confidencemapgenerator.cpp
View file @
760e01f1
...
...
@@ -25,9 +25,9 @@
#include "confidencemapgenerator.h"
#include <tbb/tbb.h>
#include "
t
gt/logmanager.h"
#include "
t
gt/tgt_math.h"
#include "
t
gt/vector.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/tgt_math.h"
#include "
c
gt/vector.h"
#include "core/tools/interval.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/genericimagerepresentationlocal.h"
...
...
modules/registration/pipelines/nloptregistration.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "nloptregistration.h"
#include "
t
gt/event/keyevent.h"
#include "
t
gt/openglgarbagecollector.h"
#include "
t
gt/painter.h"
#include "
c
gt/event/keyevent.h"
#include "
c
gt/openglgarbagecollector.h"
#include "
c
gt/painter.h"
#include "core/classification/geometry1dtransferfunction.h"
#include "core/classification/tfgeometry1d.h"
...
...
modules/registration/processors/similaritymeasure.cpp
View file @
760e01f1
...
...
@@ -23,9 +23,9 @@
// ================================================================================================
#include "similaritymeasure.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/imagedata.h"
...
...
modules/registration/processors/similaritymeasure.h
View file @
760e01f1
...
...
@@ -27,9 +27,9 @@
#include <string>
#include "
t
gt/buffer.h"
#include "
t
gt/matrix.h"
#include "
t
gt/vertexarrayobject.h"
#include "
c
gt/buffer.h"
#include "
c
gt/matrix.h"
#include "
c
gt/vertexarrayobject.h"
#include "core/pipeline/abstractprocessordecorator.h"
#include "core/pipeline/visualizationprocessor.h"
...
...
modules/tensor/pipelines/tensordemo.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "tensordemo.h"
#include "
t
gt/event/keyevent.h"
#include "
c
gt/event/keyevent.h"
#include "core/classification/geometry1dtransferfunction.h"
#include "core/classification/tfgeometry1d.h"
...
...
modules/tensor/processors/tensoranalyzer.cpp
View file @
760e01f1
...
...
@@ -24,8 +24,8 @@
#include "tensoranalyzer.h"
#include "
t
gt/tgt_math.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/tgt_math.h"
#include "
c
gt/logmanager.h"
#include <Eigen/Eigenvalues>
#include <tbb/tbb.h>
...
...
modules/tensor/processors/tensorglyphrenderer.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "tensorglyphrenderer.h"
#include "
t
gt/tgt_math.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
c
gt/tgt_math.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/lightsourcedata.h"
...
...
modules/vectorfield/pipelines/vectorfielddemo.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "vectorfielddemo.h"
#include "
t
gt/event/keyevent.h"
#include "
c
gt/event/keyevent.h"
#include "core/classification/geometry1dtransferfunction.h"
#include "core/classification/tfgeometry1d.h"
...
...
modules/vectorfield/processors/particleflowrenderer.cpp
View file @
760e01f1
...
...
@@ -24,12 +24,12 @@
#include "particleflowrenderer.h"
#include "
t
gt/buffer.h"
#include "
t
gt/tgt_math.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/textureunit.h"
#include "
t
gt/vertexarrayobject.h"
#include "
c
gt/buffer.h"
#include "
c
gt/tgt_math.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/textureunit.h"
#include "
c
gt/vertexarrayobject.h"
#include "core/classification/geometry1dtransferfunction.h"
#include "core/classification/tfgeometry1d.h"
...
...
Prev
1
…
10
11
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