Top "Vtk" questions

The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing and visualization.

Installing VTK for Python

I'm trying to install VTK module for python, I am however unsuccesful in doing so. I have downloaded a VTK …

python tar vtk
installing Mayavi with pip - no module named vtk

I want to use Mayavi. Situation I use a MacBook Air, with OSX 10.7.3. I use Python 2.7.2 I have virtualenv installed. …

python installation pip vtk mayavi
Refreshing a QWidget

I've been having this issue a lot of times. When I modify some properties of a QWidget after the widget.…

python qt python-2.7 pyqt vtk
MSB6006: "cmd.exe" exited with code 9009

When I try to build VTK on VS 2010, I get this error error MSB6006: "cmd.exe" exited with code 9009. C:\…

visual-studio-2010 vtk
Reading a .vtk file with python

I've been given a legacy format vtk file (I think its an unstructured grid) and I'd like to read it …

python vtk
ImportError: No module named vtkCommonPython

I am trying to install Python with VTK on my computer, but when I want to import VTK, I get …

python vtk
CMake ExternalProject_Add() and FindPackage()

Is there are proper way to find a library (via FindPackage()) which was built with ExternalProject_Add()? The problem is …

c++ build cmake vtk external-project
Exporting a 3D numpy to a VTK file for viewing in Paraview/Mayavi

For those that want to export a simple 3D numpy array (along with axes) to a .vtk (or .vtr) file …

numpy vtk paraview
no override found for 'vtkPolyDataMapper'

I'm trying to use vtk in my code, but I'm having problems running an example. I have almost no clue …

c++ visual-studio-2012 overriding vtk
CMake could not find the VTKConfig.cmake

I'm trying to compile a program in CMake but I'm getting this error. By not providing "FindVTK.cmake" in CMAKE_…

cmake vtk