- May 28, 2013
-
-
David Thompson authored
The BuildTime member is not being updated when the scalar bar layout is recalculated, causing layouts to be recomputed every time the bar is rendered. Change-Id: Ib5f8e69573383d2c7cf04ca9cfb18b70fbc40dcb
-
Anton Gladky authored
Change-Id: Id74688bcfeefae3c5904e0719d498a185930220e
-
- May 23, 2013
-
-
Dave DeMarle authored
Change-Id: I8233c8cbb425523d774d32032956e767b64524a5
-
Utkarsh Ayachit authored
vtkImageAppend failed when the image data didn't have any point-arrays marked as scalars. Though vtkImageAppend's execution handled that case correctly, the initialization did not. This patch fixes the initialization code. Change-Id: I9207646b13038a96a26051fc3aed6d554a55aaf3
-
- May 22, 2013
-
-
Utkarsh Ayachit authored
There was no way to know if vtkIOMovie had OggTheora support enabled. Hence adding a vtkIOMovieConfigure file that has this configuration made available. Now when OggTheora support is available, vtkIOMovieConfigure.h defines VTK_HAS_OGGTHEORA_SUPPORT. Change-Id: I1efe54cb43f3ea09ab36a7bfa5a6a13d9b5c0593
-
- May 20, 2013
-
-
Dave DeMarle authored
Change-Id: I77e1b3b31a1392fb2bb2031f1ec77cbf8234cc9e
-
Andrew Maclean authored
In order to use functions like SetTableValue(2, "Blue") in a lookup table or other SetColors in derived classes in the same manner, these methods should be virtual. This commit just makes the relevant Set methods virtual. In the case of vtkProperty, the definition of SetColor(double a[3]) has been moved into vtkProperty.cxx, the rationale is that, in VTK classes, definitions occur in the implementation file not the header file. Change-Id: I89fee8eb4902e0847114b068374c3bff0bf10b9d
-
Dave DeMarle authored
-
- May 17, 2013
-
-
Utkarsh Ayachit authored
vtkXMLMultiBlockDataWriter was not saving out names for leaf nodes the the mulitblock dataset. Names were only being saved for non-leaf nodes. Fixed that. Change-Id: If68a32d64ad5eab2c5f107a236cba6dfecfe125d
-
- May 16, 2013
-
-
Yumin Yuan authored
The ExtractOnlyBoundaryCells is not working properly due to some logic errors in deciding when to extract cells if both ExtractBoundaryCells and ExtractOnlyBoundaryCells are on. Fixed it. Change-Id: I0574c672507ca610b1e77272d12f4e8acc3efa0c
-
- 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
-