VTK/Tutorials/External Tutorials: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
== Examples, Presentations, Seminars, Talks, Tutorials == | == Examples, Presentations, Seminars, Talks, Tutorials == | ||
# There is a tutorial in the VTK distribution (in /Examples/Tutorial). | # There is a tutorial in the VTK distribution (in /Examples/Tutorial). | ||
#[http://www.cs.uic.edu/~jbell/CS526/Tutorial/Tutorial.html Visualization Toolkit Tutorial ]: A very nice introduction VTK, with code for actual projects included(John Bell). | |||
#[http://www.rug.nl/cit/hpcv/visualisation/VTK/index.html Visualization examples for the The VISUALIZATION TOOLKIT], used in a VTK workshop given at the University of Groningen (RuG): Worth a look, lot's of examples. | #[http://www.rug.nl/cit/hpcv/visualisation/VTK/index.html Visualization examples for the The VISUALIZATION TOOLKIT], used in a VTK workshop given at the University of Groningen (RuG): Worth a look, lot's of examples. | ||
#[http://www.mcs.anl.gov/~disz/cs-341/colorvis/colorvis.PPT Introduction to Visualization with VTK]:Powerpoint presentation, no code, very nice illustrations (T. L. Disz, Univ. of Chicago) | #[http://www.mcs.anl.gov/~disz/cs-341/colorvis/colorvis.PPT Introduction to Visualization with VTK]:Powerpoint presentation, no code, very nice illustrations (T. L. Disz, Univ. of Chicago) | ||
#[http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.138.514&rep=rep1&type=pdf Visualizing with VTK : A Tutorial]: A tutorial given by the writers of the VTK Book (W. Schroeder, L. Avila, W. Hoffman) | #[http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.138.514&rep=rep1&type=pdf Visualizing with VTK : A Tutorial]: A tutorial given by the writers of the VTK Book (W. Schroeder, L. Avila, W. Hoffman) from October 2000 | ||
#[http://www.bu.edu/tech/research/training/tutorials/vtk/ Using VTK to Visualize Scientific Data (online tutorial)]: Nice Introduction with serious examples in Tcl (BU) | #[http://www.bu.edu/tech/research/training/tutorials/vtk/ Using VTK to Visualize Scientific Data (online tutorial)]: Nice Introduction with serious examples in Tcl (BU) | ||
#[http://www.ncsa.illinois.edu/~semeraro/PPT/VTK_TUTORIAL/v3_document.htm VTK Tutorial: How to Create Visualization Applications with VTK]: Explains basic VTK objects, code snippets are present (Dave Semeraro) | #[http://www.ncsa.illinois.edu/~semeraro/PPT/VTK_TUTORIAL/v3_document.htm VTK Tutorial: How to Create Visualization Applications with VTK]: Explains basic VTK objects, code snippets are present (Dave Semeraro) | ||
#[http://www.csc.kth.se/utbildning/kth/kurser/DD2257/visual09/VTK-090325-GT.pdf Introduction to VTK]: Nice exposition of basic VTK internals, but very brief (Gustav Taxen) | #[http://www.csc.kth.se/utbildning/kth/kurser/DD2257/visual09/VTK-090325-GT.pdf Introduction to VTK]: Nice exposition of basic VTK internals, but very brief (Gustav Taxen) | ||
#[http://vizisaw.dubmun.com/index.html Vizi-SAW VTK Tutorial] | #[http://vizisaw.dubmun.com/index.html Vizi-SAW VTK Tutorial] | ||
Line 15: | Line 14: | ||
== VTK Pipeline == | == VTK Pipeline == | ||
#[http://www.ci-ra.org/Documents/Seminaires/05-2009/ParaView.Introduction.pdf ParaView Visualization Course: The VTK Visualization Pipeline and ParaView]: Introduction to ParaView, but includes a nice discussion of VTK pipeline (Jean M. Favre) | #[http://www.ci-ra.org/Documents/Seminaires/05-2009/ParaView.Introduction.pdf ParaView Visualization Course: The VTK Visualization Pipeline and ParaView]: Introduction to ParaView, but includes a nice discussion of VTK pipeline (Jean M. Favre) | ||
#[http://www.vtk.org/Wiki/images/8/80/Pipeline.pdf Proposal for the New VTK Pipeline]: This new pipeline is currently in use; the document from 2003 uses the term 'vtkProcessor'; just replace this by 'vtkAlgorithm' throughout | |||
#[http://www.vtk.org/Wiki/images/8/80/Pipeline.pdf Proposal for the New VTK Pipeline]: This new pipeline is currently in use; the document uses the term 'vtkProcessor'; just replace this by 'vtkAlgorithm' throughout | #[http://www.vtk.org/Wiki/VTK/Tutorials/New_Pipeline New VTK Pipeline Tutorial]: A more in-depth discussion of the new pipeline. | ||
# | |||
<!-- | <!-- |
Latest revision as of 15:38, 29 April 2014
This page was based on Sebastien Barre's VTK Links: Examples page. However, it is kept more upto date, and new resources will be regularly added. Note that to understand VTK internals, you might still have to buy the VTK User's Guide (although be warned that it does not cover everything). If you find a nice tutorial/webpage that explains VTK, please add it here!
Examples, Presentations, Seminars, Talks, Tutorials
- There is a tutorial in the VTK distribution (in /Examples/Tutorial).
- Visualization Toolkit Tutorial : A very nice introduction VTK, with code for actual projects included(John Bell).
- Visualization examples for the The VISUALIZATION TOOLKIT, used in a VTK workshop given at the University of Groningen (RuG): Worth a look, lot's of examples.
- Introduction to Visualization with VTK:Powerpoint presentation, no code, very nice illustrations (T. L. Disz, Univ. of Chicago)
- Visualizing with VTK : A Tutorial: A tutorial given by the writers of the VTK Book (W. Schroeder, L. Avila, W. Hoffman) from October 2000
- Using VTK to Visualize Scientific Data (online tutorial): Nice Introduction with serious examples in Tcl (BU)
- VTK Tutorial: How to Create Visualization Applications with VTK: Explains basic VTK objects, code snippets are present (Dave Semeraro)
- Introduction to VTK: Nice exposition of basic VTK internals, but very brief (Gustav Taxen)
- Vizi-SAW VTK Tutorial
VTK Pipeline
- ParaView Visualization Course: The VTK Visualization Pipeline and ParaView: Introduction to ParaView, but includes a nice discussion of VTK pipeline (Jean M. Favre)
- Proposal for the New VTK Pipeline: This new pipeline is currently in use; the document from 2003 uses the term 'vtkProcessor'; just replace this by 'vtkAlgorithm' throughout
- New VTK Pipeline Tutorial: A more in-depth discussion of the new pipeline.