- 07 Dec, 2018 1 commit
-
-
Cory Quammen authored
-
- 09 Oct, 2017 1 commit
-
-
Utkarsh Ayachit authored
-
- 31 Aug, 2017 1 commit
-
-
Ben Boeckel authored
This run of `clang-tidy` removes unnecessary `virtual` keywords and adds `override` where necessary.
-
- 01 Mar, 2017 1 commit
-
-
Ben Boeckel authored
-
- 03 Feb, 2017 1 commit
-
-
Cory Quammen authored
Fix many warnings about overriden member functions not being marked 'override'.
-
- 18 Oct, 2016 2 commits
-
-
Kitware Robot authored
This commit was generated automatically by running: Utilities/Scripts/clang-format.bash --tracked
-
Kitware Robot authored
This was done automatically by running the script that was used already to convert the documentation to doxygen style during the documentation generation. Commands: /usr/bin/perl $PWD/VTK/Utilities/Doxygen/doc_header2doxygen.pl --to /tmp/tmpheaders --relativeto $PWD/. $PWD/Catalyst/Editions/Base/CoProcessing/Catalyst $PWD/Catalyst/Editions/Essentials/ParaViewCore/VTKExtensions/Default $PWD/Catalyst/Editions/Essentials/VTK/Filters/Extraction $PWD/Catalyst/Editions/Essentials/VTK/Filters/General $PWD/Catalyst/Editions/Extras/ParaViewCore/VTKExtensions/Rendering $PWD/Catalyst/Editions/Extras/VTK/Filters/Sources $PWD/Catalyst/Editions/Extras/VTK/IO/Legacy $PWD/Catalyst/Editions/Extras/VTK/IO/Parallel $PWD/Catalyst/Editions/Extras/VTK/IO/XML $PWD/Catalyst/Editions/Rendering-Base/ParaViewCore/ClientServerCore/Rendering $PWD/Catalyst/Editions/Rendering-Base/ParaViewCore/ServerManager/Default $PWD/Catalyst/Editions/Rendering-Base/VTK/Filters/Parallel $PWD/Catalyst/Editions/Rendering-Base/VTK/IO/Image $PWD/Catalyst/Editions/Rendering-Base/VTK/Interaction/Widgets $PWD/CoProcessing/Catalyst $PWD/CoProcessing/PythonCatalyst $PWD/CoProcessing/TestDriver $PWD/ParaViewCore/Animation $PWD/ParaViewCore/ClientServerCore/Core $PWD/ParaViewCore/ClientServerCore/Default $PWD/ParaViewCore/ClientServerCore/Rendering $PWD/ParaViewCore/ClientServerStream $PWD/ParaViewCore/Common $PWD/ParaViewCore/ServerImplementation/Core $PWD/ParaViewCore/ServerImplementation/Rendering $PWD/ParaViewCore/ServerManager/Core $PWD/ParaViewCore/ServerManager/Default $PWD/ParaViewCore/ServerManager/Rendering $PWD/ParaViewCore/ServerManager/SMApplication $PWD/ParaViewCore/VTKExtensions/CGNSReader $PWD/ParaViewCore/VTKExtensions/Core $PWD/ParaViewCore/VTKExtensions/CosmoTools $PWD/ParaViewCore/VTKExtensions/Default $PWD/ParaViewCore/VTKExtensions/Points $PWD/ParaViewCore/VTKExtensions/Rendering $PWD/Qt/ApplicationComponents $PWD/Qt/Components $PWD/Qt/Core $PWD/Qt/Deprecated $PWD/Qt/Python $PWD/Qt/Widgets $PWD/Web/Core $PWD/Web/Python $PWD/Web \cp -rf /tmp/tmpheaders/* $PWD
-
- 18 Jul, 2016 1 commit
-
-
Ben Boeckel authored
-
- 01 Jun, 2016 1 commit
-
-
Kitware Robot authored
Removed using the following command: perl -0777 -i -pe 's/(\n* *\/\/ *[BE]TX *\n+)+/\n\n/g' on all vtk*.h, pq*.h and finished off by a few manual removals left over from that.
-
- 29 Oct, 2015 1 commit
-
-
Ben Boeckel authored
These are reserved symbols.
-
- 04 Apr, 2015 1 commit
-
-
Utkarsh Ayachit authored
The grid axes now works with change-of-basis matrix. We now use a behavior to setup axis titles, and such other MantId specific customizations. While this is not through, this lays the ground work to start removing explicit code in the rendering pipeline to handle such meta-data and instead rely on the pqModelTransformSupportBehavior to setup it correctly.
-
- 11 Dec, 2014 2 commits
-
-
Utkarsh Ayachit authored
Also set vtkSMOrthographicSliceViewProxy and vtkSMMultiSliceViewProxy to show Slices by default and also initialize view properties when a representation is added. Change-Id: I02f10e797427a09c5e6414306b46137deff77ca3
-
Utkarsh Ayachit authored
This is a refactor of the views that the ParaView UI called "Slice View" and "Quad View". This change has several cleanups that should make the views easier to maintain. The improvements include: * vtkPVOrthographicSliceView replaces vtkPVQuadView. Added vtkPVOrthographicSliceView to replace vtkPVQuadView. Quad view becomes a more understandable "Orthographic Slice View". * Changed the way basis vectors are specified. The new implementation simply expects a change-of-basis-matrix and then the bounds for the dataset in original basis. Both the Slice View and Orthographic Slice view supports this new basis vector definition mechanism. vtkPVChangeOfBasisHelper is added to make it easier for applications to add/retrieve this meta-data. * vtkShearedWaveletSource replaces vtkShearedCubeSource. vtkShearedCubeSource is replacted by vtkShearedWaveletSource which uses the new way of specifying basis vectors. * vtkPVOrthographicSliceView replaces QuadView. vtkPVOrthographicSliceView users a single window with multiple renders to show the orthographic views. This makes it easier for applications to handle this view as simply a specialization of RenderView. No special layouting code needed to lay out the internal sub-views.
-
- 06 May, 2014 1 commit
-
-
Utkarsh Ayachit authored
Deprecating pqDisplayPolicy for the most part. vtkSMParaViewPipelineControllerWithRendering is now the class that manages all the logic in pqDisplayPolicy instead. Updating vtkSMViewProxy API to add CanDisplayData() which is needed for vtkSMParaViewPipelineControllerWithRendering to work correctly. Fixed usage of pqDisplayPolicy is core ParaView. Plugins and examples still need to be updated. Change-Id: I4188acaceedde2e0fe8e927e142b9a62615515f9
-
- 06 May, 2013 2 commits
-
-
Yumin Yuan authored
Change-Id: I058d12c2bf7cd7e82ab06815c46609d543b1f728
-
Yumin Yuan authored
Change-Id: I8d27f8c103bd607b664f73ece4756f854f06e6b1
-
- 13 Sep, 2012 1 commit
-
-
Sebastien Jourdain authored
Change-Id: Ifbc0d93f5b2edd322887465e74dfd195497c7d23
-
- 17 Aug, 2012 1 commit
-
-
Sebastien Jourdain authored
Change-Id: I9ada2488fe86c8238e482229392ff5f5c1f1049a
-
- 08 Aug, 2012 1 commit
-
-
Sebastien Jourdain authored
Change-Id: If4dadda3042e4e76d72c343b85f5f0aaea5428ee
-
- 07 Aug, 2012 1 commit
-
-
Sebastien Jourdain authored
Change-Id: I2f4ec3ef1dcf8b0d90369efa3330ace094efe2d5
-