This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 10 Apr, 2013 1 commit
-
-
Joachim Pouderoux authored
Change the HyperTreeGrid mechanisms to provide efficient storage of very large level 0 grids with only few cells defined. Instead of creating a full grid array, only defined cells (through MaterialMaskIndex array) are stored and processed. The source has been updated to take advantage of this new feature. Some optimizations and code simplification are also provided. Provide a new test TestHyperTreeGridTernary3DGeometryLargeMaterialBits to test the large grids management. Set 3: Fix tests, mainly fix CopyStructure. Change-Id: Iaab0afd7d13e66d9ab105c554a4d873ab59f1d35
-
- 05 Apr, 2013 2 commits
-
-
Joachim Pouderoux authored
Use the same baseline images than string versions. Change-Id: I06e7d3116c76b9417f5e14bc4238ca16ff0ed710
-
Joachim Pouderoux authored
Also added two helpers methods to convert from strings to bitarrays ConvertDescriptorStringToBitArray() & ConvertMaterialMaskStringToBitArray(). LevelZeroMaterialIndex lets the user provide the indices of the level zero cells which are visible (has material) in order to provide a more compact representation of tree with a very large number of cells at level 0 - for now, indices must be provided in kji mode. If LevelZeroMaterialIndex is provided, the level 0 descriptor should provide only the refinement of the visible cells in the same order as the one of the LevelZeroMaterialIndex array. Change-Id: I396fe2cb29d43d8320700147b7c05e0a3ebe17e0
-
- 01 Apr, 2013 6 commits
-
-
David Cole authored
71259985 Fix python.h induced Visual Studio compiler warning
-
David Cole authored
Python.h defines hypot to be _hypot, which can cause a level 4 warning coming from math.h with the Visual Studio compiler. Use pragma warning to make sure that only level 1 warnings may be emitted during the include of Python.h. Also, remove the custom expression that was trying to suppress this warning since it had a missing space in it that prevented the match anyhow. It's now unnecessary since the warning is not emitted. Change-Id: Iaf77a0ae76ebab5056fb02d3895e2084168ad731
-
Galbreath, Zack authored
27f95b9a BUG: Crash in PrintSelf
-
Bill Lorensen authored
vtkTreeDifferenceFilter crashed on some platforms in PrintSelf. If IdArrayName, ComparisionArrayName or OutputArrayName were null, PrintSelf crashed on some platforms. Change-Id: Iacba9dc5b9c355115a9eec3df875fa0a55f3903a
-
David Gobbi authored
f2d1b35b Remove the vtkSetNGetMacro from vtkSetGet.h
-
David Gobbi authored
9300708c Fix -fsanitize=float-cast-overflow in Ogg/Theora writer
-
- 30 Mar, 2013 3 commits
-
-
David Gobbi authored
The original purpose of vtkSetNGetMacro was to make a "set/get" macro that could be used with classes that were not derived from vtkObjectBase (and that therefore could use vtkSetMacro and vtkGetMacro). However, some developers were assuming that it was simply a shorthand that combined the vtkSetMacro and vtkGetMacro, but it does not call Modified as is required when setting properties of a vtkObjectBase-derived object. This macro was added after VTK 5.10 was released, so there should be no backward compatility problems with its removal. Change-Id: I5fe74fc52814ac6b7f6bc67f79d2880e2fd1d16a
-
Sebastien Jourdain authored
Change-Id: Icd61aead89e97f0c77d785f02d0b3018fec9e3ae
-
Sebastien Jourdain authored
40186a69 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 812fd026 Merge topic 'vtkparse-missing-keyword' into master 184b0933 Merge topic 'compare_trees' into master a1db9227 COMP: Add missing "using" keyword to the keyword rule. fb0df99d Merge topic 'fix-install-rule' into master edd7d524 Renamed to vtkModuleHeaders.cmake.in 795abfb6 Merge topic 'multiline_text_spacing' into master 1aa5a521 Correct multi-line text spacing. eaf536bc Merge topic 'doc-warnings' into master 4b6070db Merge topic 'FixWarnings' into master 0670d282 BUG: Fix a couple of warnings 5253f73c COMP: Re-apply change 87cc4c63 to eliminate warnings. 358d01b0 Merge topic 'remove-wrap-header' into master e2f1fa2b COMP: Remove the obsolete WRAP_HEADER property. 04f2ca24 Merge topic 'python-recurse-include-dirs' into master 264a4b5a Merge topic 'stdcall-pointer' into master ...
-
- 29 Mar, 2013 5 commits
-
-
David Gobbi authored
1b1d6172 Merge release-tcl86_update into master-tcl86_update 4eed633d Update the TclTk internal files for 8.6 58467677 Let macro find TclTk version 8.6 df4daa34 Backport using Tcl_GetErrorLine with Tcl8.6
-
Sebastien Jourdain authored
Change-Id: I2018497d09ed93131c356495579a2d7dd3e7cd45
-
Sebastien Jourdain authored
6643a930 Restore ability to scale gl2ps linewidth/pointsize.
-
David Gobbi authored
a1db9227 COMP: Add missing "using" keyword to the keyword rule.
-
Galbreath, Zack authored
d4281ea9 silence warnings 572a52b8 address Gerrit feedback 96c795bf Fix some logic errors 3ef7f687 new class: TreeDifferenceFilter
-
- 28 Mar, 2013 4 commits
-
-
David Gobbi authored
This issue was discovered when "using" appeared within an inline function. Change-Id: Iad9f52bd0f0e682c8694a493a39950a167e09484
-
Chris Harris authored
edd7d524 Renamed to vtkModuleHeaders.cmake.in
-
Marcus D. Hanwell authored
Change-Id: Ibc6314c791ca39ad89ee252b2e3f813ecf794088
-
David C. Lonie authored
1aa5a521 Correct multi-line text spacing.
-
- 27 Mar, 2013 6 commits
-
-
Kathleen Biagas authored
Use double for offset when calculating bounding box, and don't use ceiling, to prevent an extra row of pixels between lines in multi-line text. Change-Id: Ifd660e382cf8b946e23b58493c765d229d716652
-
David Gobbi authored
5253f73c COMP: Re-apply change 87cc4c63 to eliminate warnings.
-
Xiaoxiao Liu authored
0670d282 BUG: Fix a couple of warnings
-
Xiaoxiao Liu authored
Fix warnings related to vtkExtractSelectedTree. Change-Id: I49ebdcf731f41112e04ac5421b214139b20dae61
-
Michael Wild authored
When compiled with Clang and mentioned flag, IO/Movie/vtkOggTheoraWriter.cxx created thousands of out-of-range messages. The error was that the brackets of the cast to unsigned char didn't enclose the whole expression. Change-Id: I885427f449ad3ced7b4484ea83dcf7887f2f33c7 Signed-off-by:
Michael Wild <themiwi@gmail.com>
-
David Gobbi authored
The file lex.yy.c is generated by lex, and was manually changed to avoid some clang -Wdocumentation warnings. This commit re-applies those changes. Change-Id: I97becf33a870c7ae2fe02dc9475c0f9e62668243
-
- 26 Mar, 2013 13 commits
-
-
David Gobbi authored
e2f1fa2b COMP: Remove the obsolete WRAP_HEADER property.
-
David Gobbi authored
Headers to be wrapped by python can be marked WRAP_SPECIAL. Change-Id: Ia505e0684517d8cd50bd4aa371ff49ac51e5fd13
-
Marcus D. Hanwell authored
12a6730e Pass complete list of include directories to the wrappers
-
David Gobbi authored
93905447 COMP: Allow the parser to handle pointers to __stdcall functions.
-
Xiaoxiao Liu authored
d2ea912b ENH: New filter to extract subtrees. 15a2c632 ENH: Remove leaves from a vtkTree.
-
Xiaoxiao Liu authored
Add a new filter (vtkExtractSelectedTree) to extract or remove subtrees from a vtkTree. The implementation is similar to vtkExtractSelectedGraph. Change-Id: Ib31ed4b26634f37a53b44369cd32ac414f050a08
-
Xiaoxiao Liu authored
Add a new filter vtkRemoveTreeLeafFilter to remove leaf nodes from a vtkTree. Change-Id: I4fd6866d679c871396ff4814af1bde058a1334ba
-
David Gobbi authored
An instance of "( __stdcall *func)()" in a typedef caused a syntax error for the wrapper-parser because of the special rules that the parser has for treating "(*" as a single token. Change-Id: If69a60873eb3d3780faa1516c59f120ac760a3d0
-
Berk Geveci authored
27746b47 Minor improvement to vtkProbeFilter in dealing with tolerance.
-
Marcus D. Hanwell authored
The Python wrapping needs a complete (recursive) list of the include directories, restoring parity with Tcl and Java. Change-Id: Id9e166bb2a5619f33b3402ce440ed08dfcec3186
-
Sean McBride authored
970c8227 Added newline to better group different things
-
Sean McBride authored
Change-Id: I2cf2af7c5320279fc4c822c67798232fd564ef4b
-
Sean McBride authored
2660b547 Minor misc cleanup of vtkUnstructuredGridPreIntegration.cxx e1cac9e2 Fixed invalid double->uchar conversion due to off-by-one error 5bb0f14f Prevent division by 0 by bailing early
-