vtk
Dylib error 'Library not loaded' distributing application
I\'m developing an app in objective-C++ that uses dynamic libraries of OpenCV and VTK but I\'ve a problem on distribution, if I launch my app in a different system I got this issue:[详细]
2023-03-28 12:03 分类:问答VTK / Python / compile
I want to use VTK together with Python on a Windows system. It seems that I cannot use the windows installer but \"have to compile开发者_如何学运维 VTK from source code using CMake and a native build[详细]
2023-03-28 11:18 分类:问答building executable using python,vtk and py2exe
Is it possible to create a binary executable with py2exe for vtk? Could someone provide a minimum working example or at least some hints? Py2exe is not necessary. If the开发者_运维技巧re is a working[详细]
2023-03-28 09:33 分类:问答Where can i find vtk documentation for python?
I am trying to use VTK from python. I tried to find and could not realy find 开发者_运维百科anything on the web which can be used for documentation. I tried looking at the c++ documentation but the me[详细]
2023-03-25 04:02 分类:问答remove individual points from vtkPoints
I have a question regarding a VTK class called vtkPoints. The class has the functionality to insert individual points, but doesn\'t have the functionality to remove individual points. This is inconven[详细]
2023-03-24 11:20 分类:问答How to make a simple 2D contour plot in VTK?
I\'m cramming VTK examples to find out how to make a simple contour plot of the data I\'ve created. Suppose I have solved a simple PDE in a 71x71 domain, on a structured rectangular grid, in which nod[详细]
2023-03-23 18:10 分类:问答Protein structure visualization
I\'ve been asked to work on Protein structure visualization, something like RasMol where a user will be opening a pdb file to get the protein structure.[详细]
2023-03-22 02:30 分类:问答How can I visualize a Graph in (interactive) 3D with Python?
I have a Graph in Python like this one: # Each element is a tuple with coordinates (x,y,z). # The index is the id of the vertex[详细]
2023-03-20 03:55 分类:问答How do I install, build and use GDCM with VTK?
I\'m having problems getting started with GDCM (Grassroots Dicom). A开发者_如何学Pythonlthough I actually could run a VTK example without problem, when I try to use GDCM I\'m always getting errors suc[详细]
2023-03-19 21:42 分类:问答vtkaxesactor type axes in OpenGL
I need to display x-y-z axes like in VTK (vtkaxesactor class) in OpenGL, Which comes on the lower left of the scene.[详细]
2023-03-17 05:58 分类:问答