[Insight-developers] The VTK Wiki Examples

Bill Lorensen bill.lorensen at gmail.com
Tue Oct 12 16:52:16 EDT 2010


Folks,

I have mentioned a couple of times on the t-con that vtk has a set of
examples on the vtk wiki. This could be a future consideration for
ITK.

Here is a snippet from our announcement on the VTK users list:

We have established a process to automatically synchronize the
examples at: http://vtk.org/Wiki/VTK/Examples with a git repository
at http://gitorious.org/vtkwikiexamples. The process includes nightly
compiles of each C++ example on several systems and running most C++ examples
as tests. Many of the tests that produce images are regression tested
against a baseline image.

Highlights:
 Over 600 c++ examples
 Over a dozen python examples (we need more!)
 Almost 5 java examples (we need more!)
 and over 5 tcl examples (we need more!)

 Over 500 c++ tests
 Over 400 Image regression tests

There are three ways to obtain the examples:
1) Go to an example page, cut and paste the example with its
  CMakeLists.txt file.

2) Clone the git repository:

git clone git://gitorious.org/vtkwikiexamples/wikiexamples.git

3) Or download a tarball and extract the examples

http://gitorious.org/vtkwikiexamples/wikiexamples/archive-tarball/master

The wiki is the holder of the master copy of each example. As examples
are added by the VTK community, these examples will automatically be
placed in the git repository, compiled every night and tested.

For general information on the Wiki Examples go to:
http://vtk.org/Wiki/VTK/Examples

We have instructions for:
Example Users: http://vtk.org/Wiki/VTK/Examples/Instructions/ForUsers
Example Developers: http://vtk.org/Wiki/VTK/Examples/Instructions/ForDevelopers
Example Administrators:
http://vtk.org/Wiki/VTK/Examples/Instructions/ForAdministrators

Please feel free to add examples to this grass roots effort to ease the
VTK learning experience.


More information about the Insight-developers mailing list