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
application/gui/qtcolortools.h
View file @
760e01f1
...
...
@@ -25,7 +25,7 @@
#ifndef QTCOLORTOOLS_H__
#define QTCOLORTOOLS_H__
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include <QColor>
#include <QLabel>
...
...
application/gui/scriptingwidget.h
View file @
760e01f1
...
...
@@ -26,8 +26,8 @@
#define SCRIPTINGWIDGET_H__
#include "sigslot/sigslot.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/painter.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/painter.h"
#include "tbb/mutex.h"
#include "application/tools/bufferinglog.h"
...
...
application/qtjobprocessor.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef QTJOBPROCESSOR_H__
#define QTJOBPROCESSOR_H__
#include "
t
gt/job.h"
#include "
t
gt/singleton.h"
#include "
c
gt/job.h"
#include "
c
gt/singleton.h"
#include <QWidget>
#include <functional>
...
...
application/tools/bufferinglog.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "bufferinglog.h"
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
namespace
campvis
{
...
...
application/tools/bufferinglog.h
View file @
760e01f1
...
...
@@ -26,7 +26,7 @@
#define BUFFERINGLOG_H__
#include "tbb/mutex.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/logmanager.h"
#include <deque>
#include <QObject>
...
...
application/tools/qtexteditlog.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "qtexteditlog.h"
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
namespace
campvis
{
...
...
application/tools/qtexteditlog.h
View file @
760e01f1
...
...
@@ -25,7 +25,7 @@
#ifndef QTEXTEDITLOG_H__
#define QTEXTEDITLOG_H__
#include "
t
gt/logmanager.h"
#include "
c
gt/logmanager.h"
#include <QObject>
#include <QTextEdit>
...
...
application/tools/treeitem.cpp
View file @
760e01f1
...
...
@@ -22,7 +22,7 @@
//
// ================================================================================================
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
#include "treeitem.h"
namespace
campvis
{
...
...
core/classification/abstracttransferfunction.cpp
View file @
760e01f1
...
...
@@ -25,11 +25,11 @@
#include "abstracttransferfunction.h"
#include <tbb/tbb.h>
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/texture.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/texture.h"
#include "
c
gt/textureunit.h"
#include "core/datastructures/imagerepresentationlocal.h"
...
...
core/classification/abstracttransferfunction.h
View file @
760e01f1
...
...
@@ -26,7 +26,7 @@
#define ABSTRACTTRANSFERFUNCTION_H__
#include "sigslot/sigslot.h"
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include <tbb/atomic.h>
#include <tbb/mutex.h>
...
...
core/classification/genericgeometrytransferfunction.h
View file @
760e01f1
...
...
@@ -27,12 +27,12 @@
#include "core/classification/abstracttransferfunction.h"
#include "
t
gt/assert.h"
#include "
t
gt/framebufferobject.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/texture.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/assert.h"
#include "
c
gt/framebufferobject.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/texture.h"
#include "
c
gt/textureunit.h"
#include <vector>
...
...
core/classification/geometry1dtransferfunction.cpp
View file @
760e01f1
...
...
@@ -24,11 +24,11 @@
#include "geometry1dtransferfunction.h"
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/texture.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/texture.h"
#include "
c
gt/textureunit.h"
#include "core/classification/tfgeometry1d.h"
...
...
core/classification/geometry2dtransferfunction.cpp
View file @
760e01f1
...
...
@@ -24,11 +24,11 @@
#include "geometry2dtransferfunction.h"
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/texture.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/texture.h"
#include "
c
gt/textureunit.h"
#include "core/classification/tfgeometry2d.h"
...
...
core/classification/simpletransferfunction.cpp
View file @
760e01f1
...
...
@@ -24,11 +24,11 @@
#include "simpletransferfunction.h"
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/texture.h"
#include "
t
gt/textureunit.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/texture.h"
#include "
c
gt/textureunit.h"
namespace
campvis
{
...
...
core/classification/tfgeometry1d.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "tfgeometry1d.h"
#include "
t
gt/assert.h"
#include "
t
gt/texture.h"
#include "
t
gt/tgt_math.h"
#include "
c
gt/assert.h"
#include "
c
gt/texture.h"
#include "
c
gt/tgt_math.h"
#include "core/datastructures/facegeometry.h"
...
...
core/classification/tfgeometry1d.h
View file @
760e01f1
...
...
@@ -26,7 +26,7 @@
#define TFGEOMETRY1D_H__
#include "sigslot/sigslot.h"
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include <vector>
#include "core/coreapi.h"
...
...
core/classification/tfgeometry2d.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "tfgeometry2d.h"
#include "
t
gt/assert.h"
#include "
t
gt/texture.h"
#include "
t
gt/tgt_math.h"
#include "
c
gt/assert.h"
#include "
c
gt/texture.h"
#include "
c
gt/tgt_math.h"
#include <algorithm>
...
...
core/classification/tfgeometry2d.h
View file @
760e01f1
...
...
@@ -26,7 +26,7 @@
#define TFGEOMETRY2D_H__
#include "sigslot/sigslot.h"
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include <vector>
#include "core/coreapi.h"
...
...
core/datastructures/abstractimagerepresentation.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef ABSTRACTIMAGEREPRESENTATION_H__
#define ABSTRACTIMAGEREPRESENTATION_H__
#include "
t
gt/bounds.h"
#include "
t
gt/vector.h"
#include "
c
gt/bounds.h"
#include "
c
gt/vector.h"
#include "core/coreapi.h"
#include "core/datastructures/abstractdata.h"
...
...
core/datastructures/datacontainer.cpp
View file @
760e01f1
...
...
@@ -24,8 +24,8 @@
#include "datacontainer.h"
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
#include "core/datastructures/abstractdata.h"
namespace
campvis
{
...
...
Prev
1
2
3
4
5
6
…
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