- May 14, 2013
-
-
Xiaoxiao Liu authored
a788e7ff fix Newick reader for named root vertex
-
Xiaoxiao Liu authored
156390e9 Another approach to fix this degenerate case 110169fd FIX: for degenerate tree with a single leave.
-
Marcus D. Hanwell authored
125a81d2 Only add the headers that were WRAP_SPECIAL
-
Bill Lorensen authored
992028b0 COMP: Revert tcl precision to default value
-
Chris Harris authored
be10a33b Install vtk.jar to lib directory
-
Utkarsh Ayachit authored
8d3a85e6 Fix unused variable warning
-
Dave DeMarle authored
Change-Id: I924bbf674d6b5a78eb698a686bf6f49170664328
-
Dave DeMarle authored
99e86323 Add RunStringWithConsoleLocals() to vtkPythonInteractiveInterpreter
-
Pat Marion authored
This method executes python source code in the context of the locals() dictionary used by the InteractiveConsole instance owned by the vtkPythonInteractiveInterpreter. Change-Id: I86e194ebc2efb959570ed0d4b36b8dfb324052c8
-
- May 13, 2013
-
-
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
-
Chris Harris authored
The install rule was lost during modularization. Change-Id: Idf5f9e8f57f73e3859456c041dc551a78e24524a
-
Berk Geveci authored
b64fb665 Fixed bug in vtkCachingInterpolatedVelocityField.
-
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
-
Dave DeMarle authored
be75a19a Added a new module, vtkPythonInterpreter.
-
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
-
Zack Galbreath authored
8c745664 Fix invalid read in vtkNewickTreeReader
-
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
-
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
-
Zack Galbreath authored
This defect crept in during my recent work to improve the vtkNewickTreeReader's performance while reading large trees. Change-Id: I1a575adeca304a3a0b94aa3a7448bf6327ca6aea
-
- May 12, 2013
-
-
Xiaoxiao Liu authored
To render a tree with a single leave node, the TriangleLookupTable range nneeds to be modified. Change-Id: If374953a8d658392cfd0f6bf5b5b620aa2dcea24
-
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
-
- May 09, 2013
-
-
Zack Galbreath authored
907df317 improve performance when reading a large Newick tree
-
Burlen Loring authored
7fe52898 vtk pprobe pass arrays
-
Zack Galbreath authored
Use vtkTreeDFSIterator when calculating the node weights of a tree ready by vtkNewickTreeReader. For a sample tree with 63498 vertices, this change improves read time from 70.47s to 4.14s Change-Id: I0e35ff89ce207657a958cf606a85984aa8ee3de0
-
- May 08, 2013
-
-
David Thompson authored
8ee7cfbf Initialize representation's scalar bar actors.
-
Yumin Yuan authored
246d6ead Fix the failing tests on AIX Dashboard.
-
Yumin Yuan authored
On AIX, the behavior of istringstream operator(>>) is undefined if the stream already reached eof. All other dashboards can handle this case properly with no action. The fix is to add eof check before this operator in vtkVariant.cxx. Change-Id: Icbd8cae9988d0109908a9614c6bf07a2c223ae93
-
Utkarsh Ayachit authored
c7d73c40 Fix accidentally commented out code.
-
Sebastien Jourdain authored
Change-Id: I9571d356b09b92ecc9d852c7bb74c903ee34f60b
-
673e42df Merge topic 'delimited_text_reader_bug' into master 0db52347 Delimited text reader not correctly stripping spaces 5dbf4004 Merge topic '14051_prominent_value_crash' into master 78ae5168 Fix a ParaView crash related to prominent values. fc826990 Merge topic 'ensight-wedge-fix' into master 6ad7f232 Correct indexing to use unsigned char instead of signed chars. 2bb280a0 Merge topic 'ensight-wedge-fix' into master ac30d11b Fixed ordering of wedges in Ensight readers. 4972676f Merge topic 'fix_vtklibxml2_zlib_dependency' into master d6a49b93 Fixing zlib dependency for libxml2.
-
5b3154eb Merge topic '13899_log_axis_warning' into master 6f8f8037 Provide information on plot input data range. 8ce16949 Merge topic 'DeformPointSet' into master c316524d Merge topic 'multi-block-color-support' into master 52fd8ad8 Refactoring code to set color/opacity/visibility for blocks. 72ddbcae Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 1e7f2739 Added new class to warp a vtkPointSet using MVC interpolation f9fdb431 Merge topic 'export_vtkgl_LoadExtension' into master 278c7c14 Merge topic 'RefactorPythonTests' into master 09db49da Export vtkgl::LoadExtension and vtkgl::GLVersionExtensionsString. cdde4af4 Merge topic 'chart-xyz-selection' into master c1cf7ade Merge topic 'otherColorTransferFunction-fix' into master 4e9e1c15 Fixed compiler warning, size_t is not int... 5f9cba77 Merge topic '14037-pyclass-hashable' into master b1fdbfb8 Merge topic 'improve_RCalc_composite' into master 6454c111 Merge topic 'chart-xyz-selection' into master ...
-
Utkarsh Ayachit authored
The code was accidentally commented out in 52fd8ad8. Fixed that. Change-Id: I517647dda28a0e8623859e0fcba3e3a0277e6d6e
-
Berk Geveci authored
77f45a0b BUG: Filter was not passing parameters to sub filter.
-
- May 07, 2013
-
-
Yumin Yuan authored
0db52347 Delimited text reader not correctly stripping spaces
-
Yumin Yuan authored
See paraview bug 13962 (http://paraview.org/Bug/view.php?id=13962). If there are spaces after numbers, vtkVariant will not convert the number properly. The fix is to make istringstream also take in the white space after conversion so that it returns in proper state. Change-Id: I9d488c5b14e840875f0716a667cbc29991837df6
-
- May 06, 2013
-
-
David Thompson authored
78ae5168 Fix a ParaView crash related to prominent values.
-
David Thompson authored
When running with multiple processes, ParaView distributes unique values to all processes, even when the dataset does not reside on some processes. Ensure that the information object is properly populated in this case. Change-Id: Id576c81f95b8b27037287d1d5967955235c7130a
-
Robert Maynard authored
6ad7f232 Correct indexing to use unsigned char instead of signed chars.
-
Robert Maynard authored
Change-Id: I459ee63525abc8b98d33cca654893aee046078ef
-