VTK/Tutorials: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
Daviddoria (talk | contribs) No edit summary |
Daviddoria (talk | contribs) |
||
Line 4: | Line 4: | ||
* [[Typical CMakeLists.txt file]] | * [[Typical CMakeLists.txt file]] | ||
* [[Environment Setup]] | * [[Environment Setup]] | ||
* [[VTK/Tutorials/PythonEnvironmentSetup | Python environment setup]] | |||
* [[http://scv.bu.edu/documentation/tutorials/VTK/#INTRO A nice tutorial]] | * [[http://scv.bu.edu/documentation/tutorials/VTK/#INTRO A nice tutorial]] | ||
Revision as of 15:51, 22 January 2010
System Configuration/General Information
- Which Libraries Do I Link To?
- Which Header Files Do I Include?
- Typical CMakeLists.txt file
- Environment Setup
- Python environment setup
- [A nice tutorial]
Preliminaries
- VTK/Tutorials/SmartPointers
- vtkIdType
- Casting VTK objects
- 3D Data Types - A brief outline of the data types that VTK offers for 3D data storage.