- May 04, 2017
-
-
d5ef995f Handle extracting outer faces. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !2765
-
829a9a4f Silence spurious cppcheck assignment warning. 7fb4787e Fix cppcheck hidden Internal member warning. fc63401d Fix cppcheck complaint for lex file. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !2774
-
6ca1308e COMP: Fix duplicate inherited member issues. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Reviewed-by:
Andrew Bauer <andy.bauer@kitware.com> Merge-request: !2768
-
David Gobbi authored
The (incorrect) warning was as follows: Member variable 'vtkPixelExtent::Data' is not assigned a value
-
David Gobbi authored
The vtkXRenderWindowTclInteractor class had an "Internal" member variable that shadowed the "Internal" member of its superclass. I renamed the former to "TclInternal".
-
David Gobbi authored
The cppcheck warnings were as follows: style: struct member 'yy_trans_info::yy_verify' is never used. style: struct member 'yy_trans_info::yy_nxt' is never used.
-
e9661f4a netcdfcpp: error out on a system netcdfcpp with internal netcdf f4845157 vtknetcdfcpp: integrate with the module system e3cfcfbc vtknetcdf: remove the old vtknetcdfcpp import 30642d18 vtknetcdfcpp: fix size_t vs. long usage in C++ bindings c49b64bb vtknetcdfcpp: mangle symbols 774ee6f3 vtknetcdfcpp: export symbols facb1208 vtknetcdfcpp: use VTK's netcdf 0fe52299 vtknetcdfcpp: add a CMake build system ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2585
-
592d1f18 Update baselines for ImplicitCylinder test 90fb28b4 Adjust the cylinder widget's radius changing interaction Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2770
-
- May 03, 2017
-
-
Shawn Waldon authored
-
894acce1 cmake: Import VTKCompileTools if CROSSCOMPILING_EMULATOR support is incomplete d0f83dfe cmake: Simplify buildsystem introducing VTK_COMPILE_TOOLS_IMPORTED d767f09b cmake: Add support for CMAKE_CROSSCOMPILING_EMULATOR Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2758
-
Jean-Christophe Fillion-Robin authored
Suggested-by:
Ben Boeckel <ben.boeckel@kitware.com>
-
Jean-Christophe Fillion-Robin authored
This commit simplifies the logic checking if builttool target should be added by adding the variable VTK_COMPILE_TOOLS_IMPORTED.
-
Jean-Christophe Fillion-Robin authored
This commit updates the build systems to allow cross-compiling VTK using toolchain defining CMAKE_CROSSCOMPILING_EMULATOR. It simplifies the cross-compilation removing the need to independently compile the "VTKCompileTools". See https://cmake.org/cmake/help/v3.8/variable/CMAKE_CROSSCOMPILING_EMULATOR.html#variable:CMAKE_CROSSCOMPILING_EMULATOR
-
71f90f6d The enumeration of the OSP mode was wrong in GL2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2763
-
4155a9f5 add in surface with edges mode Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !2766
-
David E. DeMarle authored
-
07931c2a fix a test by handling case of empty/invalid scene size Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2771
-
David E. DeMarle authored
when invalid, this now doesn't crash and defaults to the old behavior of letting OSPRay use its own defaults
-
7b327027 fix the ospray pathtracer test Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !2769
-
be4df4de Fixed interactive mode of volume-peeling tests. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2767
-
Shawn Waldon authored
The cylinder widget already computes the delta in world coordinates so there is no need to scale by the length of the dataset again. Doing so was creating some very difficult to adjust interaction with very large and very small datasets. Dividing by a constant seems to keep the interaction appropriately scaled across many dataset sizes.
-
David E. DeMarle authored
since osp 1.2, ospray's pathtracer will crash when you ask for an unrecognized material name, so use OBJMaterial which is common between both engines. Also, add an alternate test image, as the background color we get ospray::pathtracer has changed since osp 0.10 or so when we first made this test.
-
Jon Haitz Legarreta Gorroño authored
Fix duplicate inherited member warnings in vtkBiDimensionalRepresentation2D reported at: https://open.cdash.org/viewBuildError.php?type=1&buildid=4730716
-
Alvaro Sanchez authored
Setting render window in vtkRenderWindowInteractor before initializing the context.
-
Utkarsh Ayachit authored
vtkExtractStructuredGridHelper failed to extract cell data for outer face along any of the dimensions correctly. Fixed that. Updated TestExtractRectilinearGrid to also test extracting outer face. Addresses paraview/paraview#17410.
-
bbd150ae Fix a bad update when updating TF of an OSPRay volume mapper. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !2764
-
Ben Boeckel authored
This configuration basically brings in two netcdf libraries. Since a system netcdfcpp implies a system netcdf as well, do not allow such a configuration.
-
Ben Boeckel authored
-
133e1670 cleanup glyph3dmapper and improve Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2761
-
Joachim Pouderoux authored
This fixes PV bug #17401
-
9c65f985 use two epsilon settings to improve visual quality Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !2762
-
91ca08bc OpenGL2: Fix undeclared "glXGetProcAddressARB" when building on Centos5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !2759
-
- May 02, 2017
-
-
David E. DeMarle authored
This change will make it match GL1 side. Requires corresponding change in ParaView to select with '5' instead of '6'.
-
David E. DeMarle authored
epsilon value chosen heuristically to eliminate speckled shadows on implicit spheres and tubes. ao epsilon chosen similarly for AO lighting.
-
Ken Martin authored
The polydata rendering code has been cleaned up a fair amount which allows us to cleanup this class and make it use the fast path for all primitive types. At this point only selection should be using the medium path and the slow path has been completely removed. This change also fixes an issue where the glyph mapper did not honor the edge visibility flag. This change includes a new test to verify that edge vilibility is working as well.
-
Ben Boeckel authored
-
Ben Boeckel authored
Adapted from 64cb89e3.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-