- 27 Jun, 2012 2 commits
-
-
Marcus D. Hanwell authored
Added a new convenience method to vtkChartMatrix to get the index of a chart at a supplied position, use this with chart interactivity in the scatter plot matrix to prevent any interaction with all but the large chart. Change-Id: Ic240a3ea7f262efe6d2f7617cb084725dc330b45
-
Marcus D. Hanwell authored
Currently exposing this as the ChartXY items returning false for hit events, and therefore not receiving mouse events from the scene. Change-Id: Id73de19bcd4263832bb08aeecbe0084d802d52c0
-
- 25 Jun, 2012 3 commits
-
-
Marcus D. Hanwell authored
The 3D chart should also render selected points while it is being animated. Change-Id: I6753e83c23ee29527fe09a89911bcb74fe4cb72f
-
Marcus D. Hanwell authored
If there is a transition, compare to that, otherwise compare to the active plot position. Change-Id: I34e27b3f076a0883c79a042f5deffd3825177cb7
-
Marcus D. Hanwell authored
Change-Id: I9b6263da5769382c1953746819366bd42200a351
-
- 22 Jun, 2012 10 commits
-
-
Julien Finet authored
7f2e2f5f Add support for more keyboard keys in QVTKInteractorAdapter
-
Marcus D. Hanwell authored
db5ad99a BUG 0012898. Fix texture coordinates for vtkTextActor.
-
Marcus D. Hanwell authored
dfde4875 BUG: Fix bug when reading shader from file (4725)
-
Sebastien Jourdain authored
4ee34ca5 COMP: Fix segfault in vtkWrapJava on underscores in method names.
-
David Gobbi authored
280f841a COMP: OS X Carbon vtkpython build used obsolete cmake variable.
-
Marcus D. Hanwell authored
e254752e Removed various Mac-specific cruft now that <= 10.4 are unsupported.
-
David Gobbi authored
The Carbon build was using the variable VTK_EXECUTABLE_DIR, which is no longer set by VTK. Use the RUNTIME_OUTPUT_DIRECTORY property of the vtkpython target instead. Change-Id: I464fb5ec7155fa72c403296905617fef9fcf743c
-
David Gobbi authored
On OS X 10.5, PowerPC, it was reported that vtkWrapJava crashed on some input files, and a stack trace identified a strncat call in part of the code that is meant to handle method names that contain underscores. I could not reproduce the problem on my system (not even by adding asserts to guard against overflows), so I have re-written the code to eliminate strcat and strchr. Change-Id: I95b9b48c9ca2ecf0cbefee8b6a13cb91907ce9b3
-
Sean McBride authored
- fixed Carbon files that were referenced with wrong extension - removed old flags: -no-cpp-precomp, -mlong-branch, and -fpascal-strings - suppress all deprecation warnings from vtkCarbonRenderWindow - improved some comments Change-Id: Ibe1b5881f44bd2ae933dbeabc5a7a34cbb4fc871
-
Dave DeMarle authored
1e2e5b98 remove compiled python file d800ddf9 STYLE: Remove trailing whitespace bdc47e73 Add interface to LANL's Piston GPGPU library.
-
- 21 Jun, 2012 7 commits
-
-
Sebastien Jourdain authored
6f3c6561 Fix point selection
-
Sebastien Jourdain authored
Instead of rendering different shapes during the different internal rendering pass, we always render vertex in case of point selection to make sure only the same pixel get drawn for all the passes. This prevent points to be selected across blocks inadvertently as we enlarge then and they could end up be detected across several blocks. Change-Id: I548e56dddae203bf3cd4bb2ce65c41f08b49bcb6
-
Marcus D. Hanwell authored
4b394fc3 Fix the image size and texture coordinates in vtkFreeTypeTools.
-
Dave DeMarle authored
Change-Id: I416d2788111635ed48a96e3d6c23930fd98f2b15
-
Dave DeMarle authored
Change-Id: Ic224c799f59dc1bc5a849bd23a1f57e6af961084
-
Dave DeMarle authored
This new module is a framework that adds GPGPU filters, which call into LANL's piston library to do the computation, to VTK. The implementation includes a new GPU centric data object type, a new GPU enabling algorithm family, and a new mapper for GPU data, all of which can function without bringing the data back to the CPU. Thanks Ollie Lo, Chris Sewell and Aashish Chaudihary for assisting with the development of this new module. Change-Id: I948c01432b44df343e810241639ae123488a4305
-
David C. Lonie authored
The image dimensions (stored in the image's Origin ivar) and texture coordinates (stored in Spacing) were off by a single pixel, resulting in "wrapping" artifacts and broken hinting. Change-Id: I4c8dd0e87bde5ae2b4d1c733ce1d6dd66f6deb26
-
- 20 Jun, 2012 6 commits
-
-
Julien Finet authored
a144775f no pick in vtkProp3DButtonRepresentation if window not mapped
-
David Gobbi authored
250d736e ENH: Move Java module into Wrapping/Java to simplify cmake files.
-
Marcus D. Hanwell authored
c9b2beea Fix hidden overloaded-virtual warning in vtkPNrrdReader
-
David Gobbi authored
Moves the recently-added vtkWrappingJavaCore module into the Wrapping/Java directory, and renames it vtkWrappingJava. This mimics what was done for Python, and helps to simplify the cmake process. There is no longer any need to add Wrapping/Java via the "add_subdirectory" command, because it is automatically built when the vtkWrappingJava module is on. Change-Id: I1a70f78b12b0d79f58769d53a921f721148573f5
-
Utkarsh Ayachit authored
* pv-master:
-
Utkarsh Ayachit authored
0f7e6bd6 Merge topic 'vtk-python-unversioned-targets' into master 9858eb3e Merge topic 'composite-cutter-with-AMR-streaming-support' into master bceecd9c A new subclass of vtkCutter that support composites and streaming AMR 1494cdd4 COMP: Add python version numbers only to files, not to targets. 175d35a7 Merge topic 'mask_points_array_allocation_failure' into master 9eade2e9 Merge topic 'speedup-pstreamtracer' into master f6e71410 Fix a few performance bugs in parallel stream tracing 68be5518 Merge topic 'vtkOverlappingAMR-metadata-copies' into master c5bdac89 Merge topic '13237-fix-output-precision-misspelling' into master 4142f667 vtkOverlappingAMR: Avoid null ptr access on heterogeneous copy 190dc80c vtkOverlappingAMR: Remove redundant metadata copies b1441223 Fix misspelling for SetOutputPointsPrecision() fe0e247f Merge topic 'extend_vtkPassArrays' into master 0fa3dbd9 Merge topic 'streaming-temporal-AMR' into master 53581d14 Merge branch 'pv-master' eb31a8fd Merge topic 'fix-compiling-error-and-warnings' into master ...
-
- 19 Jun, 2012 2 commits
-
-
David Gobbi authored
4beb579b COMP: Move PythonCore to Python, make it a module again. cb494b77 Move Wrapping/PythonCore to Wrapping/Python
-
Utkarsh Ayachit authored
32f08e67 SystemInformationCleanup
-
- 18 Jun, 2012 2 commits
-
-
Burlen Loring authored
Fixed unused parameter and shadow variable compiler warnings reported by dashboards. Change-Id: I6cfc8be481895249983df0dfec6f21ef8ce9b04e
-
David C. Lonie authored
This patch undoes the fix for bug 12898. The texture coordinate fix was coincidental, the real issue was an improperly calculated bounding box, which was fixed in 5fff9333. This patch also fixes issues with rotated text and other cases where bbox_text[0] < 0.0. This patch has been tested against Paraview and the issue with clipped text has indeed been fixed by 5fff9333. Change-Id: If0496e90a4ddce6329cbde300792e23096d25455
-
- 15 Jun, 2012 8 commits
-
-
David Gobbi authored
c6236df7 COMP: Remove vtkPythonCoreModule.h from vtkPython.h
-
Yuanxin Liu authored
a285a4e1 Fixed bug in determining locator bucket for search point.
-
David Gobbi authored
In VTK 5.10, the vtkPythonCore library was built in the Wrapping/Python directory. Modularization renamed the library to vtkWrappingPythonCore and built it in Wrapping/PythonCore. Soon afterwards the library was named back to vtkPythonCore (its original name), and it became just a library (not a modular-style module). This patch moves the code back to Wrapping/Python (its original location), renames vtkPythonCore to its a new name vtkWrappingPython, and makes the library into a modular-style module again. Change-Id: Ie41c2bfbe871b085d046e98af9a04a81ed535b37
-
Julien Finet authored
3122b387 vtkCollection::RemoveItem(int) fired Modified too early 573ae504 Speedup vtkCollection::RemoveItem(vtkObject*)
-
Chris Harris authored
Provide implementation for other version of overloaded method ReadHeader(vtkCharArray*). Simply delegate to the superclass. Change-Id: I32553c4cfde908957e3299455bb0a5ade67a9eca
-
Philippe Pébay authored
c2cc9c89 Removed trailing whitespaces 2dca7e63 Added option to specify number of contours. Fixed a bug. 3666071e Auto-adjust contour values to data range e506c82a Removed old (VTK5 maybe?) boilerplate code 3510cff8 Print out information about calculated meshes, contours, cuts, etc. 57e1cd12 This example works again with recent changes in VTK modularization
-
Philippe Pébay authored
Change-Id: I105bf2139e9a06c7d3492a7b2da9bab21cc5f14b
-
Philippe Pébay authored
Change-Id: I5d962a8d0201a5fa59932b93f83353a085e9d59e
-