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/base/processors/matrixprocessor.h
View file @
760e01f1
...
...
@@ -30,7 +30,7 @@
#include <string>
#include <set>
#include <
t
gt/matrix.h>
#include <
c
gt/matrix.h>
#include "core/pipeline/abstractprocessor.h"
#include "core/properties/allproperties.h"
...
...
modules/campcom/pipelines/streamingmhddemo.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "streamingmhddemo.h"
#include "
t
gt/event/keyevent.h"
#include "
c
gt/event/keyevent.h"
#include "core/datastructures/imagedata.h"
#include "core/classification/geometry1dtransferfunction.h"
...
...
modules/columbia/datastructures/fiberdata.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "fiberdata.h"
#include "
t
gt/buffer.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/vertexarrayobject.h"
#include "
c
gt/buffer.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/vertexarrayobject.h"
namespace
campvis
{
...
...
modules/columbia/datastructures/fiberdata.h
View file @
760e01f1
...
...
@@ -25,9 +25,9 @@
#ifndef FIBERDATA_H__
#define FIBERDATA_H__
#include "
t
gt/bounds.h"
#include "
t
gt/tgt_gl.h"
#include "
t
gt/vector.h"
#include "
c
gt/bounds.h"
#include "
c
gt/tgt_gl.h"
#include "
c
gt/vector.h"
#include "core/datastructures/abstractdata.h"
...
...
modules/columbia/pipelines/columbia1.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "columbia1.h"
#include "
t
gt/event/keyevent.h"
#include "
c
gt/event/keyevent.h"
#include "core/datastructures/imagedata.h"
#include "core/classification/geometry1dtransferfunction.h"
...
...
modules/columbia/processors/geometrystrainrenderer.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "geometrystrainrenderer.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/imagedata.h"
#include "core/datastructures/imagerepresentationgl.h"
...
...
modules/columbia/processors/strainfiberrenderer.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "strainfiberrenderer.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 "modules/columbia/datastructures/fiberdata.h"
...
...
modules/devil/processors/devilimagereader.cpp
View file @
760e01f1
...
...
@@ -29,11 +29,11 @@
#include <cstring>
#include <vector>
#include "
t
gt/logmanager.h"
#include "
t
gt/filesystem.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/texturereaderdevil.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/filesystem.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/texturereaderdevil.h"
#include "
c
gt/textureunit.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationgl.h"
...
...
modules/devil/processors/devilimagewriter.cpp
View file @
760e01f1
...
...
@@ -27,11 +27,11 @@
#include <cstring>
#include "
t
gt/logmanager.h"
#include "
t
gt/filesystem.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/texturereaderdevil.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/filesystem.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/texturereaderdevil.h"
#include "
c
gt/textureunit.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationlocal.h"
...
...
modules/io/processors/csvdimagereader.cpp
View file @
760e01f1
...
...
@@ -29,7 +29,7 @@
#include <sstream>
#include <string>
#include "
t
gt/filesystem.h"
#include "
c
gt/filesystem.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationdisk.h"
#include "core/datastructures/genericimagerepresentationlocal.h"
...
...
modules/io/processors/genericimagereader.cpp
View file @
760e01f1
...
...
@@ -26,7 +26,7 @@
#include <fstream>
#include "
t
gt/filesystem.h"
#include "
c
gt/filesystem.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationdisk.h"
#include "core/datastructures/genericimagerepresentationlocal.h"
...
...
modules/io/processors/ltfimagereader.cpp
View file @
760e01f1
...
...
@@ -26,7 +26,7 @@
#include <limits>
#include "
t
gt/filesystem.h"
#include "
c
gt/filesystem.h"
#include "core/tools/stringutils.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imageseries.h"
...
...
modules/io/processors/mhdimagereader.cpp
View file @
760e01f1
...
...
@@ -26,7 +26,7 @@
#include <fstream>
#include "
t
gt/filesystem.h"
#include "
c
gt/filesystem.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationdisk.h"
#include "core/datastructures/genericimagerepresentationlocal.h"
...
...
modules/io/processors/mhdimagewriter.cpp
View file @
760e01f1
...
...
@@ -26,7 +26,7 @@
#include <fstream>
#include "
t
gt/filesystem.h"
#include "
c
gt/filesystem.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationdisk.h"
...
...
modules/io/processors/vtkimagereader.cpp
View file @
760e01f1
...
...
@@ -29,7 +29,7 @@
#include <sstream>
#include <string>
#include "
t
gt/filesystem.h"
#include "
c
gt/filesystem.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationdisk.h"
#include "core/datastructures/indexedmeshgeometry.h"
...
...
modules/io/processors/vtkimagereader.h
View file @
760e01f1
...
...
@@ -28,7 +28,7 @@
#include <string>
#include "abstractimagereader.h"
#include "
t
gt/exception.h"
#include "
c
gt/exception.h"
#include "core/pipeline/abstractprocessor.h"
#include "core/properties/datanameproperty.h"
#include "core/properties/floatingpointproperty.h"
...
...
modules/itk/core/imagerepresentationconversionitk.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "imagerepresentationconversionitk.h"
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/opengljobprocessor.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/opengljobprocessor.h"
namespace
campvis
{
...
...
modules/itk/core/itktypetraits.h
View file @
760e01f1
...
...
@@ -25,9 +25,9 @@
#ifndef ITKTYPETRAITS_H__
#define ITKTYPETRAITS_H__
#include "
t
gt/tgt_gl.h"
#include "
t
gt/tgt_math.h"
#include "
t
gt/vector.h"
#include "
c
gt/tgt_gl.h"
#include "
c
gt/tgt_math.h"
#include "
c
gt/vector.h"
#include <itkVector.h>
...
...
modules/itk/pipelines/itkregistrationdemo.cpp
View file @
760e01f1
...
...
@@ -29,7 +29,7 @@
#include "itkregistrationdemo.h"
#include "
t
gt/event/keyevent.h"
#include "
c
gt/event/keyevent.h"
#include "core/datastructures/imagedata.h"
#include "core/classification/geometry1dtransferfunction.h"
...
...
modules/itk/pipelines/itksegmentationdemo.cpp
View file @
760e01f1
...
...
@@ -29,7 +29,7 @@
#include "itksegmentationdemo.h"
#include "
t
gt/event/keyevent.h"
#include "
c
gt/event/keyevent.h"
#include "core/datastructures/imagedata.h"
#include "core/classification/geometry1dtransferfunction.h"
...
...
Prev
1
…
8
9
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