View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012713VTK(No Category)public2011-11-09 04:592016-08-12 09:55
Reporterclemensm 
Assigned ToDave DeMarle 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version5.8.0 
Target VersionFixed in Version 
Summary0012713: vtkOpenGLGPUVolumeRayCastMapper PreRender end Error on readding volumes
DescriptionFirst off, I am using the Java Wrappers of vtk, if this might be of any use.

Problem:
I have a Program where the user can switch between the volumes to be rendered. For this I call
renderer.RemoveAllVolumes();
...
volume = getVolume(); // this will actually get the same volume, they are cached, if the user decides to display the same volume again
...
renderer.AddVolume(volume);

If using the vtkOpenGLGPUVolumeRayCastMapper, the user first adds a new volume, than goes back to the original volume, I get the following error:

PreRender end (x502) Invalid Operation

which I have tracked down to originate from the vtkOpenGLGPUVolumeRayCastMapper.

This does not crash the System, it still works fine.

So far I could only recreate this on a Linux System, maybe later I can try it on a Win System.
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031180)
Dave DeMarle (administrator)
2013-07-22 17:08

If the bug is still present in 6.0.0, please reopen this report.
(0037254)
Kitware Robot (administrator)
2016-08-12 09:55

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2011-11-09 04:59 clemensm New Issue
2013-07-22 17:08 Dave DeMarle Note Added: 0031180
2013-07-22 17:08 Dave DeMarle Status backlog => expired
2013-07-22 17:08 Dave DeMarle Resolution open => fixed
2013-07-22 17:08 Dave DeMarle Assigned To => Dave DeMarle
2016-08-12 09:55 Kitware Robot Note Added: 0037254
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution fixed => moved


Copyright © 2000 - 2018 MantisBT Team