vtk2tiff converts vtk's structured point sets to multi image TIFF. Dependencies: libvtk and libtiff.
Download tiffcat.
tiffcat concatenates multiple TIFF images top-to-bottom into a single TIFF image. Input files need to have the same image width, bits-per-sample and samples-per-pixel.
Download actortopf_python example.
actortopf_python is an example that shows how to use
OpenGL|Performer, VTK and vtkPythonToPF in a python environment.
The example is an addition to the
vtkPythonToPF
package. From the README:
This example shows how to use vtkActorTOPF in Python.
From python, VTK, OpenGL|Performer and vtkActorTOPF are invoked.
To do Performer in Python, you need to use the PyPer package by
Bram Stolk from SARA. PyPer is distributed with Performer by SGI,
but the latest version can be obtained from bram at sara.nl
The SWIG tool is used to create a Python interface for vtkActorToPF.
Dependencies:
- vtkActorToPF version 6.9.5 (higher may work, buildtime dep)
- python-vtk (tested with 4.4, buildtime dep)
- OpenGL|Performer (tested with 3.2.2, buildtime dep)
- PyPer (latest version, runtime dep only)
- SWIG (tested with 1.3.24, buildtime dep)
To build:
Unpack this archive in the top level source dir of vtkActorToPF.
$ cd vtkActorToPF-6.9.5.src
$ tar xzf actortopf_python.tar.gz
$ cd examples/pythonExamples/
$ make
To run:
Point SD env var to your PyPer installation, and then
$ ./run.sh
Download ivexport. ivexport is an OpenInventor exporter for OpenGL|Performer.
Download pgmiso. If you want to create isolines from a greyscale image, you can use my pgmiso.