The mapper is only used in the diffusion bundle and in tutorial step 3. It is desirable to set the VolumeDataVtkMapper3D deprecated, since there are other widely used and tested VolumeMapper available in MitkMapperExt.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 2 2016
Rendering component handover.
I could reproduce this bug on the MITK Workbench 2014.03.99 installer.
The exeption is printed in the mbilog:
core.ia.eventstatemachine: Unhandled expection caugth in ExecuteAction(): mitkImagePixelAccessor.h:79: Invalid ImageAccessor:The Dimension of ImageAccessor and ImageDataItem are not equal.
Rendering component handover.
I had similar problems like Sven two days before (VS2008). However, I did a new superbuild in release mode and debug mode seperately using the current master. Now it works fine.
[ba2afb]: Merge branch 'bug-16746-New-Rendering-Test-Depth-Sorting'
Merged commits:
2014-06-11 15:20:47 Sandy Engelhardt [efca3d]
Change revision tag number
[378452]: Merge branch 'bug-16746-Second-Integration-Transparency'
Merged commits:
2014-03-27 14:01:25 Sandy Engelhardt [96cd47]
COMP: Fixing Surface3DTest and improve performance of depth sorting
[c52d7f]: Merge branch 'bug-16746-New-Rendering-Test-Depth-Sorting'
Merged commits:
2014-04-30 16:50:21 Sandy Engelhardt [8fffc8]
New Rendering Test for depth sorting polygons in surfaces (transparency)
[ca24a9]: Merge branch 'bug-16746-Second-Integration-Transparency'
Merged commits:
2014-03-27 15:11:30 Sandy Engelhardt [9d93bc]
COMP: Perform test only when an advanced OPENGL version is available
[7ffc0a]: Merge branch 'bug-16746-Second-Integration-Transparency'
Merged commits:
2014-03-26 16:51:09 Sandy Engelhardt [9e3cec]
disabled depthpeeling test on mac
[9366e9]: Merge branch 'bug-16746-New-Rendering-Test-Depth-Sorting'
Merged commits:
2014-04-30 17:21:01 Sandy Engelhardt [fa5331]
COMP: Uncomment new rendering test
[88b7de]: Merge branch 'bug-16746-Second-Integration-Transparency'
Merged commits:
2014-03-27 12:19:33 Sandy Engelhardt [af5c64]
COMP: Change revision tag for surface interpolation test commit
[ba4dc5]: Merge branch 'bug-16746-Second-Integration-Transparency'
Merged commits:
2014-03-26 16:23:26 Sandy Engelhardt [6e4048]
Adjusted footnote on the preference page
We introduced a "rendering mode" option in the preference menu in the Editor > StandardMultiWidget Tab. The user can switch between three different options for the Standard Multi Widget:
New remote branch pushed: bug-16746-depth-peeling
[02ce1a]: Merge branch 'bug-16533-Reactivate-Rendering-Lookuptable-Test'
Merged commits:
2014-10-15 16:07:51 Sandy Engelhardt [df0f56]
COMP: change revision tag number of mitk-data
Rendering component handover.
Rendering component handover.
[cb44c5]: Merge branch 'bug-16533-Reactivate-Rendering-Lookuptable-Test'
Merged commits:
2014-10-15 14:48:39 Sandy Engelhardt [aa90f3]
reactivating test
We would like to reactivate the test on the continuous and see whether it works now with the latest changes.
New remote branch pushed: bug-16470-Wrong-File-Extension-In-Input-Field
Rendering component handover.
Rendering component handover.
Rendering component handover.
Rendering component handover.
Rendering component handover.
[7a90bb]: Merge branch 'bug-16127-Resolving-VtkShaderProgram2Error'
Merged commits:
2013-10-09 15:06:01 Sandy Engelhardt [ebe29e]
fixed ReleaseGraphicsResources Error
We fixed the bug by directly calling ReleaseGraphicsResources() in LocalStorage destructor, since the LocalStorage holds usually the last reference on the mapper.
New remote branch pushed: bug-16127-Resolving-VtkShaderProgram2Error
Jan, what is the status of this bug?
We have the following options:
- remove front and back color properties. The names are inappopriate anyway because it is misinterpreted as surface colors.
- property description (temporary solution)
- correct calculation of normals maybe the normals are incorrect interpolated
Rendering component handover.
Help pages for Clipping plane, Segmentation utilities, Property View and Statistics are missing in the Contents View of the Help Perspective.
New remote branch pushed: bug-15963-IntegrationBranchCodingBaseVersion2
Stefan, it would be nice if you could test the transformation in your module at some point and let me know whether there are further issues. Thanks!!
[25f573]: Merge branch 'bug-15921-PointSetVtkMapper2D-Point-transform'
Merged commits:
2013-09-18 16:36:12 Sandy Engelhardt [266de2]
Add a new Test for PointsetMapper2D with transformed Points
This bug is very release relevant because point sets are a fundamental datatyp used in many plugins.
New remote branch pushed: bug-15921-PointSetVtkMapper2D-Point-transform
Nico, please elaborate on the status of this bug.
The bug has been resolved in the scope of T15854.
http://bugs.mitk.org/show_bug.cgi?id=15854
[3bcfc7]: Merge branch 'bug-15854-QmitkIGTTutorial_Tracking_Tool'
Merged commits:
2013-08-14 15:55:05 Sandy Engelhardt [f9c981]
changing call of "Add Tool" in Tutorial
New remote branch pushed: bug-15854-QmitkIGTTutorial_Tracking_Tool
New remote branch pushed: bug-15825-IntegrationBranch_2_TrackingVolume
New remote branch pushed: bug-15825-IntegrationBranchTrackingVolume
New remote branch pushed: bug-15825-IntegrationOfExtendedTrackingVolume
I could not reproduce this bug. It seems to be fixed in the meantime.
Nico, could you try it on Linux again? Please, if it works then close the bug.
(In reply to Daniel Maleike from comment #5)
Wouldn't it make more sense to try forcing defaults in the base class
(RenderWindowBase)? It seems as if QmitkRenderWindow is unaffected from your
change, which is a bit inconsistent.Second option: if we only need a consistent setting for testing, there
should be a method like SetAntialiasingEnabledOn/Off() and rendering tests /
test helpers should call it.I guess this second option would also be more desirable for application
developers, who might like anti-aliasing.
[23fb24]: Merge branch 'bug-15756-Disabling-Antialiasing-in-MitkRenderWindow'
Merged commits:
2013-10-30 14:03:34 Sandy Engelhardt [747bad]
SetMultiSample only if vtkRenderWindow needs to be created in constructor
New remote branch pushed: bug-15756-Disabling-Antialiasing-in-MitkRenderWindow
Thomas and me tested a small example provided by vtk (http://www.vtk.org/Wiki/VTK/Examples/Cxx/Qt/RenderWindowNoUiFile) under Linux: Antialiasing could be disabled easily using method SetMultiSample(0) for both the VtkRenderWindow and the QVTKWidget. It is no Vtk bug under linux, but still it might be a windows issue.
Furthermore, we tested the QTFreeRender under Linux: SetMultiSamples(0) has no effect there. The result is still antialiased.
The mitkImageVtkMapper2DLookupTableTest failes on the windows continuous. However, the test passes on local machines (Casper, Thomas, Sandy).
New remote branch pushed: bug-15639-PointSetMapper_LastPointFix
[c451e0]: Merge branch 'bug-15639-PointSetMapper_LastPointFix'
Merged commits:
2013-10-30 15:57:44 Sandy Engelhardt [80a883]
Deleting last point from visualization
Thank you for providing us with the code!
It might be rather outdated now, but we still leave this bug open since your branches might provide helpful code examples for future changes on the 3D surface mapper. Further changes to the 3D mapper are definitely neccessary.
Bug is related to 15454
Sebastian, could you please try to reproduce this bug on your linux machine?
I could not reproduce this bug. Seems to be fixed in the meantime.
Sebastian reported this bug from a windows machine, so I will close this bug.
[fa649d]: Merge branch 'bug-15536-ReleaseGraphicsResources'
Merged commits:
2013-10-09 14:36:35 Sandy Engelhardt [adbfbd]
minor code change using instance of baserenderer
An Additional hint concerning the usage of this method on the concept page should be added.
The method should be used in order to release external resources such as OpenGL resources or external textures.
New remote branch pushed: bug-15536-ReleaseGraphicsResources
Sebastian, could you please comment on the status of this bug?
[9b1cd5]: Merge branch 'bug-15426-RGBA-VolumeRendering'
Merged commits:
2013-11-06 13:58:51 Sandy Engelhardt [98a7ab]
RGBA GPU slicing fix
Related to #16379 cause there is the origin of the different pixel format.
New remote branch pushed: bug-15426-RGBA-VolumeRendering
New remote branch pushed: bug-15386-RemoveObsoleteInteractionLeftOvers
Rendering component handover.
Rendering component handover.
Rendering component handover.
Sebastian, what is the status of this bug?
Is the branch ready to be merged into MITK master?
Rendering component handover.
New remote branch pushed: bug-15172-fixes-3Dthreshold
New remote branch pushed: bug-15172-threshold-new-seg-plugin
New remote branch pushed: bug-15172-2DThreshold_Tools_In_Segmentation_View
The TextOverlay3DRendering3DTest crashed because Overlays were not released properly. We fixed this issue in bug-15104-FixRemovalOfOverlays .
[d7e0b8]: Merge branch 'bug-15104-FixRemovalOfOverlays'
Merged commits:
2014-04-02 15:57:14 Sandy Engelhardt [40d1b6]
Fix Removal of Overlays
Rendering component handover.
Thank you for noticing the issue but it was already known.
What is the status of this bug Eric?
Could you merge your branch into master or did you fixed it within the scope of another bug?
the fix has been merged into master in T8150
This bug has been introduced during the architecture refactoring of the mappers (T8150) and has been solved in the scope of this refactoring project.
Problem occurs in mitkHistogramGenerator.cpp, line 87:
AccessByItk_n( timeSelector->GetOutput() , InternalCompute, (this, m_Histogram));
[874f3d]: Merge branch 'bug-14882-tutorial-step3-vr'
Merged commits:
2013-10-09 15:50:04 Sandy Engelhardt [d18166]
Replacing core Volume Rendering by MITKExt Volume Rendering
New remote branch pushed: bug-14882-tutorial-step3-vr
Mailing list: