This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 06 Nov, 2017 2 commits
-
-
Alexis Girault authored
Architecture was hardcoded to both simulator architectures in ios.simulator.toolchain.cmake, and was not taking the architectures in IOS_SIMULATOR_ARCHITECTURES into account. Configure ios.simulator.toolchain.cmake.in like done for devices with ios.device.toolchain.cmake.in Also remove the `CMAKE_OSX_ARCHITECTURES` from the crosscompile macro since it is already define in each toolchain file.
-
Alexis Girault authored
-
- 03 Nov, 2017 9 commits
-
-
Lipsa, Dan authored
c6a1f927 Remove logging. 23f7cd61 Do not ignore non-existing warning on GCC 6. f2448746 Fix warning. 92cea922 Ignore PDAL warnings. 4d61a6c0 Don't need LasReader, only Reader fb2d40c3 Additional baseline. 75fafdfe PDAL_DIRECTORIES do not specify full paths. 451f6b68 Use runtime types rather than hardcoded ones. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3491
-
David E. DeMarle authored
8b7f482b fix size_t vs int32_t conversion warnings from visual studio Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3534
-
Sean McBride authored
1cd1f80f Removed a few of the remaining illegal names containing double underscores Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3527
-
Lipsa, Dan authored
-
Sean McBride authored
e8c684b4 On macOS, prefer NSOpenGLProfileVersion4_1Core if >= 10.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3515
-
Allison Vacanti authored
63e610f6 Fixed memory leak error f55a70ae another vtkNotUsed warning solved 7c7e8bed indentation issue fixed 23bbab62 fixed a missing vtkNotUsed fb4937a4 actual fix is to give GetFaces()->GetPointer(1) instead of (0) 4d9d3117 actual fix is to give GetFaces()->GetPointer(1) instead of (0) a409d3c5 last changes, ready for testing d591821d Fixed a problem when deep-copying an unstructured mapped grid Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3516
-
David Gobbi authored
72321af1 enable debug build when PYTHON_DEBUG_LIBRARY is present Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3529
-
David E. DeMarle authored
-
Allison Vacanti authored
58c3e21f fixed last warning fce0015e fixed the last warnings. 6d835f57 removed spurious swap file b7d18051 merge all code to one file. solved build errors, warnings b66260f7 Appended mode writing problem fixed. Style issues fixed 5616b0ff fixed reverts of NULL and 0 where nullptr was recently replaced 974ed15b added support for XML-writing VTK_POLYGON from a mapped unstructured grid Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3513
-
- 02 Nov, 2017 26 commits
-
-
David E. DeMarle authored
0a040e94 remove unnecessary declarations a96f3ff9 fix a sign comparison compilation warning c1ff3284 add baseline image for the regression test 468b0f3b work around the memory leak da63a065 fix unused var compilation warnings be70dfbd change search to work in both build and installed ospray 90dba717 Interface to OSPRay AMR Volume Mapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !3531
-
David E. DeMarle authored
-
David E. DeMarle authored
06d68d16 translate more material controls and tweak renderer appearance Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3528
-
David Gobbi authored
a11cf55e Fix backwards compatibility of SetCellTypes function 9f379907 fix: vtkCellTypes does not use 64-bit IdType Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3483
-
David E. DeMarle authored
-
David E. DeMarle authored
f9f1ba18 make ospray viable for more of the gl volume mappers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !3533
-
David E. DeMarle authored
register a more complete set of class name overrides and change the implementation to work with the common parent class
-
Menno Deij - van Rijswijk authored
-
David Gobbi authored
57fa18e0 Add numerical comparison to SlidingWindow tests 5bc725f6 Add tests for sliding window interpolation. 5eccc412 Add SlidingWindow option to image interpolators. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3509
-
Menno Deij - van Rijswijk authored
-
Sean McBride authored
63366102 General review and cleanup of vtkLookupTable and friends Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3517
-
Menno Deij - van Rijswijk authored
-
Menno Deij - van Rijswijk authored
-
Menno Deij - van Rijswijk authored
-
Ken Martin authored
518209d5 fix cppcheck warning on delete of malloced memory Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3530
-
David E. DeMarle authored
-
David E. DeMarle authored
vtkAMRVolumeMapper needs a proper fix but this is good enough for now
-
David E. DeMarle authored
-
David E. DeMarle authored
-
Allison Vacanti authored
ee61bd8b Replace enum type with int type for ParaView's CS wrapping. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3526
-
CarsonBrownlee authored
-
Ken Martin authored
fixing use of delete with malloced memory
-
Bjoern Thiel authored
-
David Gobbi authored
-
David Gobbi authored
-
David Gobbi authored
The sliding window acts as a cache for the partial sums of the convolution operation. For image magnification, this results in a significant performance boost, especially for interpolation with large kernels.
-
- 01 Nov, 2017 3 commits
-
-
Sean McBride authored
-
Allison Vacanti authored
The enum type gets parsed and handled correctly by the python wrapping, but apparently this is not so for the client-server wrapping in ParaView. Changing to int so we can use this API with ParaView CS.
-
David Gobbi authored
39fc55de Remove VTK_NEW macro 4a606104 Fixing spelling in comment d9958327 fix possible overflow if number of points > MAX_INT d894c83f Added test case for SortIndexByLuminance 7225ba8d Fixing whitespace & remove redundant inline keyword adcf0f3a Speed-up and improved meaning of index image Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3490
-