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
core/datastructures/indexedmeshgeometry.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef INDEXEDMESHGEOMETRY_H__
#define INDEXEDMESHGEOMETRY_H__
#include "
t
gt/bounds.h"
#include "
t
gt/vector.h"
#include "
c
gt/bounds.h"
#include "
c
gt/vector.h"
#include "core/datastructures/geometrydata.h"
#include "core/datastructures/facegeometry.h"
...
...
core/datastructures/lightsourcedata.cpp
View file @
760e01f1
...
...
@@ -23,7 +23,7 @@
// ================================================================================================
#include "lightsourcedata.h"
#include "
t
gt/shadermanager.h"
#include "
c
gt/shadermanager.h"
namespace
campvis
{
...
...
core/datastructures/lightsourcedata.h
View file @
760e01f1
...
...
@@ -25,7 +25,7 @@
#ifndef LIGHTSOURCEDATA_H__
#define LIGHTSOURCEDATA_H__
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include "core/datastructures/abstractdata.h"
...
...
core/datastructures/meshgeometry.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "meshgeometry.h"
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/buffer.h"
#include "
t
gt/vertexarrayobject.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/buffer.h"
#include "
c
gt/vertexarrayobject.h"
#include <algorithm>
#include <list>
...
...
core/datastructures/meshgeometry.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef MESHGEOMETRY_H__
#define MESHGEOMETRY_H__
#include "
t
gt/bounds.h"
#include "
t
gt/vector.h"
#include "
c
gt/bounds.h"
#include "
c
gt/vector.h"
#include "core/datastructures/geometrydata.h"
#include "core/datastructures/facegeometry.h"
...
...
core/datastructures/multiindexedgeometry.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "multiindexedgeometry.h"
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/buffer.h"
#include "
t
gt/vertexarrayobject.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/buffer.h"
#include "
c
gt/vertexarrayobject.h"
#include <algorithm>
#include <list>
...
...
core/datastructures/multiindexedgeometry.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef MULTIINDEXEDGEOMETRY_H__
#define MULTIINDEXEDGEOMETRY_H__
#include "
t
gt/bounds.h"
#include "
t
gt/vector.h"
#include "
c
gt/bounds.h"
#include "
c
gt/vector.h"
#include "core/datastructures/geometrydata.h"
#include "core/datastructures/facegeometry.h"
...
...
core/datastructures/positiondata.h
View file @
760e01f1
...
...
@@ -25,7 +25,7 @@
#ifndef POSITIONDATA_H__
#define POSITIONDATA_H__
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include "core/datastructures/abstractdata.h"
...
...
core/datastructures/renderdata.cpp
View file @
760e01f1
...
...
@@ -24,9 +24,9 @@
#include "renderdata.h"
#include "
t
gt/framebufferobject.h"
#include "
t
gt/textureunit.h"
#include "
t
gt/shadermanager.h"
#include "
c
gt/framebufferobject.h"
#include "
c
gt/textureunit.h"
#include "
c
gt/shadermanager.h"
#include "core/datastructures/imagedata.h"
#include "core/datastructures/imagerepresentationgl.h"
...
...
core/datastructures/tensor.h
View file @
760e01f1
...
...
@@ -25,7 +25,7 @@
#ifndef TENSOR_H__
#define TENSOR_H__
#include "
t
gt/matrix.h"
#include "
c
gt/matrix.h"
namespace
campvis
{
...
...
core/datastructures/transformdata.h
View file @
760e01f1
...
...
@@ -25,7 +25,7 @@
#ifndef TRANSFORMDATA_H__
#define TRANSFORMDATA_H__
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include "core/datastructures/abstractdata.h"
...
...
core/eventhandlers/mwheeltonumericpropertyeventlistener.cpp
View file @
760e01f1
...
...
@@ -24,8 +24,8 @@
#include "mwheeltonumericpropertyeventlistener.h"
#include "
t
gt/assert.h"
#include "
t
gt/event/mouseevent.h"
#include "
c
gt/assert.h"
#include "
c
gt/event/mouseevent.h"
#include "core/properties/numericproperty.h"
namespace
campvis
{
...
...
core/eventhandlers/mwheeltonumericpropertyeventlistener.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef MWHEELTONUMERICPROPERTYEVENTHANDLER_H__
#define MWHEELTONUMERICPROPERTYEVENTHANDLER_H__
#include "
t
gt/logmanager.h"
#include "
t
gt/event/eventlistener.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/event/eventlistener.h"
#include "core/coreapi.h"
...
...
core/eventhandlers/trackballnavigationeventlistener.cpp
View file @
760e01f1
...
...
@@ -23,8 +23,8 @@
// ================================================================================================
#include "trackballnavigationeventlistener.h"
#include "
t
gt/assert.h"
#include "
t
gt/event/mouseevent.h"
#include "
c
gt/assert.h"
#include "
c
gt/event/mouseevent.h"
#include "core/datastructures/abstractdata.h"
#include "core/properties/cameraproperty.h"
#include "core/pipeline/visualizationprocessor.h"
...
...
core/eventhandlers/trackballnavigationeventlistener.h
View file @
760e01f1
...
...
@@ -27,10 +27,10 @@
#include <sigslot/sigslot.h>
#include "
t
gt/bounds.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/event/eventlistener.h"
#include "
t
gt/navigation/trackball.h"
#include "
c
gt/bounds.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/event/eventlistener.h"
#include "
c
gt/navigation/trackball.h"
#include "core/coreapi.h"
#include "core/datastructures/datahandle.h"
...
...
core/eventhandlers/transfuncwindowingeventlistener.cpp
View file @
760e01f1
...
...
@@ -24,8 +24,8 @@
#include "transfuncwindowingeventlistener.h"
#include "
t
gt/assert.h"
#include "
t
gt/event/mouseevent.h"
#include "
c
gt/assert.h"
#include "
c
gt/event/mouseevent.h"
#include "core/classification/abstracttransferfunction.h"
#include "core/properties/transferfunctionproperty.h"
...
...
core/eventhandlers/transfuncwindowingeventlistener.h
View file @
760e01f1
...
...
@@ -25,9 +25,9 @@
#ifndef TRANSFUNCWINDOWINGEVENTHANDLER_H__
#define TRANSFUNCWINDOWINGEVENTHANDLER_H__
#include "
t
gt/logmanager.h"
#include "
t
gt/vector.h"
#include "
t
gt/event/eventlistener.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/vector.h"
#include "
c
gt/event/eventlistener.h"
#include "core/coreapi.h"
...
...
core/pipeline/abstractpipeline.cpp
View file @
760e01f1
...
...
@@ -27,11 +27,11 @@
#include <tbb/tick_count.h>
#include "
t
gt/exception.h"
#include "
t
gt/glcanvas.h"
#include "
t
gt/glcontextmanager.h"
#include "
t
gt/painter.h"
#include "
t
gt/tgt_gl.h"
#include "
c
gt/exception.h"
#include "
c
gt/glcanvas.h"
#include "
c
gt/glcontextmanager.h"
#include "
c
gt/painter.h"
#include "
c
gt/tgt_gl.h"
#include "core/pipeline/visualizationprocessor.h"
#include "core/pipeline/abstractprocessor.h"
...
...
core/pipeline/abstractpipeline.h
View file @
760e01f1
...
...
@@ -27,11 +27,11 @@
#include "sigslot/sigslot.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/runnable.h"
#include "
t
gt/vector.h"
#include "
t
gt/event/eventhandler.h"
#include "
t
gt/event/eventlistener.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/runnable.h"
#include "
c
gt/vector.h"
#include "
c
gt/event/eventhandler.h"
#include "
c
gt/event/eventlistener.h"
#include <tbb/spin_mutex.h>
#include <tbb/mutex.h>
...
...
core/pipeline/abstractprocessor.cpp
View file @
760e01f1
...
...
@@ -23,7 +23,7 @@
// ================================================================================================
#include "abstractprocessor.h"
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
#include "core/properties/abstractproperty.h"
#include <ext/threading.h>
...
...
Prev
1
2
3
4
5
6
7
8
…
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