The new VTK Examples site is now live, please use this site: VTKExamples from now on. There have been many changes as outlined below. Special thanks must go to the people who have helped move the examples from Bill Lorensen’s original site to here, in particular @mwestphal, @will.schroeder, @brad.king and @dgobbi.
We recognise the massive effort Bill put into developing the original site with so many VTK examples. It is my hope that this site captures all this and will build on his legacy.
Changes
Over 2600 C++, Markdown and Python files were changed over a period of two months.
All languages
New How To pages have been introduced for each language. The aim of these pages is to provide pointers to existing examples that show you how to do something. E.g. using callbacks, camera positioning etc.
The column Classes Demonstrated has been removed, the information was never reviewed or updated and caused frequent errors when adding new examples. This was a hangover from the early days before I wrote the script VTKClassesUsedInExamples.py. Now this information is updated whenever the site is updated and is available as a link at the top of each language example page. By removing this column the display on small screens has been improved.
C++ and Python
Colors in the code are now referenced using vtkNamedColors this allows users to refer to colors by name or create their own named colors making it easier to color objects. No more … What color is (1.0, 0.4, 0.3)? Answer: “Tomato”.
Test images have been reviewed, mostly improving colors and redoing poses to make them more interesting. Once again the two files VTKColorSeriesPatches.html and VTKNamedColorPatches.html in the top level vtk-examples folder proved invaluable in choosing nice color combinations.
Some interesting C++ examples were ported to Python and vice versa.
Where data files are used in the examples, the names of the files to use have been added to the command line checking in the source code. These data files are all available in vtk-examples/src/Testing/Baseline.
C++
Code has been modernised and bought up to current VTK/C++11 standards. There is scope for more changes here.
vtkSmartPonter has been replaced by vtkNew in most cases, keeping vtkSmartpointer for when it is really needed.
This is a great resource, very well done, Thank you for this.
one question, links to the github repo is broken, so like the links to *.tar sources in “Download and Build” part of pages returns 404 error.
As I’m not yet fully aware of which is where, I appreciate if you can update those as well.
Beautiful work guys, looking through the examples it’s nice to see new additions and updated graphics.
As the Python wheel is often lagging behind the main branch do you think it’s a good idea to add some form of disclaimer on particularly modern examples (OutlineGlowPass for instance) that just checks version requirements against the latest PyPi source?
@fraseyboo I have thought about this, however maintaining this information can be quite onerous. Several Python and C++ examples do use versioning e.g. PhysicallyBasedRendering but it would be a pain to introduce it for all new examples. Maybe something for the future.
At the very end of the third bullet: “A markdown version of the VTK textbook is also a work-in-progress…” with text “here” and this web address: https://kitware.github.io/VTKBook/00Preface/
At the very end of the page in the last paragraph " 2) Figures - We used the VTKBookFigures to populate…" the link under “VTKBookFigures”: https://kitware.github.io/VTKBookFigures
By the way, I also had one question: the Markdown and Latex versions of the book - are they synchronized? Are they supposed to have the same content, or are they going to diverge?
Just one more thought: a link to doxygen documentation (and probably some othe resources… wiki?) would be nice to have. Probably somewhere on a front page.
@dsemikin, links are all fixed now. Thanks for finding them.
With respect to your questions: the Markdown and Latex versions of the book - are they synchronized? Are they supposed to have the same content, or are they going to diverge?
They will most likely diverge. The goals are different in that the markdown version is designed to provide an interactive, platform friendly version of the book, whilst the LaTex version provides a publication quality version of the book as a PDF file. The LaTex version is the most up-to-date. One day there may be scripts to automatically update the markdown version from the LaTex version. Something for the future.
@dsemikin There are already links to the VTK Doxygen documentation, for example look at the top of this page: Cxx also if a vtk class is mentioned in the description sections for an example it is linked to the VTK Doxygen documentation. In the left-hand menu look, for example, at Cxx and you will a section called Cxx/Coverage.
Regarding the link to doxygen: it is great to have links to particular classes from the examples, but I meant rather, that it would be nice to have a link to the front page of doxygen from the front page of the examples site, so that one can easily navigate to all help resources (examples, book and doxygen and maybe wiki) from one place.
When I use the settablevalue function in vtklookuptable, I can only set the value of RGBA, but my image is a gray image. How can I set the color to the point cloud? Looking forward to your reply
It is almost impossible to find the current VTK examples website:
the new site is not among the first 10 hits on google for “VTK example” => it may take a while for the new site show up at the top, but until then, all the other sites should very clearly indicate where users should go