- 30 Sep, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Updated CMake scripts to work with new CMake 3 and TBB 4.3
-
- 23 Sep, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 11 Sep, 2014 4 commits
-
-
Christian Schulte zu Berge authored
* Introducing visual regression testing framework * Added PipelineResultImageTest case to run pipelines and write their rendering results to PNGs. * Updated DevilImageWriter, added property to make writing depth images optional.
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
- 10 Sep, 2014 3 commits
-
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
- 08 Sep, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 06 Sep, 2014 1 commit
-
-
Hossain Mahmud authored
-
- 03 Sep, 2014 1 commit
-
-
Hossain Mahmud authored
-
- 24 Aug, 2014 2 commits
-
-
Hossain Mahmud authored
-
Hossain Mahmud authored
1. edited test-campvis::main to generate xml regardless of environment var. 2. check is the result image null. 3. open and edit the gtest output xml with results from python test
-
- 13 Aug, 2014 2 commits
-
-
Hossain Mahmud authored
-
Christian Schulte zu Berge authored
Registered testing thread and OpenGL context with OpenGLJobProcessor.
-
- 12 Aug, 2014 5 commits
-
-
Christian Schulte zu Berge authored
Cleaned up DevilImageReader to be working with all kinds of input images and being completely OpenGL free.
-
Christian Schulte zu Berge authored
* Updated DevilImageWriter, added property to make writing depth images optional.
-
Christian Schulte zu Berge authored
Fixed GenericImageReader referencing DevilImageReader even if the corresponding module was not present.
-
Christian Schulte zu Berge authored
* AbstractImageReader is now again an AbstractProcessor, so that we can get rid of the dynamic_casts in GenericImageReader * DevilImageReader is no longer a VisualizationProcessor but gets the OpenGL context through OpenGLJobProcessor::ScopedSynchronousGlJobExecution * Fixed alglib's CMakeLists.txt
-
Christian Schulte zu Berge authored
-
- 11 Aug, 2014 4 commits
-
-
Christian Schulte zu Berge authored
3d mi segment flat rebased See merge request !89
-
Christian Schulte zu Berge authored
campvis-test does not use OpenGLJobProcessor and only initializes it halfway. However, some CAMPVis functionality relies on that. Therefore, I introduced a hack/workaround to set the OpenGL thread manually if you need to. Furthermore, added exit(EXIT_FAILURE) to recursive assertions to avoid possible endless assertion loops in campvis-test (and thus amok running jobs in Jenkins).
-
Christian Schulte zu Berge authored
* Fixed possible endless loop in event evaluation of AbstractPipeline. * Fixed 4-channel image rendering in datacontainerinspector.frag.
-
Christian Schulte zu Berge authored
* Added OpenGL thread guard to image conversions to ImageRepresentationGL.
-
- 10 Aug, 2014 1 commit
-
-
Hossain Mahmud authored
[merged commit]clean ups, fixes for g++ errors and warnings, and edits for cppcheck errors (except for the 480+ in the external library AlgLib)
-
- 08 Aug, 2014 9 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Various fixes See merge request !91
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
The VolumeExplorer has now an additional property defining which view is shown in the big section (and which in the three small sections). Hence, now it is also possible to show one of the slice views in large and have the volume rendering in small.
-
Christian Schulte zu Berge authored
To better support sharing the functionality of slice rendering, the SliceExtractor processor was refactored: Similar to the RaycastingProcessor, the main functionality was moved to an abstract base class, the SliceRenderProcessor. This takes care of computing all the necessary transformation matrices, optionally rendering crosshair and integrating geometry, as well as handling user input to support scribbling. The actual SliceExtractor processor now only implements the rendering of the slice itself, i.e. applying the transfer function. In this regard, VolumeExplorer was updated to use the generic SliceRenderProcessor, and TransFuncWindowingEventListener supports changing of its assigned property.
-
Christian Schulte zu Berge authored
Replaced DataContainer::s_dataAdded<const std::string&, DataHandle> with DataContainer::s_dataAdded<std::string, DataHandle>.
-
Christian Schulte zu Berge authored
-
Hossain Mahmud authored
initial py script. given 3 directory compares reference and testruns to store results
-
- 07 Aug, 2014 5 commits
-
-
Christian Schulte zu Berge authored
According to Visual Leak Detector, CAMPVis is now memory leak free. :)
-
Christian Schulte zu Berge authored
Memory pools See merge request !90
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
* Fixed includes in sigslot.cpp * Implemented memory pools also for AbstractJob using the pool of OpenGLJobProcessor
-
Christian Schulte zu Berge authored
-