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...")
 
No edit summary
Line 1: Line 1:
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:
# understanding the structure of the object-oriented hierarchy and
# understanding it’s pipeline architecture.
If you are new to VTK, you might want to check out:  
If you are new to VTK, you might want to check out:  
* [[VTK/Tutorials/External_Tutorials|External Tutorials]] - short presentations from VTK users and developers around the world on VTK.
* [[VTK/Tutorials/External_Tutorials|External Tutorials]] - short presentations from VTK users and developers around the world on VTK.

Revision as of 19:04, 16 June 2011

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 it’s pipeline architecture.

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

  • External Tutorials - short presentations from VTK users and developers around the world on VTK.

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:

  • Examples - Short code examples demonstrating how many of the VTK classes can be used.
  • 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 :