This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 24 Jan, 2013 4 commits
-
-
Philippe Pébay authored
Change-Id: I3985478408c44e56b4f3da8a1df7d559bed229d5
-
Philippe Pébay authored
Change-Id: If68ea2f57e8b2cdda1df87549c458c31a320b7f4
-
Philippe Pébay authored
Change-Id: I37002fb456035cc5e0b3dc7c70c4bd792f02dfb3
-
Philippe Pébay authored
This accelerates the construction of the dual, and makes it more general in terms of acceptable geometries. Change-Id: I0cbca95b8d130920649b2cdfb68e646b6348c6b0
-
- 23 Jan, 2013 1 commit
-
-
Philippe Pébay authored
Change-Id: Ib5547bdbbb42d3a7005e0e890117c0e43d9f9556
-
- 22 Jan, 2013 2 commits
-
-
Philippe Pébay authored
This is motivated by the fact that we need rapid access to a neighboring leaf's x-y-z scales to apply ad-hoc boundary fixes from a masked cell "pulling" the boundary. Change-Id: I88c31ca2aab22daf69fa510f02e00d98680e842f
-
Philippe Pébay authored
Change-Id: I459a5515aa777f9f8a962d8fc0e611c786881030
-
- 21 Jan, 2013 6 commits
-
-
Philippe Pébay authored
85b8acb6 Implemented massive acceleration for corner/edge dual fixes 3443ec82 Implemented boundary fix for edge cases in 3D 0105aa58 Implemented boundary fix for corner cases in 3D. 37f17672 Improved dual boundary adjustment -- for 2D only d9e7bcb3 DOC: fully updated documentation 8c483e77 PERF: reimplemented a more efficient ComputeBounds() 39a12377 Cleaned-up how the associated Quadric is set (use the Cxx macro) f83aa288 Eliminated GetLeafData() from API 7b0b9110 Natively use PointData as the primal grid API is gone f924fad4 Rework of API to make it more consistent with vtkPointSet 6c1b964c Eliminated CornerPoints and LeafCornerIds e2b74f97 Fixed formatting style
-
Joachim Pouderoux authored
63321f81 Introduce the new AWT and SWT java components.
-
Philippe Pébay authored
Change-Id: Ic1531d7ed3fc1d979ffba3eb76658f7433ab1322
-
Philippe Pébay authored
Change-Id: Ied56e8b71305f06bfd5962c961fbcc7995ae04a8
-
Joachim Pouderoux authored
These 2 classes are intended to replace the old vtkCanvas/vtkPanel AWT classes at a long term. The (optional, default is OFF, because it adds a dependency to Eclipse SWT jar file) SWT component is a pure SWT components to avoid the AWT-SWT bridge which may generate some difficult to avoid crashes. FindSWT provides a CMake procedure to search for the SWT jar file which stands in the Eclipse plugins directory. Remove the @Override annotations to avoid issues with OpenJDK. Change-Id: I96a80b8fdd4c56e591026a17df59e13a6a17ad72
-
Philippe Pébay authored
Change-Id: I7b00c2be486b11fc67ac49495db8238318b188df
-
- 20 Jan, 2013 4 commits
-
-
Philippe Pébay authored
Change-Id: Ibe3bb517faa0965924222a55303907e3ecfb2dd4
-
Utkarsh Ayachit authored
3345d4d5 Fixing POutlineFilter and POutlineCornerFilter for CompositeData types.
-
Philippe Pébay authored
Change-Id: I12468743320f187c9166db5f5b5402173a75b8d3
-
Philippe Pébay authored
Change-Id: Ifea58e2d4c49654e2f8b916b54eedd2da1e499c9
-
- 19 Jan, 2013 3 commits
-
-
Philippe Pébay authored
Change-Id: I621dcba5e09125ab2a861a32acbd7a990b8f37c2
-
Philippe Pébay authored
It is no longer necessary to have a generci GetLeafData() method since only the dual grid data (i.e., point data) is available directly. Change-Id: Ic9390dbcdc17a4bf34c72f97adf3bbda026b7ca4
-
Philippe Pébay authored
Change-Id: I7d2df0ab003d575aeb46931bee4ed793d7562118
-
- 18 Jan, 2013 17 commits
-
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I943babf081d9ecef0fda6d208995c9ea70c1a371
-
Utkarsh Ayachit authored
4db96685 Merge remote-tracking branch 'origin/master' into HEAD 7ca26385 Disable python signal handlers in matplotlib module. aaee29e4 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD
-
Utkarsh Ayachit authored
e93d6b04 BUG: Fix issues when num-pts in > VTK_CELL_SIZE.
-
Utkarsh Ayachit authored
When vtkBoxClipDataSet was applied to dataset with cells have large number of points per cell, e.g. output of a streamline filter, it would end up corrupting memory. Changing the code to ensure temporary arrays created to collect the points in a cell are large enogh, no matter the number of points in the cell. Change-Id: I033ae945bdcb531e3dbbc75456c56f5f27c38226
-
Philippe Pébay authored
Change-Id: I4049fdac61073528c823410303c0ddf2c86df5b9
-
Philippe Pébay authored
These were primal grid items that had been left over by mistake. Change-Id: Ibcf8a875f36461d47eb4f6127553f064bea7baf7
-
Philippe Pébay authored
Change-Id: I7d1d361da4bad6b1c87078c811013e0af24fd2eb
-
Utkarsh Ayachit authored
06287385 Fixing arrays being deleted using free() instead of delete. a41887a6 Fixed mismatched delete call.
-
Utkarsh Ayachit authored
vtkDistributedDataFilter allocated C arrays using "new[]" and then passed those on to vtkDataArrayTemplate subclasses. vtkDataArrayTemplate, however, ended up deleting those arrays using "free", since that's the default. Ensuring vtkDistributedDataFilter passed in appropriate flags to vtkDataArrayTemplate::SetArray() so that vtkDataArrayTemplate releases the memory using the correct "delete[]" operator. Change-Id: I7c133fb32193603e482eb73cdc7697b1e66aa8d4
-
Utkarsh Ayachit authored
"delete" was used, instead of "delete []". This fixes that issue. Change-Id: I42ecc2bfde615e3f0db354b92cc8a5f3fd3b4832
-
Philippe Pébay authored
50166da6 White space clean up 4df8f236 Added a test for a bi-material case 897663a4 Added an Origin variable to HTG sources, to generalize further
-
David Gobbi authored
792a0602 BUG 11810: VTK failed to compile with Tcl 8.6 due to errorLine.
-
Philippe Pébay authored
Change-Id: I5b0fc413c2bbfb02cd80ef3da108db9b6682364d
-
Philippe Pébay authored
Change-Id: Id6dcfb3b52868ceeb20087d1d7a46913ad2bebe4
-
Philippe Pébay authored
Change-Id: I9fd0081453d1ca57cdef4b7597f05d602e78fd0d
-
David Gobbi authored
The errorLine member of the Tcl interp struct is private in Tcl 8.6. Change-Id: I8695e4a9853e87e613cdb9b8d0cb5d9b9437531b
-
David C. Lonie authored
dcba6153 Unescape spaces in MPL paths.
-
- 17 Jan, 2013 3 commits
-
-
Philippe Pébay authored
54ab42d0 Whitespace cleanup f2022b17 Build links in all cases, including 27-trees (3D ternary) 5ba52840 Added a test for a clip through a 3D ternary dual of a HTG c3edc991 Added a test using the data set API for a generic cut (3D, ternary)
-
Philippe Pébay authored
Change-Id: Ic29899e15801d333970ebc12c3099662aa7aaa4d
-
Philippe Pébay authored
Change-Id: Ied55ea712aa9c1be15938e137fdea9c53e888c78
-