User talk:Lucasw: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
Daviddoria (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
I'm not sure what hybrid is, I don't have or so far need it on my system to run the examples. | I'm not sure what hybrid is, I don't have or so far need it on my system to run the examples. | ||
--[[User:Lucasw|Lucasw]] 12:09, 3 February 2011 (EST) | --[[User:Lucasw|Lucasw]] 12:09, 3 February 2011 (EST) | ||
"Hybrid" is a directory and a library - you definitely have it :) Look in the VTK source directory. You will see folders like Filtering, Imaging, Hybrid, etc. Each of these folders gets compiled into a separate library (vtkFiltering, vtkImaging, vtkHybrid, etc). I believe Hybrid kind of includes most of the other stuff, so I have used Hybrid throughout most of the examples. [[User:Daviddoria|daviddoria]] 13:07, 3 February 2011 (EST) |
Latest revision as of 18:07, 3 February 2011
I bet 'import hybrid' is not necessary since there is 'from hybrid import *', but I'm not a Python guy! daviddoria 11:51, 3 February 2011 (EST)
I'm not sure what hybrid is, I don't have or so far need it on my system to run the examples. --Lucasw 12:09, 3 February 2011 (EST)
"Hybrid" is a directory and a library - you definitely have it :) Look in the VTK source directory. You will see folders like Filtering, Imaging, Hybrid, etc. Each of these folders gets compiled into a separate library (vtkFiltering, vtkImaging, vtkHybrid, etc). I believe Hybrid kind of includes most of the other stuff, so I have used Hybrid throughout most of the examples. daviddoria 13:07, 3 February 2011 (EST)