- 05 Feb, 2013 2 commits
-
-
schultezub authored
* Introducing SimpleJobProcessor for dispatching non-OpenGL-related jobs git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@445 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
introduced make_job factory method for more convenient creation of jobs (less need of explicitly defining template parameters) git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@444 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 04 Feb, 2013 3 commits
-
-
schultezub authored
#5: Making constructors of ImageRepresentationXYZ protected - new image representations are to be created via ImageRepresentationXYZ::create(). This makes much more sense, since the pointer of the newly create image representation is owned by the parent ImageData instead of the caller. git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@443 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@442 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@441 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 31 Jan, 2013 6 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@439 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@438 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
#37: further work on improving the DataContainerInspectorWidget debugging features, now offering automatic updates, transfer functions and more git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@437 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@436 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@435 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@434 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 30 Jan, 2013 4 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@429 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@428 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@427 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@426 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 28 Jan, 2013 5 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@425 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@424 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
* added InvalidationLevel::INVALID_PROPERTIES level * added HasPropertyCollection::updateProperties() method being triggerd upon INVALID_PROPERTIES invalidation git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@423 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@422 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
* Various fixes for transfer functions and its editors git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@421 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 27 Jan, 2013 1 commit
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@420 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 25 Jan, 2013 3 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@418 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
* Added macro-magic to ItkImageFilter to distinguish all the different image types and pipe them through ITK filters * bug fix in GenericImageRepresentationItk::tryConvert() git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@417 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@416 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 24 Jan, 2013 2 commits
-
-
schultezub authored
* added gauss and sobel filter to ItkImageFilter git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@415 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
* GenericImageRepresentationItk provides a nice wrapper around the ITK image * ItkImageFilter offers simple filtering using ITK git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@414 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 23 Jan, 2013 2 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@412 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
updated AbstractImageRepresentation so that it automatically adds itself as representation to the parent image git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@411 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 22 Jan, 2013 2 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@410 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@409 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 21 Jan, 2013 5 commits
-
-
schultezub authored
Added colorspace tools shader git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@408 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
SliceExtractor supports multi-channel images git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@407 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@406 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@405 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@404 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 18 Jan, 2013 3 commits
-
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@403 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
Revising ImageData concept step 3: * Removed ImageRepresentationConverter class * Introduced ImageRepresentationXYZ::tryConvertFrom() for conversion git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@402 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
=== ATTENTION: CAMPVis does compile, but image representation conversion not yet functional again! === Revising ImageData concept step 2: * Removed all ImageDataXYZ classes * Introducing GenericAbstractImageRepresentation<T> and its GenericAbstractImageRepresentation<T>::ScopedRepresentation * Updated all processors and pipelines to use ImageRepresentationXYZ instead of ImageDataXYZ and the implicit conversion feature git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@401 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
- 16 Jan, 2013 2 commits
-
-
schultezub authored
Introducing ImageRepresentationXYZ classes to replace ImageDataXYZ classes git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@400 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-
schultezub authored
git-svn-id: https://camplinux.in.tum.de/svn/campvis/trunk@399 bb408c1c-ae56-11e1-83d9-df6b3e0c105e
-