MantisBT - VTK
View Issue Details
0012713VTK(No Category)public2011-11-09 04:592016-08-12 09:55
clemensm 
Dave DeMarle 
normalminorhave not tried
closedmoved 
5.8.0 
 
TBD
incorrect functionality
0012713: vtkOpenGLGPUVolumeRayCastMapper PreRender end Error on readding volumes
First 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.
No tags attached.
Issue History
2011-11-09 04:59clemensmNew Issue
2013-07-22 17:08Dave DeMarleNote Added: 0031180
2013-07-22 17:08Dave DeMarleStatusbacklog => expired
2013-07-22 17:08Dave DeMarleResolutionopen => fixed
2013-07-22 17:08Dave DeMarleAssigned To => Dave DeMarle
2016-08-12 09:55Kitware RobotNote Added: 0037254
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionfixed => moved

Notes
(0031180)
Dave DeMarle   
2013-07-22 17:08   
If the bug is still present in 6.0.0, please reopen this report.
(0037254)
Kitware Robot   
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.