forked from GRAVITYLab/OSUFlow
-
Notifications
You must be signed in to change notification settings - Fork 1
Examples
chunmingchen edited this page Sep 3, 2013
·
5 revisions
All examples are in /VTK/examples
- StreamlineSimpleVTK: Opens a VTK vector file and compute streamlines
- gcbStreamlineVTK: example modified from gcbStreamline press 's' to compute, 't' to show results
- StreamlineSimpleVTKUnstructured: another simple streamline computation example but loading unstructured grids
Advanced examples 4. StreamlineSimpleVTKPipeline: example using vtkOSUFlow filter under VTK pipeline
Interactive Tools using VTK pipeline 5. StreamlineRenderVec: loads and render vec files. Press 'i' to change the initial rake. Usage: StreamlineRenderVec [flow.vec] 6. StreamlineRenderPlot3D: loads plot3D. Press 'i' to change the initial rake. Usage: StreamlineRenderPlot3D [xyz file] [q file] 7. StreamlineRenderUnstructured: loads vtu file. Press 'i' to change the initial rake. Usage: StreamlineRenderPlot3D [flow.vtu]
Conversion tool 8. vec2vti: converts vec file to vtk regular grids so that it can be rendered under Paraviewi