VTK/Tutorials: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
Line 35: Line 35:
* [[VTK/Tutorials/VTK Terminology | Terminology]] - What is a mapper? What is an actor? What is a filter? What is a source?
* [[VTK/Tutorials/VTK Terminology | Terminology]] - What is a mapper? What is an actor? What is a filter? What is a source?
* [[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?
* [[VTK/Tutorials/SharingActors | Sharing mappers and actors between render windows]] - Should I do this? NO!
|bgcolor="#CCCCCC"|
|bgcolor="#CCCCCC"|
|valign="top"|
|valign="top"|

Revision as of 13:47, 7 June 2012

In this page, we hope to gather a collection of tutorials on specific topics that are not clearly elucidated elsewhere.

Introduction to VTK

A catalog of several external tutorials (from courses, slides, etc around the world) can be found here. These will help the absolute beginner learn the basics of VTK.

Advanced Tutorials

System Configuration/General Information

Basics

Tutorials

VTK Pipeline

General Topics

Wrapping