- 01 Mar, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Builds and runs fine so far, but no elaborate testing done yet. Compiler throws a bunch of C4275 warning, since sigslot:has_slots<> is used in exported classes but is itself not exported. While this is no direct problem for campvis-internal builds, it should still be fixed some time. refs #377
-
- 22 Feb, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Extended the DataContainerTreeWidget and its corresponding DataContainerTreeModel to support a second level containing the DataHandles of RenderData and ImageSeries items.
-
- 13 Feb, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Beautifying VolumeExplorerDemo and VolumeRendererDemo sample rederings by fine tuning transfer functions.
-
- 24 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 23 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Added assertion in ImageRepresentationGL constructor checking for matching number of channels
-
- 15 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Changed log level of some warnings from DEBUG to WARNING, disabled some verbose debug messages in TGT
-
- 14 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Implemented GeometryDataFactory::createCube() normal generation
-
- 12 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 11 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Introducing MultiIndexedGeometry data type * Introducing GeometryDataFactory::createTeapot()
-
- 06 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 05 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
Completely moved the image data handle and histogram computation from the TF to the TF property. Histogram computation is now thread safe.
-
- 02 Jan, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 30 Dec, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 29 Dec, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* Introducing campvis::Tensor2<T> type * Updated MhdImageReader to support TensorImages
-
- 18 Dec, 2013 1 commit
-
-
Christian Schulte zu Berge authored
*IMPORTANT FIX* Fixes possible crashes/segfaults when converting OpenGL image representations to local image representations: * ImageRepresentationLocal::tryConvert() does not deadlock anymore when called from OpenGL context and converting from GL representation * Fixed possible double deletion after converting from OpenGL to local representation due to ambiguous pointer ownership * fixed possible out of bounds array write in tgt::Texture::downloadTextureToBuffer()
-
- 13 Dec, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* Moving to Apache 2.0 license * Updated AUTHORS.txt
-
- 05 Dec, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* Updated DepthDarkening to use GlReduction to compute min/max depth
-
- 28 Nov, 2013 2 commits
-
-
Christian Schulte zu Berge authored
* added computation of difference image to SimilarityMeasure * fixed possible out of bounds access in datacontainerinspectorwidget.cpp * added assertions to ImageRepresentationGL constructor
-
Christian Schulte zu Berge authored
-
- 27 Nov, 2013 1 commit
-
-
Christian Schulte zu Berge authored
* Fixed pointer inconsistencies in ScopedTypedData and ScopedRepresentation
-
- 21 Nov, 2013 1 commit
-
-
Christian Schulte zu Berge authored
Cleaned up and slightly revised GeometryData API. Cleared the way for non-value semantics. Introducing GeometryDataFactory, a collection of static methods to create standard geometric primitives.
-
- 19 Nov, 2013 1 commit
-
-
Christian Schulte zu Berge authored
work on Issue #88: cleaned up VertexArrayObject interface. It's now simpler and more straight-forward.
-
- 18 Nov, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 31 Oct, 2013 2 commits
-
-
mmostajab authored
# Fixing the bugs of the Color Window in the Canvas
-
mmostajab authored
# Make a pointer from datacontainerinspectorwidget into datacontainerinspectorcanvas, as we need to call the updateInfoWidget() after updating the color. # Make the updateInfoWidget() as public to be able to call it. # Add the Capability to look up the color under the mouse button when one of the mouse buttons is pressed.
-
- 29 Oct, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 28 Oct, 2013 2 commits
-
-
Christian Schulte zu Berge authored
Introducing usage of C++11 lambda functions instead of functors in some tbb::parallel_for blocks for better readibility
-
Christian Schulte zu Berge authored
-
- 21 Oct, 2013 1 commit
-
-
mmostajab authored
# Make a pointer from datacontainerinspectorwidget into datacontainerinspectorcanvas, as we need to call the updateInfoWidget() after updating the color. # Make the updateInfoWidget() as public to be able to call it. # Add the Capability to look up the color under the mouse button when one of the mouse buttons is pressed.
-
- 15 Oct, 2013 4 commits
-
-
Sebastian Pölsterl authored
Fixes -Wignored-qualifiers
-
Sebastian Pölsterl authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 11 Oct, 2013 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Work on Issue #44: Removed GLContext interface and merged functionality into GlCanvas. Introducing abstract (Qt-free) tgt::GlContextManager interface, being implemented by tgt::QtContextManager. Further clean up of related code.
-
- 09 Oct, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-
- 08 Oct, 2013 3 commits
-
-
Christian Schulte zu Berge authored
CampvisApplication manages multiple DataContainers, updated PipelineTreeWidget to show correct DataContainer/Pipeline/Processor hierarchy
-
Christian Schulte zu Berge authored
Removing TBB library from /ext making it fully external (user has to install TBB himself). Adapted CMake files. Adapted include directions
-
Christian Schulte zu Berge authored
-
- 27 Sep, 2013 1 commit
-
-
Christian Schulte zu Berge authored
-