Difference between revisions of "User:Tohline/vtk/Understanding"
Jump to navigation
Jump to search
(Created page with '=Understanding vtk Tools= Here are some potentially relevant web pages: * [http://www.rug.nl/science-and-society/centre-for-information-technology/research/hpcv/visualisation/vtk…') |
(→Understanding vtk Tools: Lead in to simple cylinder) |
||
Line 1: | Line 1: | ||
=Understanding vtk Tools= | =Understanding vtk Tools Inside VisTrails= | ||
==Basic Concepts== | |||
[[Image:VTK_TextbookCover.jpg|right|thumb|link=http://www.kitware.com/products/books/vtkguide.html|100px|VTK User's Guide]]I advise that a new user begin by playing with the Vistrails module that renders a simple cylinder. It can be found under the VisTrails ''examples'' folder as: <font face="courier" color="maroon">…/examples/vtk_examples/Rendering/Cylinder.vt</font>. Note that the suffix (or file type) ".vt" indicates that the file is a VisTrails (vt) python module; VisTrails modules, in turn, heavily refer to routines that are available through the open source Visualization Toolkit (vtk) library. This is a good example to begin with because it is highlighted in Chapter 4 of the [http://www.kitware.com/products/books/vtkguide.html ''VTK User's Guide,'' authored and published by Kitware, Inc.] | |||
<div align="center"> | |||
<table border="1" cellpadding="5" width="60%"> | |||
<tr> | |||
<th align="center" colspan="2"> | |||
Figure 1: A Simple Cylinder | |||
</th> | |||
</tr> | |||
<tr> | |||
<td align="center" colspan="1"> | |||
[[Image:VTK_Fig4.1.jpg|400px|center]] | |||
</td> | |||
<td align="center" colspan="1"> | |||
[[Image:CylinderWorkflow01.jpg|400px|center]] | |||
</td> | |||
</tr> | |||
<tr> | |||
<td align="left" colspan="2"> | |||
'''Caption:''' To be written. | |||
</td> | |||
</tr> | |||
</table> | |||
</div> | |||
==Web References== | |||
Here are some potentially relevant web pages: | Here are some potentially relevant web pages: | ||
* [http://www.rug.nl/science-and-society/centre-for-information-technology/research/hpcv/visualisation/vtk/polydata/man.html Examples (1)] | * [http://www.rug.nl/science-and-society/centre-for-information-technology/research/hpcv/visualisation/vtk/polydata/man.html Examples (1)] | ||
* [http://www.cacr.caltech.edu/~slombey/asci/vtk/vtk_formats.simple.html VTK File Formats] |
Revision as of 00:26, 18 January 2014
Understanding vtk Tools Inside VisTrails
Basic Concepts
I advise that a new user begin by playing with the Vistrails module that renders a simple cylinder. It can be found under the VisTrails examples folder as: …/examples/vtk_examples/Rendering/Cylinder.vt. Note that the suffix (or file type) ".vt" indicates that the file is a VisTrails (vt) python module; VisTrails modules, in turn, heavily refer to routines that are available through the open source Visualization Toolkit (vtk) library. This is a good example to begin with because it is highlighted in Chapter 4 of the VTK User's Guide, authored and published by Kitware, Inc.
Web References
Here are some potentially relevant web pages: