vtk6/Examples
Gert Wollny 0e66b1b3d2 Remove reverences to vtkHAVSVolumeMapper
The license of the related files is not clear. 

Gbp-Pq: Name 110_remove_nonfree_from_build.patch
2022-11-03 16:03:50 +08:00
..
AMR/Cxx Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Android Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Annotation Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Array/Cxx Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Build Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Charts/Cxx Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
DataManipulation Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
GUI Remove reverences to vtkHAVSVolumeMapper 2022-11-03 16:03:50 +08:00
Graphics/Python Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
HyperTree/Cxx Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
IO Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
ImageProcessing Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Infovis Remove reverences to vtkHAVSVolumeMapper 2022-11-03 16:03:50 +08:00
LIC Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Medical Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Modelling Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
MultiBlock/Cxx Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
ParallelProcessing Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Rendering Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Statistics Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Tutorial Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
VisualizationAlgorithms Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
VolumeRendering Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
Widgets/Cxx Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
iOS Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
CMakeLists.txt Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
README.txt Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00
SearchScript.sh Import Upstream version 6.3.0+dfsg2 2022-11-03 16:02:58 +08:00

README.txt

VTK Examples Directory
----------------------
The following directory contains many well-commented examples showing how to
use VTK. Examples are available in the C++, Tcl, 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, Windows,
      and Tcl.

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 Mailing List http://public.kitware.com/mailman/listinfo/vtkusers

* The VTK Web Pages http://public.kitware.com/

* Commercial support and resources from Kitware:
  - The VTK User's Guide http://www.kitware.com/products/vtkguide.html
  - Support Contracts http://www.kitware.com/products/vtksupport.html