VTK/Tutorials: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
Daviddoria (talk | contribs) (→Basics) |
Daviddoria (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
===System Configuration/General Information=== | ===System Configuration/General Information=== | ||
* [[VTK/Git | Obtaining VTK]] | |||
* [[VTK/Tutorials/CMakeListsFile | Typical CMakeLists.txt file]] | * [[VTK/Tutorials/CMakeListsFile | Typical CMakeLists.txt file]] | ||
* [[VTK/Tutorials/CMakeListsFileForQt4 | Typical CMakeLists.txt file for Qt4]] | * [[VTK/Tutorials/CMakeListsFileForQt4 | Typical CMakeLists.txt file for Qt4]] |
Revision as of 20:39, 17 August 2010
System Configuration/General Information
- Obtaining VTK
- 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.
- Terminology - What is a mapper? What is an actor? What is a filter? What is a source?
Tutorials
- Callbacks - Handling events produced by VTK
- vtkInteractorStyle subclass - Handling user events in a render window.
- Widgets
- Saving videos