VTK/Tutorials: Difference between revisions

From KitwarePublic
< VTK
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
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: [[VTK/Tutorials/External_Tutorials| External Tutorials]]. These will help the absolute beginner learn the basics of VTK.
== <center>Advanced Tutorials</center> ==
{| border="0" align="center" width="98%" valign="top" cellspacing="7" cellpadding="2"
|-
! width="50%"|
! |
! width="50%"|
|-
|valign="top"|
==System Configuration/General Information==
==System Configuration/General Information==
* [[VTK/Git | Obtaining VTK using Git]]
* [[VTK/Git | Obtaining VTK using Git]]
* [[VTK/Tutorials/CMakeListsFile | Typical CMakeLists.txt file]]
* [[VTK/Tutorials/CMakeListsFile | Typical CMakeLists.txt file]]
Line 10: Line 23:


==Basics==
==Basics==
* [[VTK/Tutorials/SmartPointers | Smart pointers]]
* [[VTK/Tutorials/SmartPointers | Smart pointers]]
* [[VTK/Tutorials/VtkIdType | vtkIdType]]
* [[VTK/Tutorials/VtkIdType | vtkIdType]]
Line 18: Line 32:
* [[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?
|bgcolor="#CCCCCC"|
|valign="top"|


==Tutorials==
==Tutorials==
* [[VTK/Tutorials/New_Pipeline | The New VTK Pipeline]]- The New Pipeline model and VTK Executives
* [[VTK/Tutorials/New_Pipeline | The New VTK Pipeline]]- The New Pipeline model and VTK Executives
* [[VTK/Tutorials/Callbacks | Callbacks]] - Handling events produced by VTK
* [[VTK/Tutorials/Callbacks | Callbacks]] - Handling events produced by VTK
Line 32: Line 49:
* [[VTK/Streaming | Streaming data in VTK]]
* [[VTK/Streaming | Streaming data in VTK]]
*[http://www.imtek.uni-freiburg.de/simulation/mathematica/IMSweb/ IMTEK Mathematica Supplement (IMS)], the Open Source IMTEK Mathematica Supplement (IMS) interfaces VTK and generates ParaView batch scripts
*[http://www.imtek.uni-freiburg.de/simulation/mathematica/IMSweb/ IMTEK Mathematica Supplement (IMS)], the Open Source IMTEK Mathematica Supplement (IMS) interfaces VTK and generates ParaView batch scripts
=== Wrapping ===
== Wrapping ==
 
* [[VTK/Java Wrapping|Java]]
* [[VTK/Java Wrapping|Java]]
** [[VTK/Java Code Samples|Java code samples]]
** [[VTK/Java Code Samples|Java code samples]]
Line 41: Line 59:
* [[VTK/Tutorials/RevisionMacros | New and Revision Macros]]
* [[VTK/Tutorials/RevisionMacros | New and Revision Macros]]


===External Tutorials===
 
Pratik was nice enough to catalog several external tutorials (from courses, slides, etc around the world) here: [[VTK/Tutorials/External_Tutorials| External Tutorials]]
|}

Revision as of 14:14, 19 June 2011

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: External Tutorials. These will help the absolute beginner learn the basics of VTK.

Advanced Tutorials

System Configuration/General Information

Basics

Tutorials

Wrapping

Tutorials for Developers