View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015646VTKEdge(No Category)public2015-07-09 13:362015-07-09 13:38
ReporterJens Schmidt 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Summary0015646: [JAVA] The orientationMarkerWidget is garbage collected if it is created with attachOrientationAxes from vtkAbstractComponent
DescriptionAsume (1) you create a swt view by subclassing vtkSwtComponent, (2) you add the orientationmarker with the provided method from the vtkAbstractComponent (this one: public static void attachOrientationAxes(vtkComponent<?> component)) and (3) you activate the garbage collection via VTKMemoryManager.GC.SetAutoGarbageCollection(true)

then the orientation marker works for about a second befor it is collected since the static method does not create a reference - this method should be no static and use a field for the orientation marker.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2015-07-09 13:36 Jens Schmidt New Issue


Copyright © 2000 - 2018 MantisBT Team