VTK/Tutorials: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
Daviddoria (talk | contribs) |
|||
Line 6: | Line 6: | ||
* [[VTK/Tutorials/PythonEnvironmentSetup | Python environment setup]] | * [[VTK/Tutorials/PythonEnvironmentSetup | Python environment setup]] | ||
* [[VTK/Tutorials/JavaEnvironmentSetup | Java environment setup]] | * [[VTK/Tutorials/JavaEnvironmentSetup | Java environment setup]] | ||
* [[VTK/Tutorials/SQLSetup | SQL setup]] | |||
* [[http://scv.bu.edu/documentation/tutorials/VTK/#INTRO A nice tutorial]] | * [[http://scv.bu.edu/documentation/tutorials/VTK/#INTRO A nice tutorial]] |
Revision as of 14:36, 12 August 2010
System Configuration/General Information
- Typical CMakeLists.txt file
- Typical CMakeLists.txt file for Qt4
- Linux Environment Setup
- Microsoft Windows Environment Setup
- Python environment setup
- Java environment setup
- SQL setup
Basics
- Smart pointers
- vtkIdType
- 3D Data Types - A brief outline of the data types that VTK offers for 3D data storage.
- Non-SmartPointer Template Member Variable
- Extents - A powerful indexing method.
- Geometry & Topology - Demonstrates 0, 1, and 2D topology on a triangle geometry.
Tutorials
- Callbacks - Handling events produced by VTK
- vtkInteractorStyle subclass - Handling user events in a render window.
- Widgets
- Saving videos