VTK/Tutorials: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
Daviddoria (talk | contribs) |
Daviddoria (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
* [[VTK/Tutorials/Extents | Extents]] - A powerful indexing method. | * [[VTK/Tutorials/Extents | Extents]] - A powerful indexing method. | ||
* [[VTK/Tutorials/GeometryTopology | Geometry & Topology]] - Demonstrates 0, 1, and 2D topology on a triangle geometry. | * [[VTK/Tutorials/GeometryTopology | Geometry & Topology]] - Demonstrates 0, 1, and 2D topology on a triangle geometry. | ||
===Tutorials== | |||
* [[VTK/Tutorials/Callbacks | Callbacks]] | |||
* [[VTK/Tutorials/InteractorStyleSubclass | vtkInteractorStyle subclass]] | |||
* [[VTK/Tutorials/Widgets | Widgets]] |
Revision as of 20:05, 23 March 2010
System Configuration/General Information
- Typical CMakeLists.txt file
- Linux Environment Setup
- Microsoft Windows Environment Setup
- Python environment setup
- [A nice tutorial]
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.