VTK/Learning VTK: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
(Created page with "If you are new to VTK, you might want to check out: * External Tutorials - short presentations from VTK users and developers around the worl...")
 
mNo edit summary
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
If you are new to VTK, you might want to check out:  
VTK is an extremely powerful and versatile tool, but has a reputation for having a steep learning curve. Here, we hope to organize the resources that may be of use to both VTK users and developers in understanding and using VTK effectively. The key to successfully using VTK are:
* [[VTK/Tutorials/External_Tutorials|External Tutorials]] - short presentations from VTK users and developers around the world on VTK.
# understanding the structure of the object-oriented hierarchy and
# understanding its pipeline architecture.
If you are new to VTK, you might want to check out:


Once you have done that, the best way to learn VTK in detail may be to actually see/write VTK code. The following resources will help you do just that:
*[[VTK/Tutorials/External_Tutorials|External Tutorials]] - presentations on VTK by users and developers around the world. This should be helpful to 'get started' with VTK.
* [[VTK/Examples|Examples]] - Short code examples demonstrating how many of the VTK classes can be used.
* [[VTK/Tutorials|Tutorials]] - Slightly longer than the examples, these tutorials explain concepts and demonstrate more complicated tasks in VTK.


More resources available to help the user are :
Once you have done that, the best way to learn VTK in detail may be:
* [http://kitware.com/products/books/vtkbook.html The VTK Textbook]
#Get the [http://kitware.com/products/books/vtkbook.html The VTK Textbook] and [http://kitware.com/products/books/vtkguide.html The VTK Users Guide].
* [http://kitware.com/products/books/vtkguide.html The VTK Users Guide]
#actually see/write VTK code. This is a great way of learning VTK, and if there is something which you  wish to know in greater detail, please have a look at the very well organized and commented source code for VTK. The following resources may also help you:
* [http://www.vtk.org/doc/nightly/html/ The VTK Doxygen Man Pages]
##[[VTK/Examples|Examples]] - Short code examples demonstrating how many of the VTK classes can be used. This is quite an extensive collection.
* [http://www.vtk.org/mailman/listinfo/vtkusers The VTK Users Mailing List]
##[[VTK/Tutorials|Tutorials]] - Slightly longer than the examples, these tutorials explain concepts and demonstrate more complicated tasks in VTK. Note that these cover only certain topics that are not clearly elucidated in the [http://kitware.com/products/books/vtkguide.html The VTK Users Guide] and are not meant as a 'getting started' manual for absolute beginners.
* [[VTK FAQ|Frequently asked questions (FAQ)]]
#More resources available to help the user are :
##[http://www.vtk.org/doc/nightly/html/ The VTK Doxygen Man Pages]
##[http://www.vtk.org/mailman/listinfo/vtkusers The VTK Users Mailing List]
##[[VTK FAQ|Frequently asked questions (FAQ)]]

Latest revision as of 18:00, 25 April 2014

VTK is an extremely powerful and versatile tool, but has a reputation for having a steep learning curve. Here, we hope to organize the resources that may be of use to both VTK users and developers in understanding and using VTK effectively. The key to successfully using VTK are:

  1. understanding the structure of the object-oriented hierarchy and
  2. understanding its pipeline architecture.

If you are new to VTK, you might want to check out:

  • External Tutorials - presentations on VTK by users and developers around the world. This should be helpful to 'get started' with VTK.

Once you have done that, the best way to learn VTK in detail may be:

  1. Get the The VTK Textbook and The VTK Users Guide.
  2. actually see/write VTK code. This is a great way of learning VTK, and if there is something which you wish to know in greater detail, please have a look at the very well organized and commented source code for VTK. The following resources may also help you:
    1. Examples - Short code examples demonstrating how many of the VTK classes can be used. This is quite an extensive collection.
    2. Tutorials - Slightly longer than the examples, these tutorials explain concepts and demonstrate more complicated tasks in VTK. Note that these cover only certain topics that are not clearly elucidated in the The VTK Users Guide and are not meant as a 'getting started' manual for absolute beginners.
  3. More resources available to help the user are :
    1. The VTK Doxygen Man Pages
    2. The VTK Users Mailing List
    3. Frequently asked questions (FAQ)