[vtkusers] ANN: VTK Wiki Examples available as a Remote Module

Bill Lorensen bill.lorensen at gmail.com
Mon Feb 15 11:05:14 EST 2016


Folks,

The VTK Wiki Examples are now available as a VTK Remote Module. If you
are running VTK 6.3 or newer:
1) Add this file (WikiExamples.remote.cmake)
https://gitlab.kitware.com/vtk/vtk/raw/master/Remote/WikiExamples.remote.cmake
to the Remote directory in your VTK source tree.
2) In your build tree, configure with cmake and make
   cmake -DModule_WikiExamples:BOOL=ON "your VTK source tree"
   make
3) The binaries will all have a prefix "wiki", e.g.
BandedPolyDataContourFilter will be called
wikiBandedPolyDataContourFilter
4) To disable the wiki examples:
   cmake -DModule_WikiExamples:BOOL=ON "your VTK source tree"

NOTE: There are almost 700 c++ examples. If BUILD_TESTING is ON,
almost 700 tests will also be created.

The Wiki Examples can still be built as individual executables or all
can be built by cloning the VTK Wiki Examples git repository:
https://github.com/lorensen/VTKWikiExamples

More information on the VTK Wiki Examples can be found here:
http://www.vtk.org/Wiki/VTK/Examples

Feedback and new contributions are appreciated,

Bill

-- 
Unpaid intern in BillsBasement at noware dot com


More information about the vtkusers mailing list