-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I try to display thanks to vtk (python wrapper) several glyphs in a scene with each their own colour and rotation. Unfortunately, just the rotation (using vtkTensorGlyph) is taken in consideration by vtk. Reversely, just color is taken in consideration when I use a vtkGlyph3D.
Here is a ready to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am a newbie with VTK and C++ (but am well versed in the concepts/Java etc). I will eventually need to use both QT and VTK for my project.
(1) I would like to know if there is a "development environment"/"editor" for VTK (using C++) ?
(2) Something similar to VTK Designer (http://www.vcreatelogic…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am new to windows C/C++ programming. I am trying to get a binary program (.exe) to run which needs VTK library. I have installed VTK from http://vtk.org/VTK/resources/software.html on 64-bit windows 7. When I run the binary program, it generates an error in a window saying that "vtkCommon.dll is…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an irregular data, x dimension - 384, y dimension - 256 and z dimension 64. Now these coordinates are stored in 3 separate binary files and i have a data file having a data value for these points. I want to know, how can i represent such data to be easily visualized in vtk.
Till now we were…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am trying to compile VTK on a Mac after successfully doing so on Linux.
I am using CMake 2.8.9 and for a long time I had a problem where it couldn't find jni.h.
If anyone else has the problem, the answer is to have JAVA_INCLUDE_PATH2 point to "-framework JavaVM". After that it successfully finds…
>>> More