Skip to content
Snippets Groups Projects
  1. May 14, 2013
  2. May 13, 2013
    • Matthew Woehlke's avatar
      Support third-party modules that use CamelCase · a982cf46
      Matthew Woehlke authored
      Add logic to third-party 'module' support to also work with external
      packages that use CamelCase for their package "standard" variables (i.e.
      <name>_{FOUND,LIBRARIES,INCLUDE_DIRS}). In particular, ParaView requires
      this to use external QtTesting.
      
      Change-Id: I645d2374ec2503eac7d226ef948f6f4b01f8de01
      a982cf46
    • Chris Harris's avatar
      Install vtk.jar to lib directory · be10a33b
      Chris Harris authored
      The install rule was lost during modularization.
      
      Change-Id: Idf5f9e8f57f73e3859456c041dc551a78e24524a
      be10a33b
    • Berk Geveci's avatar
      Merge topic 'vtkCachingInterpolatedVelocityField-bug-fix' into master · 3531c085
      Berk Geveci authored
      b64fb665 Fixed bug in vtkCachingInterpolatedVelocityField.
      3531c085
    • Zack Galbreath's avatar
      fix Newick reader for named root vertex · a788e7ff
      Zack Galbreath authored
      Before this commit, the vtkNewickTreeReader would trash if you attempted
      to load a file where the root vertex of the tree was named.
      
      Change-Id: I1d1f282fc586a4a0b5569bb5d2e065dfe6a8aa7e
      a788e7ff
    • Dave DeMarle's avatar
      Merge topic 'refactor_python_interpretor' into master · 83b9c8c1
      Dave DeMarle authored
      be75a19a Added a new module, vtkPythonInterpreter.
      83b9c8c1
    • Zack Galbreath's avatar
      Another approach to fix this degenerate case · 156390e9
      Zack Galbreath authored
      This commit resolves the error that were previously experiencing
      when a tree was pruned down to a single leaf.  It does so without
      changing the color lookup table for normal, collapsed leaves.  This
      means that we do not have to update the baseline image to keep the
      AutoCollapse test passing.
      
      Change-Id: Idf4fc9e2f9ad2046f298623208769138c1bad841
      156390e9
    • Zack Galbreath's avatar
      Merge topic 'fix_Newick_valgrind_defect' into master · a8afe662
      Zack Galbreath authored
      8c745664 Fix invalid read in vtkNewickTreeReader
      a8afe662
    • Utkarsh Ayachit's avatar
      Added a new module, vtkPythonInterpreter. · be75a19a
      Utkarsh Ayachit authored
      VTK now includes a Utilities module, vtkPythonInterpreter that provides a Python
      interpreter. While its use it totally optional, it helps in applications with
      embedded Python interpreter, such as ParaView.
      
      vtkMatplotlibMathTextUtilities now uses vtkPythonInterpreter to initialize
      Python. This enables applications to setup Python environment as needed witout
      directly having to hack environment variables to setup matplotlib environment.
      
      Since vtkPythonInterpreter allows applications to initialize/finalize Python
      interpreter mutliple times, fixed vtkPythonCommand to cleanup
      PyObject/PyThreadState pointers when Python interpreter is exitted.
      
      Change-Id: I80ed56fc3f64dda2766a6aa2e6e92c3aa7290993
      be75a19a
    • Berk Geveci's avatar
      Fixed bug in vtkCachingInterpolatedVelocityField. · b64fb665
      Berk Geveci authored
      vtkCachingInterpolatedVelocityField was passing -1 to GetCell() the
      first time around. Since GetCell() expects a valid cell id, this was
      causing all kinds of issues. Also, it was not calling FindCell()
      the right way - it was always passing -1 for the cell id causing it
      to use the locator every time. Fixed both.
      
      Change-Id: I8025666e046f4b39d7b43d5c3b71f69f763b20ef
      b64fb665
    • Zack Galbreath's avatar
      Fix invalid read in vtkNewickTreeReader · 8c745664
      Zack Galbreath authored
      This defect crept in during my recent work to improve the
      vtkNewickTreeReader's performance while reading large trees.
      
      Change-Id: I1a575adeca304a3a0b94aa3a7448bf6327ca6aea
      8c745664
  3. May 12, 2013
    • Xiaoxiao Liu's avatar
      FIX: for degenerate tree with a single leave. · 110169fd
      Xiaoxiao Liu authored
      To render a tree with a single leave node,
      the TriangleLookupTable range nneeds to be
      modified.
      
      Change-Id: If374953a8d658392cfd0f6bf5b5b620aa2dcea24
      110169fd
    • Bill Lorensen's avatar
      COMP: Revert tcl precision to default value · 992028b0
      Bill Lorensen authored
      Some time ago, the tcl_precision was set to 6 digits. This patch
      removes the explicit setting of tcl_precision so that applications
      will see the default precision (12 digits) unless the application
      changes it explicitly.
      
      Change-Id: I852d2f996efd08e8a3548272a6739d834d14165c
      992028b0
  4. May 09, 2013
  5. May 08, 2013
  6. May 07, 2013
  7. May 06, 2013
Loading