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/datahandle.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "datahandle.h"
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
#include "core/datastructures/abstractdata.h"
namespace
campvis
{
...
...
core/datastructures/facegeometry.cpp
View file @
760e01f1
...
...
@@ -24,11 +24,11 @@
#include "facegeometry.h"
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/buffer.h"
#include "
t
gt/vertexarrayobject.h"
#include "
t
gt/vector.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/buffer.h"
#include "
c
gt/vertexarrayobject.h"
#include "
c
gt/vector.h"
namespace
campvis
{
...
...
core/datastructures/facegeometry.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef FACEGEOMETRY_H__
#define FACEGEOMETRY_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 <vector>
...
...
core/datastructures/geometrydata.cpp
View file @
760e01f1
...
...
@@ -23,10 +23,10 @@
// ================================================================================================
#include "geometrydata.h"
#include "
t
gt/buffer.h"
#include "
t
gt/logmanager.h"
#include "
t
gt/glcontextmanager.h"
#include "
t
gt/vertexarrayobject.h"
#include "
c
gt/buffer.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/glcontextmanager.h"
#include "
c
gt/vertexarrayobject.h"
namespace
campvis
{
...
...
core/datastructures/geometrydata.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef GEOMETRYDATA_H__
#define GEOMETRYDATA_H__
#include "
t
gt/tgt_gl.h"
#include "
t
gt/bounds.h"
#include "
c
gt/tgt_gl.h"
#include "
c
gt/bounds.h"
#include "core/datastructures/abstractdata.h"
#include <vector>
...
...
core/datastructures/geometrydatacollection.cpp
View file @
760e01f1
...
...
@@ -23,7 +23,7 @@
// ================================================================================================
#include "geometrydatacollection.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/logmanager.h"
namespace
campvis
{
...
...
core/datastructures/geometrydatafactory.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "geometrydatafactory.h"
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
#include "core/tools/teapot.h"
...
...
core/datastructures/geometrydatafactory.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef GEOMETRYFACTORY_H__
#define GEOMETRYFACTORY_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/imagedata.h
View file @
760e01f1
...
...
@@ -28,8 +28,8 @@
#include <tbb/concurrent_vector.h>
#include <tbb/spin_mutex.h>
#include "
t
gt/logmanager.h"
#include "
t
gt/vector.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/vector.h"
#include "core/coreapi.h"
#include "core/datastructures/abstractdata.h"
...
...
core/datastructures/imagemappinginformation.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "imagemappinginformation.h"
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
namespace
campvis
{
...
...
core/datastructures/imagemappinginformation.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef imagemapping_h__
#define imagemapping_h__
#include "
t
gt/matrix.h"
#include "
t
gt/vector.h"
#include "
c
gt/matrix.h"
#include "
c
gt/vector.h"
#include "core/coreapi.h"
#include "core/tools/mapping.h"
...
...
core/datastructures/imagerepresentationconversioncore.cpp
View file @
760e01f1
...
...
@@ -24,8 +24,8 @@
#include "imagerepresentationconversioncore.h"
#include "
t
gt/assert.h"
#include "
t
gt/logmanager.h"
#include "
c
gt/assert.h"
#include "
c
gt/logmanager.h"
namespace
campvis
{
...
...
core/datastructures/imagerepresentationconversioncore.h
View file @
760e01f1
...
...
@@ -25,7 +25,7 @@
#ifndef IMAGEREPRESENTATIONCONVERSIONCORE_H__
#define IMAGEREPRESENTATIONCONVERSIONCORE_H__
#include "
t
gt/opengljobprocessor.h"
#include "
c
gt/opengljobprocessor.h"
#include "core/coreapi.h"
...
...
core/datastructures/imagerepresentationconverter.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef IMAGEREPRESENTATIONCONVERTER_H__
#define IMAGEREPRESENTATIONCONVERTER_H__
#include "
t
gt/logmanager.h"
#include "
t
gt/singleton.h"
#include "
c
gt/logmanager.h"
#include "
c
gt/singleton.h"
#include <tbb/atomic.h>
#include <tbb/spin_mutex.h>
...
...
core/datastructures/imagerepresentationdisk.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "imagerepresentationdisk.h"
#include "
t
gt/filesystem.h"
#include "
c
gt/filesystem.h"
namespace
campvis
{
...
...
core/datastructures/imagerepresentationgl.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "imagerepresentationgl.h"
#include "
t
gt/assert.h"
#include "
t
gt/shadermanager.h"
#include "
t
gt/textureunit.h"
#include "
t
gt/tgt_gl.h"
#include "
c
gt/assert.h"
#include "
c
gt/shadermanager.h"
#include "
c
gt/textureunit.h"
#include "
c
gt/tgt_gl.h"
#include "core/datastructures/imagedata.h"
...
...
core/datastructures/imagerepresentationgl.h
View file @
760e01f1
...
...
@@ -25,8 +25,8 @@
#ifndef IMAGEREPRESENTATIONGL_H__
#define IMAGEREPRESENTATIONGL_H__
#include "
t
gt/tgt_gl.h"
#include "
t
gt/texture.h"
#include "
c
gt/tgt_gl.h"
#include "
c
gt/texture.h"
#include "core/datastructures/genericabstractimagerepresentation.h"
#include "core/tools/weaklytypedpointer.h"
...
...
core/datastructures/imagerepresentationlocal.h
View file @
760e01f1
...
...
@@ -25,7 +25,7 @@
#ifndef IMAGEREPRESENTATIONLOCAL_H__
#define IMAGEREPRESENTATIONLOCAL_H__
#include "
t
gt/vector.h"
#include "
c
gt/vector.h"
#include "core/datastructures/genericabstractimagerepresentation.h"
#include "core/tools/concurrenthistogram.h"
...
...
core/datastructures/imageseries.cpp
View file @
760e01f1
...
...
@@ -24,7 +24,7 @@
#include "imageseries.h"
#include "imagedata.h"
#include "
t
gt/assert.h"
#include "
c
gt/assert.h"
namespace
campvis
{
...
...
core/datastructures/indexedmeshgeometry.cpp
View file @
760e01f1
...
...
@@ -24,10 +24,10 @@
#include "indexedmeshgeometry.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>
...
...
Prev
1
2
3
4
5
6
7
…
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