Skip to content
Snippets Groups Projects
  1. Mar 24, 2010
    • Timothy M. Shead's avatar
      ENH: Update the vtkArrayAPI to support distributed arrays / arrays with... · 0ce4534e
      Timothy M. Shead authored
      ENH: Update the vtkArrayAPI to support distributed arrays / arrays with non-zero-based coordinate indices.
      0ce4534e
    • Jeff Baumes's avatar
      1826ff44
    • Jeff Baumes's avatar
      BUG: Many minor updates (documentation, point calculation etc.) · 49dd1ba2
      Jeff Baumes authored
      Fix from Nasztanovics Ferenc (naszta@naszta.hu).
      49dd1ba2
    • Jeff Baumes's avatar
      ENH: Giving more control of VTK gc to developers. · b2a958c0
      Jeff Baumes authored
      The finalize() method has been removed from VTK objects, since
      finalize() is called on a different thread and may cause concurrency
      issues. Instead, we keep a hash table containing WeakReference's in
      vtkGlobalJavaHash. vtkGlobalJavaHash.GC() will call VTK's Delete() on
      any objects whose weak reference has expired (i.e. they have been
      garbage collected by Java). This may be called manually, or may be
      called at intervals on the swing event thread by an instance of
      vtkJavaGarbageCollector. The default currently is that it is called
      once every second on the swing event thread.
      
      vtkGlobalJavaHash.DeleteAll() will delete all native objects in the
      hash table regardless of whether their Java objects are still in use.
      Therefore this should be reserved for when you will no longer use any
      VTK objects in Java, (e.g. at shutdown).
      
      Also included is the fix to Bug 8942 submitted by dbarbier, where the
      Java hash could be corrupted when calling Delete manually on objects.
      
      Some tests have been added that demonstrate how the new classes
      should work.
      
      vtkX3DBinaryConverter has been removed since it no longer compiles.
      
      CellType is a new Java object that lets you easily access the various
      cell types in VTK.
      
      vtkNativeLibrary is a new Java object that facilitates loading the
      native VTK libraries.
      b2a958c0
    • Kitware Robot's avatar
      KWSys Nightly Date Stamp · 0d96fd23
      Kitware Robot authored
      0d96fd23
  2. Mar 23, 2010
  3. Mar 22, 2010
  4. Mar 21, 2010
  5. Mar 20, 2010
  6. Mar 19, 2010
Loading