You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vtk/Examples
luz paz d4cf58a8c1
Fix various typos
6 months ago
..
AMR/Cxx Put VTK symbols inside ABI namespace macros. 9 months ago
Android whitespace: fix tabulator usage 10 months ago
Annotation/Cxx/LabeledMesh Examples: remove unreferenced example directories 2 years ago
Build/vtkMy Put VTK symbols inside ABI namespace macros. 9 months ago
Charts/Cxx Put VTK symbols inside ABI namespace macros. 9 months ago
DataManipulation/Cxx Examples: remove unreferenced example directories 2 years ago
Emscripten/Cxx Corrected some slightly-wrong (70-90 char long) function separator comments 3 years ago
GUI Put VTK symbols inside ABI namespace macros. 9 months ago
IO/Cxx fix two issues with OBJImporter 2 years ago
ImageProcessing/Cxx strings: remove unnecessary `c_str()` calls in stream operators 11 months ago
Infovis/Cxx Put VTK symbols inside ABI namespace macros. 9 months ago
Medical/Cxx Update vtkThreshold test and usage 2 years ago
Modelling/Cxx Examples: remove unreferenced example directories 2 years ago
Modules Rename vtk filter to avoid naming confusion 1 year ago
MultiBlock/Cxx Fix various typos 6 months ago
ParallelProcessing/Generic/Cxx Examples: remove unreferenced example directories 2 years ago
iOS whitespace: fix tabulator usage 10 months ago
CMakeLists.txt Add a minimal Qt VTK example 10 months ago
README.txt doc: update reference to the mailing lists 4 years ago
RunExample.cmake Examples: defer PATH manipulation to runtime 2 years ago
SearchScript.sh examples: remove Tcl code 6 years ago

README.txt

VTK Examples Directory
----------------------
The following directory contains many well-commented examples showing how to
use VTK. Examples are available in the C++, Python and Java programming
languages. In no way should these examples be considered comprehensive; VTK
is a large system, we have tried to pick examples that demonstrate key
features.


Table Of Contents
-----------------
A brief table of contents of the contents of this directory follows.
Beginners should start with the examples found in the Tutorial subdirectory.
The topics listed here have corresponding subdirectories in VTK/Examples.

Annotation - Classes for 2D and 3D annotation such as text, scalar bar,
             x-y plotting.

DataManipulation - Examples show how to rearrange and manipulate data
                   in the visualization pipeline.

GUI - Examples of interfacing to various GUI's including Motif, and Windows.

IO - Examples how how to read and write data; and how to import and export
     scenes.

ImageProcessing - Selected examples demonstrating how to use VTK's
                  many image processing filters.

MangledMesa - Use Mesa for on and offscreen rendering.

Modelling - A variety of examples showing how to construct, edit, and
          process surfaces.

ParallelProcessing - Use VTK for parallel processing, including MPI and
                     threaded approaches.

Rendering - Examples showing how to use VTK's many rendering, and related
            facilities, such as LOD actors, assemblies, picking, and
            camera manipulation.

Tutorial - Some simple step-by-step instructions looking at things like
           creating pipelines, processing events, and creating data.

VisualizationAlgorithms - A variety of examples showing how to use common
                          visualization algorithms such as contouring,
                          cutting, probing, and streamlines.

VolumeRendering - Learn how to perform volume rendering from the examples
                  in this directory.


Additional Resources
--------------------
* The VTK Testing directories (e.g., VTK/Graphics/Testing) contain other
  examples. These are not commented, and designed for testing.

* The VTK Discourse forum http://discourse.vtk.org/

* The VTK Web Pages https://vtk.org/Wiki/VTK

* Commercial support and resources from Kitware:
  - The VTK User's Guide https://vtk.org/documentation/
  - Support Contracts https://www.kitware.com/what-we-offer/#support