VTK/Tutorials: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
===System Configuration/General Information===
==System Configuration/General Information==
* [[VTK/Git | Obtaining VTK]]
* [[VTK/Git | Obtaining VTK]]
* [[VTK/Tutorials/CMakeListsFile | Typical CMakeLists.txt file]]
* [[VTK/Tutorials/CMakeListsFile | Typical CMakeLists.txt file]]
Line 11: Line 11:
* [[http://www.bu.edu/tech/research/training/tutorials/vtk/#INTRO A nice tutorial]]
* [[http://www.bu.edu/tech/research/training/tutorials/vtk/#INTRO A nice tutorial]]


===Basics===
==Basics==
* [[VTK/Tutorials/SmartPointers | Smart pointers]]
* [[VTK/Tutorials/SmartPointers | Smart pointers]]
* [[VTK/Tutorials/VtkIdType | vtkIdType]]
* [[VTK/Tutorials/VtkIdType | vtkIdType]]
Line 21: Line 21:
* [[VTK/Tutorials/DataStorage | Field data, cell data, and point data]] - What are these? When should I use them?
* [[VTK/Tutorials/DataStorage | Field data, cell data, and point data]] - What are these? When should I use them?


===Tutorials===
==Tutorials==
* [[VTK/Tutorials/Callbacks | Callbacks]] - Handling events produced by VTK
* [[VTK/Tutorials/Callbacks | Callbacks]] - Handling events produced by VTK
* [[VTK/Tutorials/InteractorStyleSubclass | vtkInteractorStyle subclass]] - Handling user events in a render window.
* [[VTK/Tutorials/InteractorStyleSubclass | vtkInteractorStyle subclass]] - Handling user events in a render window.
Line 27: Line 27:
* [[VTK/Tutorials/SavingVideos | Saving videos]]
* [[VTK/Tutorials/SavingVideos | Saving videos]]


===Developers===
==Tutorials for Developers==
* [[VTK/Tutorials/RevisionMacros | New and Revision Macros]]
* [[VTK/Tutorials/RevisionMacros | New and Revision Macros]]
==External Tutorials==
* [http://vtkblog.blogspot.com/ Tutorials in VTK. Most codes are written in C++]
* [http://cherokee.ncsa.uiuc.edu/~semeraro/PPT/VTK_TUTORIAL/v3_document.htm NCSC-UIUC VTK tutorial]
* [http://www.bioimagesuite.org/vtkbook/index.html An introduction to Programming for Medical Image Analysis With the Visualization Toolkit(pdf, 238 pages)], available from the [http://www.bioimagesuite.org BioImage Suite] webpage at Yale. This replaces the older set of notes that was previously linked here -- [http://noodle.med.yale.edu/~papad/seminar/ Medical programming using  VTK].
* [http://www.imaging.robarts.ca/~dgobbi/vtk/ Short VTK course by David Gobbi]
* There is also a tutorial in the VTK distribution (in /Examples/Tutorial).

Revision as of 15:40, 2 December 2010

System Configuration/General Information

Basics

Tutorials

Tutorials for Developers

External Tutorials

  • There is also a tutorial in the VTK distribution (in /Examples/Tutorial).