- 17 Jan, 2016 2 commits
-
-
Christian Schulte zu Berge authored
Removed redundant CMake options, renamed test-campvis to campvis-test and removed pipeline and converter registration, since building shared libraries is mandatory now.
-
Christian Schulte zu Berge authored
refs #249
-
- 24 Jul, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 23 Jul, 2015 1 commit
-
-
Christian Schulte zu Berge authored
Added a field _pipelineName to AutoEvaluationPipeline. This allows to implement AutoEvaluationPipeline::getName() so that AutoEvaluationPipeline is no longer abstract. Consequently, the LuaPipeline is no longer needed. This change was also used to change the AbstractPipeline constructor signature to pass-by-reference instead of pass-by-pointer for the pipeline's DataContainer. This presents the semantics more clearly since the DataContainer must not be 0.
-
- 21 Jul, 2015 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
* campvis::deinit() also deinitializes PipelineFactory and ProcessorFactory * Fixed signal_manager::waitForSignalQueueFlushed() returning too early -> fixes occasionally failing AbstractProcessorTest * Fixed signal_manager::waitForSignalQueueFlushed() waiting for ever in case that the wake-up of signal_manager fails
-
- 20 Jul, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 17 Jul, 2015 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
Added concurrent conversion test to ImageRepresentationTest. Added ImageData::getNumRepresentations().
-
- 16 Jul, 2015 3 commits
-
-
Christian Schulte zu Berge authored
Fixed test-campvis on Linux.
-
Christian Schulte zu Berge authored
Fixed test-campvis on Linux.
-
Christian Schulte zu Berge authored
-
- 08 Jul, 2015 1 commit
-
-
Christian Schulte zu Berge authored
PipelineRegistry and ProcessorRegistry are now part of campvis-core. Furthermore, moved all calls to PipelineRegistrar<>/SmartProcessorRegistrar<> to a separate cpp file for each module. This way all registrations are at one central location and including headers in external projects does not lead to double registration. This commit also removes the obsolete columbia and manualsegmentation modules.
-
- 06 Jul, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 27 May, 2015 1 commit
-
-
Christian Schulte zu Berge authored
* Removed obsolete XInitThreads() from main function, since this is handled by Qt when constructing CampvisApplication.
-
- 09 Apr, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 06 Feb, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 22 Jan, 2015 1 commit
-
-
Christian Schulte zu Berge authored
-
- 05 Dec, 2014 2 commits
-
-
Christian Schulte zu Berge authored
* cleaned up cgt::Texture's constructors: only two left - to create an empty texture or a non-empty one * cgt::Texture will no longer hold a copy of the image data in local memory * removed a lot of redundant/confusing methods * no longer needed to call uploadTexture() even though you don't want to upload sth. * Adapted all known code to the new interface * Removed cgt::TextureReaderDevil refs #613
-
Christian Schulte zu Berge authored
Both classes now have a mutex protecting its shared fields. One global mutex may not be the most efficient implementation but at least is reliable and easy to follow. closes #598
-
- 24 Oct, 2014 2 commits
-
-
Christian Schulte zu Berge authored
Fixed Cppcheck issue in mprrenderer.cpp Updated visual regression testing reference images (checked) refs #141
-
Christian Schulte zu Berge authored
refs #141
-
- 23 Oct, 2014 4 commits
-
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
refs #386
-
Christian Schulte zu Berge authored
-
- 22 Oct, 2014 2 commits
-
-
Christian Schulte zu Berge authored
-
Christian Schulte zu Berge authored
-
- 16 Oct, 2014 1 commit
-
-
Christian Schulte zu Berge authored
* Renamed OpenGLJobProcessor::iKnowWhatImDoingGetArbitraryContext() to OpenGLJobProcessor::getContext() * Adjusted headers and method calls in various files
-
- 08 Oct, 2014 1 commit
-
-
Christian Schulte zu Berge authored
-
- 11 Sep, 2014 3 commits
-
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
Hossain Mahmud authored
-
- 10 Sep, 2014 2 commits
-
-
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
-