User:Lorensen

From KitwarePublic
Revision as of 23:39, 9 July 2010 by Lorensen (talk | contribs) (Created page with '__NOTOC__ The success of the VTK Wiki Examples depends on the contributions from the VTK user community. If you wish to contribute to this resource, please follow these guideline…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

The success of the VTK Wiki Examples depends on the contributions from the VTK user community. If you wish to contribute to this resource, please follow these guidelines.

Create an Example

C++, Tcl, Python and Java examples are welcome.

Follow the Guidelines

Choose a Topic

The examples are organized by topic. Current topics include Animation, DataStructures, Filters, GeometricObjects, Images, Meshes, etc.

Create a Wiki Page

  1. If you don't already have a account, Create an account
  2. Choose short descriptive name for the wiki page: VTK/Examples/topic/ExampleName
  3. The page should contain the following. Look at one of the existing example pages for guidance.
A brief description of the example and usage.
==Example.cxx==
<source lang="cpp">
the source code for the exmaple
</source lang="cpp">
==CMakeLists.txt==
<source lang="cmake">
A CMakeLists.txt file that will build the example
</source>

Check the Nightly Dashboard

If the example is a C++ program, the example should show up on the Nightly Dashboard the morning after you edit the wiki page..