- 20 Dec, 2017 1 commit
-
-
Ben Boeckel authored
-
- 18 Dec, 2017 4 commits
-
-
Cory Quammen authored
17a8bc23 Uniformity and several typo fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3709
-
Utkarsh Ayachit authored
1790861f Make the trampoline code more robust & clean. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3713
-
Berk Geveci authored
d45e37be Add the moment invariants module. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3552
-
Roxana Bujack authored
This module provides classes and filters for rotation invariant pattern detection in 2D and 3D scalar-, vector-, and matrix-valued datasets. vtkComputeMoments computes the moments. Its output together with the pattern go into vtkMomentInvariants, which puts out a field containig the similarity of the pattern to each point. Detailed information on the theory can be found in Bujack and Hagen "Moment Invariants for Multi-Dimensional Data": http://www.informatik.uni-leipzig.de/~bujack/2017TensorDagstuhl.pdf. A detailed description of the functionality of the module can be found here: http://www.informatik.uni-leipzig.de/~bujack/2017MomentInvariantsModule.pdf
-
- 17 Dec, 2017 1 commit
-
-
Utkarsh Ayachit authored
Previous version polluted the `vtkmodules` package by adding all attributes from `vtkmodules.all` to it. This new version doesn't do that.
-
- 15 Dec, 2017 17 commits
-
-
Utkarsh Ayachit authored
11df7810 Update doc string for vtkmodules. d16bf180 Avoid `import vtk` in `vtk.util.misc` 51399f19 Fix LagrangeGeometricOperations imports. ad5b8d89 fix invalid `vtk.vtk....` usage in spatialRepAll. 5ab44fb6 Make `vtk` pseudo-package. 1b707373 import vtkCommonCore instead of `vtk` in vtkVariant.py 741fffbf Add new `vtkmodules` package. bc78b766 Split `vtk_module_python_module`. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Berk Geveci <berk.geveci@kitware.com> Acked-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> Merge-request: !3674
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Since `vtk.util.misc` gets imported during initialization of the vtk.py trampoline package, it shouldn't import `vtk`. In general, avoiding importing of `vtk` package in modules in `vtkmodules` is a good strategy.
-
Utkarsh Ayachit authored
Cleanup imports and usages of the same in LagrangeGeometricOperations
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
`vtk` module now acts as a package thus allowing access to other modules in the `vtkmodules` package, besides importing everything from `vtkmodules.all` module. This ensures that all scripts using the `vtk` package continues to work seamlessly.
-
Utkarsh Ayachit authored
A module in the `vtk` package should avoid importing the `vtk` package.
-
Utkarsh Ayachit authored
Split `vtk` package into `vtkmodules` and `vtk`. `vtkmodules` doesn't import any of the modules included in its `__init__.py`, instead provides a `all.py` module that imports all modules in the old `vtk` package. `vtk` is now a module that imports `vtkmodules/all.py` thus behaving like the old `vtk` package.
-
Utkarsh Ayachit authored
`vtk_module_python_module` is split to move out vtk-module independent code to `vtk_python_module` to make it usable outside a VTK module.
-
Sankhesh Jhaveri authored
875ca121 Fix leaks in vtkParseData.c and vtkWrapHierarchy.c Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !3696
-
Jean-Christophe Fillion-Robin authored
9e0d1636 cmake: re-associate RuntimeLibraries component with python install rules Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3708
-
Cory Quammen authored
b2c1bbd2 Add to IMAGE_PATH Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3710
-
luz.paz authored
Mostly removing superflous double whitespace on both user-facing and non-user-facing strings. Some misc. typo fixes sprinkled in as well.
-
Cory Quammen authored
Some image files for the Doxygen documentation are in the Filters directory. Add that directory to the IMAGE_PATH setting in the doxyfile.
-
Ben Boeckel authored
62f78ba7 Examples: remove hint file 67b32b87 hints: remove the hints file 6c9b59e7 Rendering/Volume: use VTK_SIZEHINT f982c875 Interaction/Image: use VTK_SIZEHINT 07caabb7 Imaging/Statistics: use VTK_SIZEHINT 07d3d100 Imaging/Sources: use VTK_SIZEHINT 79079885 Imaging/General: use VTK_SIZEHINT b06d713d Imaging/Core: use VTK_SIZEHINT ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3706
-
Robert Maynard authored
95b41e2b Bump the VTK-m submodule so that we compile on Intel. 1d3f440c VTK-m: Consistently use the free standing CastAndCall function Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3686
-
Jean-Christophe Fillion-Robin authored
This commit fixes a regression introduced in 867d93c2 (Cleanup VTK's Python package.) where the component associated with VTK python modules was set to "Runtime". It restores the original behavior and ensures that project (e.g 3D Slicer) installing specific components of VTK can package their dependencies as expected.
-
- 14 Dec, 2017 17 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
All of its contents have been replaced by `VTK_SIZEHINT`.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-