Changes between Version 4 and Version 5 of cypress/Visualization Toolkit (VTK)


Ignore:
Timestamp:
08/20/15 19:24:03 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Visualization Toolkit (VTK)

    v4 v5  
    11= Visualization Toolkit  =
     2
     3* The Visualization Toolkit [http://www.vtk.org VTK is an open-source, freely available software system for 3D computer graphics, image processing and visualization.
     4* VTK consists of a C++ class library and several interpreted interface layers including !Tcl/Tk, Java, and [http://www.vtk.org/Wiki/VTK/Examples/Python Python].
     5* [http://www.kitware.com Kitware], whose team created and continues to extend the toolkit, offers professional support and consulting services for VTK.
     6* VTK supports a wide variety of visualization algorithms including: scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as: implicit modeling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation.
     7* VTK has an extensive information visualization framework, has a suite of 3D interaction widgets, supports parallel processing, and integrates with various databases on GUI toolkits such as Qt and Tk.
     8* VTK is cross-platform and runs on Linux, Windows, Mac and Unix platforms.
    29
    310[http://www.vtk.org/Wiki/VTK/Tutorials]
    411
    5 == C++ ==
     12== Setup Environmental Variables for C++ ==
    613{{{#!bash
    714$ module load vtk
    815}}}
    916
    10 == anaconda python ==
     17== Use VTK with anaconda python ==
    1118To use anaconda python
    1219{{{#!bash